-
Notifications
You must be signed in to change notification settings - Fork 12k
[RIP-82] Implement Timer message, transaction message, and index based on RocksDB #9787
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
Merged
RongtongJin
merged 56 commits into
apache:develop
from
zk-drizzle:opencore/develop_1022
Dec 11, 2025
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
cac4f78
add isWakeCommitWhenPutMessage for AIO
38f03d0
Merge branch 'apache:develop' into develop
zk-drizzle 63d0eb6
Merge branch 'apache:develop' into develop
zk-drizzle e75c906
Implemented Timer message, Transaction Message, Index based on rocksdb
09f7671
add timeline roll interval can be config
3d4aa00
optimize the code
0d0efeb
optimize the code
63cd3bf
add sone logic for recover commitlog
1184544
optimize the code
343adc8
update
7c5b86f
update
fb3fdf0
optimize the code
35bb4f5
update
3945e81
update
ca36da3
optimize the code
e9899ca
optimize the code
679b4d1
update
361d2d9
update
653ba0a
update
dadb1ac
update
900e29f
update
c290e67
update
04738f9
update
2ff33d0
update
18eb884
update
41e5782
update
de75d1b
update
1f1727b
update
4aada4b
Merge branch 'apache:develop' into develop
zk-drizzle cd4a00e
Implement Timer message, transaction message, and index based on RocksDB
ec95088
update
7a2aa07
update
4a67a25
update
zhouli11 b606d55
update
zhouli11 3e37b98
update
zhouli11 be6cac4
update
zhouli11 b9c9022
update
zhouli11 6ee5481
update
zhouli11 c67aae4
update
zhouli11 2872ab4
update the code
1739ba1
update
599777e
update the code
62e9b9f
update
e077a1a
update
67f4ef0
Merge branch 'apache:develop' into develop
zk-drizzle 98757c6
update code
5224bfc
optimize the code
fd779ce
Merge branch 'apache:develop' into develop
zk-drizzle 14d35e9
update
fb58f56
Merge remote-tracking branch 'github/develop' into opencore/develop_1022
873732a
update code
9fa994b
update
6f05121
update
f1cc7ba
update
f1fc2ad
Merge branch 'develop' into opencore/develop_1022
zk-drizzle 8f3d44e
optimize the code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, @zk-drizzle . I'm just curious why all the logs here are INFO level, regardless of whether the restart succeeds or fails.
Shouldn't WARN or ERROR level logs be used to provide some warning information to the user when the restart fails?