hangc0276 commented on code in PR #3214:
URL: https://github.com/apache/bookkeeper/pull/3214#discussion_r969802886
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerChecker.java:
##########
@@ -159,6 +166,8 @@ public LedgerChecker(BookieClient client, BookieWatcher
watcher, int inFlightRea
} else {
semaphore = null;
}
+ executor =
Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors(),
Review Comment:
Do we need `Runtime.getRuntime().availableProcessors()` threads to deal with
BookieLedgerChecker callback?
--
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]