Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
We are experiencing panics in execution_driver.rs on our testnet node (sui-node 1.37.3-b8eb8920aeca). The node crashes occasionally with an ObjectVersionUnavailableForConsumption error. This suggests that the retries mentioned in the below code comment might still be necessary to prevent these crashes.
Details
We are experiencing panics in
execution_driver.rs
on our testnet node (sui-node 1.37.3-b8eb8920aeca
). The node crashes occasionally with anObjectVersionUnavailableForConsumption error
. This suggests that the retries mentioned in the below code comment might still be necessary to prevent these crashes.https://github.com/MystenLabs/sui/blob/5271252cd8897611902615cadd9741f1ec9b647d/crates/sui-core/src/execution_driver.rs#L147-L152
Suggestion
Reproduction
sui-node 1.37.3-b8eb8920aeca
Ubuntu 22.04.4 LTS/Linux5.15.0-116-generic
AMD Ryzen 9 7950X
,128GB RAM
execution_driver.rs
Logs