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.
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
feat(dup): write pegasus value in new data version for duplication #459
feat(dup): write pegasus value in new data version for duplication #459
Changes from 18 commits
e803bbb
ad87be5
c8eca4a
d7a09ef
9c783be
f18d59b
f86224b
6f7d15f
a671ec5
5f82d98
a33fdac
9ea052e
0101b4f
e768571
47d56f6
4378bcc
90ddf59
d52f1f7
a1b1112
c854e3d
4acda3a
edeb07d
be2f17b
99e4d25
bdd3823
af96c5e
7bd72c4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
如果timestamp和cluster id相同,remove操作优先于put?
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.
热备份暂时不考虑 remove,remove 的一致性判断比较复杂
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.
这个用TEST_P刚好适合
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.
后面的PR会改,这个PR优先考虑让diff最小。