pasha-kuznetsov commented on a change in pull request #868: ISSUE #863: BK
client error messages need to be more descriptive
URL: https://github.com/apache/bookkeeper/pull/868#discussion_r157570165
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/api/BKException.java
##########
@@ -240,4 +255,60 @@ public static String getMessage(int code) {
int UnexpectedConditionException = -999;
}
+ /**
+ * Code log message pool.
+ */
+ private static class LogMessagePool {
+ private static final int lastKnown = 200;
Review comment:
@jiazhai sure, please see 7676dab
----------------------------------------------------------------
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