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 missing migrating/importing information in the CLUSTER NODES command #2196

Merged

Conversation

git-hulk
Copy link
Member

In Redis, it will add the migrating/importing slot section
for the source and target node. For the migrating source node,
it will contain the below section:

[{slot_id}->-{target_node_id}]

And for the importing node, it will add:

[{slot_id}-<-{source_node_id}]

@git-hulk
Copy link
Member Author

git-hulk commented Mar 24, 2024

In this PR, I also removed the unused import_fd_ field in the importor.

@git-hulk git-hulk force-pushed the fix/missing-migrate-info-in-cluster-nodes branch 3 times, most recently from c580a40 to 86a696d Compare March 24, 2024 12:57
In Redis, it will add the migrating/importing slot section
for the source and target node. For the migrating source node,
it will contain the below section:

```
[{slot_id}->-{target_node_id}]
```

And for the importing node, it will add:

```
[{slot_id}-<-{source_node_id}]
```
@git-hulk git-hulk force-pushed the fix/missing-migrate-info-in-cluster-nodes branch from 86a696d to 5ec1559 Compare March 24, 2024 13:00
Copy link

sonarcloud bot commented Mar 24, 2024

@git-hulk git-hulk merged commit 3938a95 into apache:unstable Mar 25, 2024
31 checks passed
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.

2 participants