Skip to content
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 EXISTS and DEL bug for sharding and consensus situation #1277

Merged

Conversation

wanghenshui
Copy link
Collaborator

In sharding and consensus situation, SXISTS command will call Do instead of Split,
this lead response message append twice in Do and Merge.
For DEL command, this is a write command, and for consensus case, pika will call
Execute twice for DoBinlog and DoCommand respectively, and cause Merge called double.

  In sharding and consensus situation, SXISTS command will call Do instead of Split,
this lead response message append twice in Do and Merge.
  For DEL command, this is a write command, and for consensus case, pika will call
Execute twice for DoBinlog and DoCommand respectively, and cause Merge called double.
@wanghenshui wanghenshui merged commit 54dcb4b into OpenAtomFoundation:unstable Feb 18, 2023
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
…ts-del-bug

Fix EXISTS and DEL bug for sharding and consensus situation
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
…ts-del-bug

Fix EXISTS and DEL bug for sharding and consensus situation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant