-
Notifications
You must be signed in to change notification settings - Fork 113
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
Various MKVS remote syncer bug fixes #2775
Conversation
d4fcb5c
to
e6de6fd
Compare
Codecov Report
@@ Coverage Diff @@
## master #2775 +/- ##
==========================================
- Coverage 63.12% 62.89% -0.24%
==========================================
Files 389 389
Lines 37047 37062 +15
==========================================
- Hits 23385 23309 -76
- Misses 10703 10790 +87
- Partials 2959 2963 +4
Continue to review full report at Codecov.
|
e6de6fd
to
165defc
Compare
165defc
to
a074932
Compare
b0e6532
to
f54c9aa
Compare
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.
gonna have to delegate some
46e4855
to
882c2a1
Compare
Previously an empty value in the write log signalled that the given entry is a delete operation instead of an insert one. This was incorrect as inserting an empty byte string is allowed. This changes This change is BREAKING as it changes write log semantics and thus it breaks the runtime worker-host protocol.
882c2a1
to
57cfbf2
Compare
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.
lg thanks for the fixes
No description provided.