-
Notifications
You must be signed in to change notification settings - Fork 318
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
[ISSUE #131] Support Snapshot for Dledger #197
Merged
RongtongJin
merged 1 commit into
openmessaging:master
from
tsunghanjacktsai:snapshot_tsunghanjacktsai
Oct 10, 2022
Merged
[ISSUE #131] Support Snapshot for Dledger #197
RongtongJin
merged 1 commit into
openmessaging:master
from
tsunghanjacktsai:snapshot_tsunghanjacktsai
Oct 10, 2022
Conversation
This file contains 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
c80d0c1
to
8ffeb54
Compare
055a80c
to
35080b0
Compare
RongtongJin
requested changes
Aug 29, 2022
src/main/java/io/openmessaging/storage/dledger/DLedgerConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/snapshot/file/FileSnapshotManager.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/snapshot/file/FileSnapshotManager.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/snapshot/file/FileSnapshotStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/store/file/DLedgerMmapFileStore.java
Outdated
Show resolved
Hide resolved
f6ab81a
to
db62d2a
Compare
RongtongJin
reviewed
Sep 1, 2022
src/main/java/io/openmessaging/storage/dledger/DLedgerServer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/statemachine/StateMachineCaller.java
Outdated
Show resolved
Hide resolved
db62d2a
to
ab9e2ad
Compare
Hi, @hzh0425 @mxsm @TheR1sing3un Plz help review this PR if you have time. |
7acd5b4
to
ed3a501
Compare
RongtongJin
reviewed
Sep 6, 2022
src/main/java/io/openmessaging/storage/dledger/DLedgerServer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/snapshot/SnapshotFile.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/statemachine/StateMachine.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openmessaging/storage/dledger/snapshot/SnapshotManager.java
Outdated
Show resolved
Hide resolved
ed3a501
to
4e547bd
Compare
4e547bd
to
65d0bbd
Compare
Hi~ Please resolve the conflicts if you have time~ |
5ecf86a
to
f812df1
Compare
RongtongJin
reviewed
Sep 15, 2022
dledger/src/main/java/io/openmessaging/storage/dledger/statemachine/StateMachineCaller.java
Outdated
Show resolved
Hide resolved
18e2df5
to
bf7bd6c
Compare
f37c4fe
to
e838c37
Compare
e838c37
to
0f5a5d4
Compare
RongtongJin
approved these changes
Oct 10, 2022
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.
Test List