ilkomiliev commented on issue #12166:
URL: https://github.com/apache/pulsar/issues/12166#issuecomment-1016745674


   yes, this comes from RocksDB JNI. Unfortunately, it seems that the API 
changed also, so that the lib version mentioned in the original rocksdb issue 
(rocksdbjni-6.25.3.jar) brings another error:
   
   `java.lang.NoSuchMethodError: 'org.rocksdb.ReadOptions 
org.rocksdb.ReadOptions.setIterateUpperBound(org.rocksdb.Slice)'
        at 
org.apache.bookkeeper.bookie.storage.ldb.KeyValueStorageRocksDB.getFloor(KeyValueStorageRocksDB.java:257)
 ~[org.apache.bookkeeper-bookkeeper-server-4.14.2.jar:4.14.2]
   `
   
   I looked at the history and the method signature has been changed to refer 
to some generic Slice implementation. Any chance to get this working on M1?
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to