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_r149883924
 
 

 ##########
 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;
         //-105 reserved for TooManyRequestsException
 
 Review comment:
   remove this line?

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

Reply via email to