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

Extra rows in the asynchronous index #4034

Closed
CyberROFL opened this issue Apr 23, 2024 · 0 comments · Fixed by #4055, #4087, #4105, #4106 or #4177
Closed

Extra rows in the asynchronous index #4034

CyberROFL opened this issue Apr 23, 2024 · 0 comments · Fixed by #4055, #4087, #4105, #4106 or #4177
Assignees
Labels
bug Something isn't working

Comments

@CyberROFL
Copy link
Member

CyberROFL commented Apr 23, 2024

Race between Resolve & SendRecords:

  • Enqueue records R1, R2.
  • Request their bodies.
  • Receive R1, send R1 to partition P1.
  • Error: WRONG_SHARD_STATE.
  • Re-enqueue R1, resolve partitions.
  • Resolve done: new partitions are P2, P3.
  • Receive R2, send to P2.
  • Receive R1, send to P2 — ignore.
@CyberROFL CyberROFL self-assigned this Apr 23, 2024
This was linked to pull requests Apr 23, 2024
@CyberROFL CyberROFL changed the title Extra rows in the covering asynchronous index Extra rows in the asynchronous index Apr 24, 2024
@CyberROFL CyberROFL added the bug Something isn't working label Apr 25, 2024
@CyberROFL CyberROFL linked a pull request Apr 25, 2024 that will close this issue
@CyberROFL CyberROFL removed a link to a pull request Apr 25, 2024
@CyberROFL CyberROFL linked a pull request Apr 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment