-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Current Behaviour
All the core-team nodes running in rotsee are in sync. Meaning that for the same block number they have the same checksum.
But after some load-tests, the nodes start printing these messages continuously:
Failed to process received message: failed to construct packet: DB general error: ticket validation error for ticket #7961, offset 1, epoch 33 in channel 0xcec77ac8f8419f108e8dee2998905c3720c2ea4680336f6f0809c4d8f6f025f0: ticket was created for a different channel iteration 33 != 32 of channel 0xcec77ac8f8419f108e8dee2998905c3720c2ea4680336f6f0809c4d8f6f025f0"
Keep in mind that this log entry does not comply with the format, and the variables should be extracted to fields and keep the log message equal to all occurrences.
On the other side, the log entry with message:
Indexer state update
Should be fixed, as the field last_log_checksum
is showing the Some("")
instead of directly the content.
Metadata
Metadata
Assignees
Type
Projects
Status
Done