merlimat commented on code in PR #3979:
URL: https://github.com/apache/bookkeeper/pull/3979#discussion_r1223741974
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java:
##########
@@ -421,6 +421,7 @@ private ForceWriteRequest(Handle<ForceWriteRequest>
recyclerHandle) {
private void recycle() {
logFile = null;
+ flushed = false;
Review Comment:
It should be easy to test because you can disable the recycler using Netty
Java properties
--
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]