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

Export GetCompactionReasonString/GetFlushReasonString by moving them into listener.h #670

Closed

Conversation

git-hulk
Copy link
Contributor

@git-hulk git-hulk commented Sep 7, 2023

Currently, rocksdb users would use the event listener to catch the compaction/flush event and log them if any. But now the reason is an integer type instead of a human-readable string, so we would like to convert them into a human-readable string.

Refer: facebook/rocksdb#11778

@git-hulk
Copy link
Contributor Author

git-hulk commented Sep 7, 2023

Not sure if it's the right way to submit the PR which was merged in rocksdb. Can help to correct me if I was wrong?

@udi-speedb
Copy link
Contributor

We are rebasing on RocksDB from time to time, so that is the way we usually sync with RocksDB.
If you are using Speedb and need it urgently, I can check internally if we may accept the PR individually.

@git-hulk
Copy link
Contributor Author

We are rebasing on RocksDB from time to time, so that is the way we usually sync with RocksDB. If you are using Speedb and need it urgently, I can check internally if we may accept the PR individually.

Hi @udi-speedb, thanks for your reply.

We're in no hurry, let's close this PR and wait for rebasing from upstream.

@git-hulk git-hulk closed this Sep 18, 2023
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.

2 participants