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

Full Beaconchain Error Not Update After 3 Epoch | Kurtosis Based #2968

Open
avenbreaks opened this issue Oct 18, 2024 · 2 comments
Open

Full Beaconchain Error Not Update After 3 Epoch | Kurtosis Based #2968

avenbreaks opened this issue Oct 18, 2024 · 2 comments

Comments

@avenbreaks
Copy link

we create private testnet and after applying the package, I see the full beaconchain explorer gets stuck and does not update after 3 Epochs.

image

el_type: geth
cl_type: lighthouse

Beaconchain Frontend Logs :

time="2024-10-17T04:05:57Z" level=error msg="error retrieving latestNodeEpoch from cache: redis: nil" module=services
time="2024-10-17T04:05:57Z" level=error msg="error retrieving latestNodeFinalizedEpoch from cache: redis: nil" module=services
time="2024-10-17T04:05:57Z" level=error msg="error retrieving gasNow from cache: redis: nil" module=services
time="2024-10-17T04:06:12Z" level=error msg="error retrieving latestNodeEpoch from cache: redis: nil" module=services
time="2024-10-17T04:06:12Z" level=error msg="error retrieving latestNodeFinalizedEpoch from cache: redis: nil" module=services
time="2024-10-17T04:06:24Z" level=error msg="error retrieving latestNodeEpoch from cache: redis: nil" module=services
time="2024-10-17T04:06:24Z" level=error msg="error retrieving latestNodeFinalizedEpoch from cache: redis: nil" module=services
time="2024-10-17T04:06:36Z" level=error msg="error retrieving latestNodeEpoch from cache: redis: nil" module=services
time="2024-10-17T04:06:36Z" level=error msg="error retrieving latestNodeFinalizedEpoch from cache: redis: nil" module=services
time="2024-10-17T10:07:52Z" level=info msg=updateWeights duration=13.851285ms module=ratelimit
time="2024-10-17T10:07:52Z" level=info msg=updateRateLimits duration=6.059657ms module=ratelimit
time="2024-10-17T10:08:52Z" level=info msg=updateWeights duration=23.573752ms module=ratelimit
time="2024-10-17T10:08:52Z" level=info msg=updateRateLimits duration=7.008592ms module=ratelimit
time="2024-10-17T10:09:52Z" level=info msg=updateWeights duration=12.163828ms module=ratelimit
time="2024-10-17T10:09:52Z" level=info msg=updateRateLimits duration=8.683085ms module=ratelimit
time="2024-10-17T10:10:52Z" level=info msg=updateWeights duration=10.069051ms module=ratelimit
time="2024-10-17T10:10:52Z" level=info msg=updateRateLimits duration=14.170499ms module=ratelimit

Reference

ethpandaops/ethereum-package#806

@avenbreaks
Copy link
Author

eth1indexer logs :

time="2024-10-19T00:01:52Z" level=info msg="exported 4096 sync committee duties to bigtable in 680.798091ms" module=db
time="2024-10-19T00:01:52Z" level=info msg="github.com/gobitfly/eth2-beaconchain-explorer/db.(*Bigtable).SaveAttestationDuties: wrote from 0 to 128 rows to bigtable in 0.7s" module=db
time="2024-10-19T00:01:52Z" level=info msg="exported 128 attestations to bigtable in 721.354783ms" module=db
time="2024-10-19T00:01:52Z" level=error msg="error during slot export run: error exporting slot 128: error retrieving epoch participation statistics: error retrieving validator participation data for epoch 4: not found 404"
time="2024-10-19T00:01:52Z" level=info msg="update run completed"
time="2024-10-19T00:02:03Z" level=info msg="exporting slot 128 (epoch transition into epoch 4)" module=exporter
time="2024-10-19T00:02:03Z" level=info msg="retrieved slot 128 (0x6dcfa0706991361348a815a2bdc66f3e5034db7c3659fedab97c120df71684cd) from in memory cache" module=rpc
time="2024-10-19T00:02:03Z" level=info msg="exporting duties & balances for epoch 4" module=exporter
time="2024-10-19T00:02:03Z" level=info msg="requesting validator inclusion data for epoch 4" module=rpc
time="2024-10-19T00:02:03Z" level=info msg="github.com/gobitfly/eth2-beaconchain-explorer/db.(*Bigtable).SaveProposalAssignments: wrote from 0 to 32 rows to bigtable in 0.0s" module=db
time="2024-10-19T00:02:03Z" level=info msg="exported proposal assignments to bigtable in 11.631478ms" module=db
time="2024-10-19T00:02:03Z" level=info msg="github.com/gobitfly/eth2-beaconchain-explorer/db.(*Bigtable).SaveValidatorBalances: wrote from 0 to 128 rows to bigtable in 0.0s" module=db
time="2024-10-19T00:02:04Z" level=info msg="github.com/gobitfly/eth2-beaconchain-explorer/db.(*Bigtable).SaveSyncComitteeDuties: wrote from 0 to 4096 rows to bigtable in 0.7s" module=db
time="2024-10-19T00:02:04Z" level=info msg="exported 4096 sync committee duties to bigtable in 732.758928ms" module=db
time="2024-10-19T00:02:04Z" level=info msg="github.com/gobitfly/eth2-beaconchain-explorer/db.(*Bigtable).SaveAttestationDuties: wrote from 0 to 128 rows to bigtable in 0.7s" module=db
time="2024-10-19T00:02:04Z" level=info msg="exported 128 attestations to bigtable in 750.119607ms" module=db
time="2024-10-19T00:02:04Z" level=error msg="error during slot export run: error exporting slot 128: error retrieving epoch participation statistics: error retrieving validator participation data for epoch 4: not found 404"
time="2024-10-19T00:02:04Z" level=info msg="update run completed"

@guybrush
Copy link
Collaborator

time="2024-10-19T00:02:04Z" level=error msg="error during slot export run: error exporting slot 128: error retrieving epoch participation statistics: error retrieving validator participation data for epoch 4: not found 404"

right now we depend on lighthouse, this looks like you are using a different client

time="2024-10-17T04:06:36Z" level=error msg="error retrieving latestNodeFinalizedEpoch from cache: redis: nil" module=services

this looks like redis is not configured properly (config.redisCacheEndpoint)

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

No branches or pull requests

2 participants