-
Notifications
You must be signed in to change notification settings - Fork 467
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: Block instance replication of itself and it's own replicas #1488
Conversation
Thanks @uds5501, you need to fix the clang-tidy error: https://github.com/apache/incubator-kvrocks/actions/runs/5199313230/jobs/9376587287?pr=1488#step:8:1166 to pass the CI. And can you add some Go tests to make sure it works? |
@git-hulk , added integration test and clang-tidy error |
Thanks for your efforts |
7d52858
to
cfe0047
Compare
Co-authored-by: Twice <[email protected]>
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.
LGTM
Thanks all, merging... |
@uds5501 Thanks for your contribution. |
…pache#1488) Co-authored-by: git-hulk <[email protected]> Co-authored-by: Twice <[email protected]>
WIP: A patch to block an instance from replicating itself and it's own replicas
Fixes: #1484