lhotari edited a comment on pull request #14962:
URL: https://github.com/apache/pulsar/pull/14962#issuecomment-1084192562
In Java, it's possible to break binary compabitility ("ABI") without
breaking API source compatibility.
here's the location where RocksDB ABI broke:
https://github.com/facebook/rocksdb/commit/1001bc01c9ea06785c2d5261ca9fe7ac0eac0625#r69967694
This change happened in RocksDB
[6.17.3](https://github.com/facebook/rocksdb/releases/tag/v6.17.3).
We need a Bookkeeper release that has been compiled with the new version
before we can upgrade RocksDB.
--
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]