dlg99 commented on a change in pull request #2936:
URL: https://github.com/apache/bookkeeper/pull/2936#discussion_r779109677
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieProtocol.java
##########
@@ -180,6 +180,11 @@ public static short getFlags(int packetHeader) {
*/
int ETOOMANYREQUESTS = 106;
+ /**
+ * Ledger in unknown state.
+ */
+ int EUNKNOWN = 107;
Review comment:
I don't think we have it documented (@sijie and @merlimat can correct
me) but the rule of thumb was around old client not handling new responses
correctly/doing something dangerously wrong when it gets the new response.
--
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]