-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: improve the min.insync.replicas doc #20237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4499,8 +4499,15 @@ <h4 class="anchor-heading"><a id="eligible_leader_replicas_upgrade" class="ancho | |
|
|
||
| <h4 class="anchor-heading"><a id="eligible_leader_replicas_tool" class="anchor-link"></a><a href="#eligible_leader_replicas_tool">Tool</a></h4> | ||
| <p>The ELR fields can be checked through the API DescribeTopicPartitions. The admin client can fetch the ELR info by describing the topics. | ||
| Also note that, if <code>min.insync.replicas</code> is updated for a topic, the ELR field will be cleaned. If cluster default min ISR is updated, | ||
| all the ELR fields will be cleaned.</p> | ||
| Note that when the ELR feature is enabled: | ||
| <ul> | ||
showuon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <li>The override of <code>min.insync.replicas</code> in broker-level will be removed.</li> | ||
|
||
| <li>The alter of <code>min.insync.replicas</code> config in broker-level is not allowed.</li> | ||
showuon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <li>The removal of <code>min.insync.replicas</code> config in cluster-level is not allowed.</li> | ||
| <li>If <code>min.insync.replicas</code> is updated for a topic, the ELR field will be cleaned.</li> | ||
|
||
| <li>If the cluster default <code>min.insync.replicas</code> is updated, all the ELR fields will be cleaned.</li> | ||
|
||
| </ul> | ||
| </p> | ||
showuon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| </script> | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.