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

BLMOVE in cluster mode is not awaked #4569

Open
adiholden opened this issue Feb 6, 2025 · 0 comments
Open

BLMOVE in cluster mode is not awaked #4569

adiholden opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@adiholden
Copy link
Collaborator

Describe the bug
BLMOVE is not awaked after an element was pushed to the list

To Reproduce
Run dragonfly with flags --proactor_threads=2 --cluster_mode=emulated
Run the following commands
from connection 1:

  1. blmove {test}1 {test}2 LEFT LEFT 0
    from connection 2:
  2. lpush {test}3 val
  3. rpoplpush {test}3 {test}1

Expected behaviour
after running command #2 from connection 2 the blmove command should return but it stays blocked

@adiholden adiholden added the bug Something isn't working label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants