-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(stream_family): Fix journaling in the XADD and XTRIM commands #4448
base: main
Are you sure you want to change the base?
fix(stream_family): Fix journaling in the XADD and XTRIM commands #4448
Conversation
2ddf4cc
to
f635b6a
Compare
await asyncio.sleep(1) | ||
|
||
# Check replica data consistent | ||
master_data = await StaticSeeder.capture(c_master) |
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.
I see that that static seeder does not work on stream type, see class StaticSeeder impl
also we do not have the hash funciton for stream type in script-hashlib.lua
you will need to add this functionality
Please make a separate PR for this change and validate the static seeder capture finds fails if there is a diff by temporary inserting a bug to replication code of streams
fixes dragonflydb#4202 Signed-off-by: Stepan Bagritsevich <[email protected]>
Signed-off-by: Stepan Bagritsevich <[email protected]>
Signed-off-by: Stepan Bagritsevich <[email protected]>
Signed-off-by: Stepan Bagritsevich <[email protected]>
f635b6a
to
d8282a2
Compare
Signed-off-by: Stepan Bagritsevich <[email protected]>
fixes #4202