showuon commented on a change in pull request #11845:
URL: https://github.com/apache/kafka/pull/11845#discussion_r819399318
##########
File path: docs/ops.html
##########
@@ -329,20 +322,14 @@ <h5 class="anchor-heading"><a
id="basic_ops_partitionassignment" class="anchor-l
}
Save this to use as the --reassignment-json-file option during rollback
- Successfully started reassignment of partitions
- {"version":1,
- "partitions":[{"topic":"foo1","partition":0,"replicas":[5,6]},
- {"topic":"foo2","partition":1,"replicas":[2,3]}]
- }</code></pre>
+ Successfully started partition reassignments for foo1-0,foo2-1
+ </code></pre>
<p>
The --verify option can be used with the tool to check the status of the
partition reassignment. Note that the same custom-reassignment.json (used with
the --execute option) should be used with the --verify option:
<pre class="line-numbers"><code class="language-bash"> >
bin/kafka-reassign-partitions.sh --bootstrap-server localhost:9092
--reassignment-json-file custom-reassignment.json --verify
Status of partition reassignment:
- Reassignment of partition [foo1,0] completed successfully
- Reassignment of partition [foo2,1] completed successfully</code></pre>
-
- <h4 class="anchor-heading"><a id="basic_ops_decommissioning_brokers"
class="anchor-link"></a><a
href="#basic_ops_decommissioning_brokers">Decommissioning brokers</a></h4>
- The partition reassignment tool does not have the ability to automatically
generate a reassignment plan for decommissioning brokers yet. As such, the
admin has to come up with a reassignment plan to move the replica for all
partitions hosted on the broker to be decommissioned, to the rest of the
brokers. This can be relatively tedious as the reassignment needs to ensure
that all the replicas are not moved from the decommissioned broker to only one
other broker. To make this process effortless, we plan to add tooling support
for decommissioning brokers in the future.
Review comment:
Remove `decommissioning brokers` section
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]