Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support higher rocksdb version #1057

Closed
leizhiyuan opened this issue Dec 21, 2023 · 2 comments · Fixed by #1058
Closed

support higher rocksdb version #1057

leizhiyuan opened this issue Dec 21, 2023 · 2 comments · Fixed by #1058

Comments

@leizhiyuan
Copy link
Contributor

leizhiyuan commented Dec 21, 2023

Your question

Describe your question clearly

image

in higher version of rocksdb, org.rocksdb,BlockBasedTableConfig.blockCacheCompressedSize()j has been removed
https://github.com/facebook/rocksdb/blob/8d50a7c9df2352e4949aa456206bbd7b9ee49620/java/src/main/java/org/rocksdb/BlockBasedTableConfig.java#L13

Your scenes

Describe your use scenes (why need this feature)

Your advice

Describe the advice or solution you'd like

remove this settings

Environment

  • SOFAJRaft version:
  • JVM version (e.g. java -version):
  • OS version (e.g. uname -a):
  • Maven version:
  • IDE version:
@leizhiyuan leizhiyuan changed the title support rocksdb version support higher rocksdb version Dec 21, 2023
@fengjiachun
Copy link
Contributor

Hi, @leizhiyuan , thank you for pointing out this issue, would you be willing to send a pull request to address it?

@leizhiyuan
Copy link
Contributor Author

Hi, @leizhiyuan , thank you for pointing out this issue, would you be willing to send a pull request to address it?

ok,we use jraft in rocketmq
apache/rocketmq#7301

rocketmq has a repackage rocskdb verison based on higher rocksdb version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants