You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may caused by bad logic of rooch da exec, because we have to wait long time to load segments from disk, pack into chunk(need verify signature in this process), that's why we see so many secp releated functions.
I've update codes about it, using binary search to find good begin chunk, saving lots of time to reduce the init process.
But I remember tx_order 198 stall is in the middle of the whole execution process, may caused by too big chunk verification signature? and 198 is in this middle of first chunk, there is no reason wait for verification of signature.
Anyway, wait to reproduce it by re-execute from tx_order 1 and save changeset.
Proposal Details
mainnet: 198 & 984 take 10-30min to finish execution
hang nothing has been done, no disk io, but high secp overhead
approach:
#3031
The text was updated successfully, but these errors were encountered: