sijie commented on a change in pull request #1393: BP-14 forceLedger wire
protocol server side implementation
URL: https://github.com/apache/bookkeeper/pull/1393#discussion_r186671452
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java
##########
@@ -369,6 +378,40 @@ private void processAddRequestV3(final
BookkeeperProtocol.Request r, final Chann
}
}
+ private void processForceLedgerRequestV3(final BookkeeperProtocol.Request
r, final Channel c) {
+ ForceLedgerProcessorV3 forceLedger = new ForceLedgerProcessorV3(r, c,
this);
+
+ final OrderedExecutor threadPool;
+ if (RequestUtils.isHighPriority(r)) {
Review comment:
I think it is okay to be consistent
----------------------------------------------------------------
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