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

Warning log in storaged: Cannot find the part X in the graph space Y #3850

Open
aminmaghsodi opened this issue Feb 6, 2022 · 0 comments
Open
Labels
community Source: who proposed the issue

Comments

@aminmaghsodi
Copy link

aminmaghsodi commented Feb 6, 2022

I see one of my storaged nodes (ip: 1.1.1.86) that generates many warning log with message: [...RaftexService.cpp:165] Cannot find the part 8 in the graph space 40

When I search for partition 8 in Nebula:
|Partition: 8 | Leader: "1.1.1.76:9779" | Peers: "1.1.1.75:9779, 1.1.1.76:9779, 1.1.1.77:9779" | Losts: "" |

When I search in 1.1.1.76 's storaged log, I see that it generates many log with message:

Host.cpp:348] [Port: 9780, Space: 40, Part: 8] [Host: 1.1.1.86:9780] Failed to append logs to the host (Err: E_UNKNOWN_PART)

Why the leader node, searches another node for a partition which is its own, when that partition is not exists in that node (neither as leader nor as fallower)

One solution in my mind is running BALANCE DATA, which may take too much time.
Another question is, is there any way to balance a specific partition?

@aminmaghsodi aminmaghsodi changed the title Warning log in storaged: Cannot find the part 8 in the graph space 40 Warning log in storaged: Cannot find the part X in the graph space Y Feb 6, 2022
@Sophie-Xie Sophie-Xie added the community Source: who proposed the issue label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue
Projects
None yet
Development

No branches or pull requests

2 participants