-
Notifications
You must be signed in to change notification settings - Fork 319
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
tsunghanjacktsai
changed the title
Support DLedger for Snapshots (temp version)
Support DLedger for Snapshots (Temp)
Aug 10, 2022
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
6 times, most recently
from
August 17, 2022 07:44
c80d0c1
to
8ffeb54
Compare
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
4 times, most recently
from
August 26, 2022 07:15
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
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
5 times, most recently
from
August 31, 2022 15:44
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
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
from
September 1, 2022 06:04
db62d2a
to
ab9e2ad
Compare
Hi, @hzh0425 @mxsm @TheR1sing3un Plz help review this PR if you have time. |
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
6 times, most recently
from
September 4, 2022 14:07
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
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
from
September 6, 2022 06:36
ed3a501
to
4e547bd
Compare
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
from
September 6, 2022 09:14
4e547bd
to
65d0bbd
Compare
Hi~ Please resolve the conflicts if you have time~ |
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
5 times, most recently
from
September 15, 2022 02:45
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
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
5 times, most recently
from
September 20, 2022 02:26
18e2df5
to
bf7bd6c
Compare
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
5 times, most recently
from
September 25, 2022 16:01
f37c4fe
to
e838c37
Compare
tsunghanjacktsai
force-pushed
the
snapshot_tsunghanjacktsai
branch
from
September 26, 2022 01:41
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