You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/07/31 16:20:36 UTC

[GitHub] [kafka] rhauch commented on a change in pull request #9109: MINOR: Add notes for 2.6 on reassignment tool changes

rhauch commented on a change in pull request #9109:
URL: https://github.com/apache/kafka/pull/9109#discussion_r463705431



##########
File path: docs/upgrade.html
##########
@@ -49,6 +49,14 @@ <h5><a id="upgrade_260_notable" href="#upgrade_260_notable">Notable changes in 2
         Fetch requests and other requests intended only for the leader or follower return NOT_LEADER_OR_FOLLOWER(6) instead of REPLICA_NOT_AVAILABLE(9)
         if the broker is not a replica, ensuring that this transient error during reassignments is handled by all clients as a retriable exception.
     </li>
+    <li>There are several notable changes to the reassignment tool <code>kafka-reassign-partitions.sh</code>
+        following the completion of
+        <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-455%3A+Create+an+Administrative+API+for+Replica+Reassignment">KIP-455</a>.
+        This tool now requires the <code>--additional</code> flag to be providing when changing the throttle of an

Review comment:
       Nit: fix grammar:
   
   ```suggestion
           This tool now requires the <code>--additional</code> flag to be provided when changing the throttle of an
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org