Closed jcs47 closed 1 year ago
The same error, +1 to understand what does it mean
These logs are from the mainnet_indexer
container
ndexing block #71838249...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0x8c0cb4779e403681befe316ca0230c6a0771375e6cba48b3b4398649f936b402 at #71838048:0...
Indexing block #71838250...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing block #71838251...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing log event at #71837831:0:0...
Indexing log event at #71837831:0:1...
Indexing block #71838252...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0xc1b91e2a8a2ac80e0f1f0d79f1f154d743de4a5d12582930a7c573823d631956 at #71838050:0...
Indexing transaction 0x60f6a7af69f5a41ad42824a26f45bc4d99aa81bd058d9944f1dc96de07506158 at #71838050:1...
Indexing transaction 0x882ddcf76fb9365ea723ba8ec8527c676eb577f805d205c72e58d79e68678281 at #71839869:0...
Indexing block #71839907...
Indexing block #71838253...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Wondering, could it be related to the following warnings from the mainnet_database
.
NOTE: Timestamps do not much (logs taken at different time), but the pattern of occurrence in the logs seems similar.
2022-08-12 20:47:26.444 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:27.211 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:27.279 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:27.932 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:27.949 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:28.007 UTC [776] WARNING: there is no transaction in progress
2022-08-12 20:47:28.071 UTC [776] WARNING: there is no transaction in progress
2022-08-12 20:47:28.080 UTC [776] WARNING: there is no transaction in progress
2022-08-12 20:47:28.080 UTC [776] WARNING: there is no transaction in progress
2022-08-12 20:47:28.090 UTC [776] WARNING: there is no transaction in progress
2022-08-12 20:47:46.593 UTC [776] WARNING: there is already a transaction in progress
2022-08-12 20:47:46.995 UTC [776] WARNING: there is already a transaction in progress
This repository is deprecated. If issue still persists, please reopen it on a new repository of Aurora Relayer v2.
I am running the aurora relayer on kubernetes. I managed to build an image for release tag
2022.06.15
. The relayer seems to be working fine and the data seems to be indexed successful, but I am seeing these errors getting outputed by the indexer. What does this mean?