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

'Could not locate validator index in DB slot=0' Error #5481

Closed
mbdyess opened this issue Apr 18, 2020 · 1 comment · Fixed by #5672
Closed

'Could not locate validator index in DB slot=0' Error #5481

mbdyess opened this issue Apr 18, 2020 · 1 comment · Fixed by #5672
Assignees

Comments

@mbdyess
Copy link

mbdyess commented Apr 18, 2020

Error observed just after genesis (approx 8s after). See attached log.
validatorLog.txt

The 9 (out of 10) non-registered validators were kinda expected. Got to the party a little late. :-)

@rauljordan
Copy link
Contributor

Assigning @0xKiwi to this one, seems like something failed to initialize properly and was perhaps set to 0 values:

[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xb4cffec577dd slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0x86e933966a1f slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xb44006525955 slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xb3dae530ffea slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xaba2393ac424 slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xaca18bb004d2 slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xa3155e3f8fbd slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0x820ab0f1b3e4 slot=0
[2020-04-17 20:00:05] ERROR validator: Validator ID 0 not found in committee of [] pubKey=0xb1cfcb5b3026 slot=0

@mbdyess can you clarify how to reproduce this? How could we try to recreate this error?

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 a pull request may close this issue.

3 participants