>> > @Ivan >> > I wonder if some tests on Jepsen with bookie restarts may find this kind >> of >> > issues, given that it is not a network/SO problem >> If jepsen can catch then normal integration test can.
I attempted a repro for this using the integration test stuff. Running for 2-3 hours in a loop, no bug hit. Perhaps I'm not doing exactly what you are doing. https://github.com/ivankelly/bookkeeper/blob/enrico-bug/tests/integration/enrico-bug/src/test/java/org/apache/bookkeeper/tests/integration/TestEnricoBug.java -Ivan