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

dfly load doesn't load snapshots on replicas #2975

Open
Abhra303 opened this issue Apr 30, 2024 · 0 comments
Open

dfly load doesn't load snapshots on replicas #2975

Abhra303 opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Abhra303
Copy link
Contributor

Describe the bug
dfly load on master doesn't replicate the snapshot onto replicas. I set some keys on master after loading the snapshot and then listed down the keys on each replica (keys *). I only got the set keys and not the keys from snapshot. Running replicaof <master ip> <port> solves the issue.

To Reproduce
Steps to reproduce the behavior:

  1. Load a snapshot onto master using dfly load command
  2. Run keys * on any of the replicas
  3. See bug

Expected behavior
Replicas should auto sync the snapshot from master.

@Abhra303 Abhra303 added the bug Something isn't working label Apr 30, 2024
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

1 participant