streamingfast / firehose-ethereum

Ethereum on StreamingFast
Apache License 2.0
78 stars 24 forks source link

Chache glitch and log spam #62

Closed matsuro-hadouken closed 1 year ago

matsuro-hadouken commented 1 year ago

After upgrade to v1.4.1 storm of calling updateCache can be observed from unknown source.

image

There is additional repetative messages:

INFO (rpc-cache) rpc cache not found {"filename": "cache-0013142000-0013143000.cache", "read_store_url": "file:///firehose/sf-data/rpc-cache", "error": "not found"}
INFO (firehose.tier2) not saving cache, because empty {"parent_trace_id": "ce1298b5ee1e9df69170ea2201d7fc79", "trace_id": "f7a89284e5c91d73982d4caa0dc4d4b2", "module": "store_supply", "block_range": "[13141000, 13142000)"} 
sduchesneau commented 1 year ago

this comes from a build problem, these debug lines are not committed. I will produce another build with clean state.

sduchesneau commented 1 year ago

Please try with the "rebuilt" binaries for v1.4.1. Same commit hash, just a new binary.

Thanks

matsuro-hadouken commented 1 year ago

This fixed the issue. Now everything works as expected. Can be closed. Thank you !