eolivelli edited a comment on issue #2497: URL: https://github.com/apache/bookkeeper/issues/2497#issuecomment-734136274
@fpj regarding #1286 the problem was with JDK9+ and the fix was not really a "fix", I never found the root cause. I am still finding double releases with clients that use v2 protocol (like Pulsar) and the client issues some command not supported by v2 (like write explicit LAC) @RaulGracia are you using v2 protocol ? which JDK version ? a part from this any double release can cause corruption. as @fpj pointed out there is no interesting change in the wire protocol handlers in the past releases. trying with a 4.11 or 4.12 bookie may help in order to see if the issue is caused by some other problem fixed on the bookie side, but personally I can't remember fixes regarding double releases. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
