[ISSUE #9141] [RIP-75] Supports timer message on RocksDB#9142
Closed
3424672656 wants to merge 68 commits intoapache:developfrom
Closed
[ISSUE #9141] [RIP-75] Supports timer message on RocksDB#91423424672656 wants to merge 68 commits intoapache:developfrom
3424672656 wants to merge 68 commits intoapache:developfrom
Conversation
added 13 commits
January 20, 2025 20:47
qianye1001
reviewed
Jan 22, 2025
Contributor
|
If there are already timer messages in the time wheel, how can we switch to the rocskdb version? |
Contributor
Author
For the final implementation we will provide two switches
When there is a message in the file version time wheel, the two switches are enabled at the same time. The file version supports only dequeue messages. When there is no message from the file version wheel, turn off the second switch and switch completely to the rocksdb version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which Issue(s) This PR Fixes
Fixes #9141
Brief Description
How Did You Test This Change?