-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Draft][Durability] Sync replication #3704
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
Open
sushilpaneru1
wants to merge
23
commits into
valkey-io:unstable
Choose a base branch
from
sushilpaneru1:sync-repl-wbl
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
02deba7
aof: offload appendfsync=always flush+fsync to IO threads
jjuleslasarte 75cc8de
durability: add pluggable durability provider framework
jjuleslasarte 05c1437
durability: add deferred task system for post-ack execution
jjuleslasarte f15f181
durability: add uncommitted key tracking per database
jjuleslasarte 72a31e2
durability: add reply blocking and wire into server subsystems
jjuleslasarte 3253c5c
build: add durability source files to Makefile and CMake
jjuleslasarte a76070b
tests: add unit tests for durability reply blocking
jjuleslasarte 85aa8e7
tests: add integration tests for durability reply blocking
jjuleslasarte b125b02
Merge branch 'unstable' into aof-durability
jjuleslasarte cd59c4f
Merge branch 'unstable' into aof-durability
jjuleslasarte b285ba5
Remove separate durability config; derive from appendfsync always
jjuleslasarte 4daeb60
Refactor uncommitted keys: mark dirty immediately, use offset tracker…
jjuleslasarte b29770b
Merge upstream/unstable
jjuleslasarte 7a78154
isDurabilityEnabled: delegate to anyDurabilityProviderEnabled
jjuleslasarte 9007510
Fix dangling event string in keyspace notify task
jjuleslasarte 45ded39
fix: fix 32-bit build for durability source files
jjuleslasarte a63f9ed
fix: use bufpos instead of data_len for copy-avoidance compatible com…
jjuleslasarte 0d49022
Fix CR feedback: stale comment, 32-bit build, and replica rejection l…
jjuleslasarte 5c4b9c5
Address PR #3381 review feedback
jjuleslasarte 330d581
refactor: replace offset tracker queue with hashtable iteration
jjuleslasarte 110fc8c
fix: zero-initialize clientDurabilityInfo and clear stale uncommitted…
jjuleslasarte f989319
Sync-replication: Part 1
fdc7429
Sync replication: WBL
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,3 +58,4 @@ cmake-build-debug/ | |
| cmake-build-release/ | ||
| __pycache__ | ||
| src/unit/.flags | ||
| .DS_Store | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.