-
Notifications
You must be signed in to change notification settings - Fork 231
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
Weird Doppelganger issues with validator client on Sepolia #4394
Comments
If we look at when the build finished today it was at
Which doesn't exactly match the failure. The restart did happen at that time as expected:
So it got restarted, ran for 3 minutes and then doppelganger kicked in. |
Looks like it didn't happen after today's restart. |
Happened again today, same time as always: {"lvl":"INF","ts":"2022-12-09 00:14:12.001+00:00","msg":"Slot start","slot":1234271,"attestationIn":"4s","blockIn":"<unknown>","validators":25,"delay":"936us345ns"}
{"lvl":"ERR","ts":"2022-12-09 00:14:12.321+00:00","msg":"Failed to subscribe validators to sync committee subnets","slot":1234271,"epoch":38570,"subscriptions_count":6,"service":"duties_service"}
{"lvl":"INF","ts":"2022-12-09 00:14:16.001+00:00","msg":"Doppelganger protection disabled validator duties","validators":1,"service":"attestation_service"}
{"lvl":"INF","ts":"2022-12-09 00:14:24.001+00:00","msg":"Slot start","slot":1234272,"attestationIn":"1m4s","blockIn":"<unknown>","validators":25,"delay":"1ms60us982ns"}
{"lvl":"WRN","ts":"2022-12-09 00:14:24.351+00:00","msg":"Validator's activity has been seen","validator_index":638,"epoch":38570,"service":"doppelganger_service"}
{"lvl":"NOT","ts":"2022-12-09 00:14:24.351+00:00","msg":"Received shutdown event, exiting"}
{"lvl":"INF","ts":"2022-12-09 00:14:24.351+00:00","msg":"Shutting down metrics HTTP server"}
{"lvl":"INF","ts":"2022-12-09 00:14:24.352+00:00","msg":"Closing slashing protection","path":"/data/validator-client-sepolia-unstable-01/data/validators"}
{"lvl":"NOT","ts":"2022-12-09 00:14:24.363+00:00","msg":"REST service stopped","address":"127.0.0.1:5053"} |
Potential fix for this according to @zah: |
@jakubgs I'll presume this is no longer happening / doppel works as expected? |
I see no signs of it happening recently:
|
Describe the bug
For a several days now the validator client on our
linux-01.he-eu-hel1.nimbus.sepolia
has been shutting down due to doppelganger detection triggering for various validators. Here's serveral examples:The thing is those validators exist only on one host(since we have only one), and are only used by the validator client:
But if we look at a validator causing issues at a time it appears offline:
To Reproduce
Steps to reproduce the behavior:
unstable
Additional context
This is only affecting the validator client. One thing worth noting is that the time this hapopens is usually around
00:14:24
.The text was updated successfully, but these errors were encountered: