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 commit was included in RocksDB 
[6.17.3](https://github.com/facebook/rocksdb/releases/tag/v6.17.3). Code 
compiled with RocksDB <6.17.3 isn't compatible with a newer RocksDB version at 
runtime.
   
   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]


Reply via email to