zymap commented on code in PR #4120:
URL: https://github.com/apache/bookkeeper/pull/4120#discussion_r1423351852
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java:
##########
@@ -471,6 +471,7 @@ public ForceWriteThread(Thread threadToNotifyOnEx,
boolean enableGroupForceWrites,
StatsLogger statsLogger) {
super("ForceWriteThread");
+ this.setPriority(Thread.MAX_PRIORITY);
Review Comment:
How about using a configuration to specify it?
--
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]