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 2022/06/15 16:49:58 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #12241: MINOR: Fix docs in upgrade.html

ijuma commented on code in PR #12241:
URL: https://github.com/apache/kafka/pull/12241#discussion_r898207431


##########
docs/upgrade.html:
##########
@@ -1265,7 +1265,7 @@ <h5><a id="upgrade_100_notable" href="#upgrade_100_notable">Notable changes in 1
         on live log directories even if there are offline log directories. A log directory may become offline due to IOException
         caused by hardware failure. Users need to monitor the per-broker metric <code>offlineLogDirectoryCount</code> to check
         whether there is offline log directory. </li>
-    <li>Added KafkaStorageException which is a retriable exception. KafkaStorageException will be converted to NotLeaderForPartitionException in the response
+    <li>Added KafkaStorageException which is a retriable exception. KafkaStorageException will be converted to NotLeaderOrFollowerException in the response

Review Comment:
   This is for 1.0.0, at the time it was called `NotLeaderForPartitionException`. I don't think we want to update old release notes in this way.



-- 
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: jira-unsubscribe@kafka.apache.org

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