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

[#5633] remove the key-value storage backend logic #5645

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pithecuse527
Copy link

What changes were proposed in this pull request?

Remove Key-Value storage backend storage implementations

Why are the changes needed?

Fix: #5633

Does this PR introduce any user-facing change?

yes

How was this patch tested?

Remove tests for the Key-Value storage implementation code

@jerryshao
Copy link
Contributor

Thanks @pithecuse527 for the contribution. I think the meta module is also not needed any more, and also the related codes like serde, you can remove them all.

@pithecuse527
Copy link
Author

@jerryshao

Hello, I have removed the module meta and its related implementations.

@jerryshao
Copy link
Contributor

@yuqi1129 please spend time on this PR, to help @pithecuse527 to get this done, thanks.

@yuqi1129
Copy link
Contributor

yuqi1129 commented Nov 26, 2024

@pithecuse527 , Hi, thanks for your contribution, I have checked the code and the following can be further improved

  • The following class can also be dropped.
image
  • The docs can be detected
image
  • We can still remove some classes like EntitySerDe

Also, please carefully check the code, I notice that RocksDB JNI is still in some Licese files.

@@ -122,7 +122,6 @@ dependencies {
exclude("org.apache.hadoop")
exclude("org.apache.zookeeper")
exclude("io.dropwizard.metrics")
exclude("org.rocksdb")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we remove this line?

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 this pull request may close these issues.

[Improvement] Remove RocksDBKvBackend and related code & dependencies from code base.
3 participants