jiazhai commented on a change in pull request #706: Bookies should not queue
read request indefinitely
URL: https://github.com/apache/bookkeeper/pull/706#discussion_r149872147
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/api/BKException.java
##########
@@ -214,6 +214,7 @@ public static String getMessage(int code) {
* Write operations failed due to bookies are readonly.
*/
int WriteOnReadOnlyBookieException = -104;
+ int TooManyRequestsException = -105;
Review comment:
It may need to add a comments for this exception as other exception here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services