wenbingshen commented on code in PR #3388:
URL: https://github.com/apache/bookkeeper/pull/3388#discussion_r915488071
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/directentrylogger/DirectWriter.java:
##########
@@ -49,7 +49,6 @@ class DirectWriter implements LogWriter {
final List<Future<?>> outstandingWrites = new ArrayList<Future<?>>();
Buffer nativeBuffer;
long offset;
- private volatile boolean useFallocate = true;
Review Comment:
It makes sense to me. I have addressed your comment. PTAL.
--
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]