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
After I have set up a storage node and kept it running for a few days, I tried to set up a storage KV node on the same machine. However, after going through all the steps according to the README tutorial, the following messages were given: "INFO stream::stream_manager::stream_replayer: data of tx with sequence number 1 is not available yet, wait.. "
"WARN stream::stream_manager::stream_data_fetcher: Download data of tx_seq 1, start_index 0, end_index 1, failed" .
I tried to modify the value of "log_sync_start_block_number" in the config.toml file, but it didn't help.
What could be the cause of this issue and how to solve it?
The text was updated successfully, but these errors were encountered:
After I have set up a storage node and kept it running for a few days, I tried to set up a storage KV node on the same machine. However, after going through all the steps according to the README tutorial, the following messages were given:
"INFO stream::stream_manager::stream_replayer: data of tx with sequence number 1 is not available yet, wait.. "
"WARN stream::stream_manager::stream_data_fetcher: Download data of tx_seq 1, start_index 0, end_index 1, failed" .
I tried to modify the value of "log_sync_start_block_number" in the config.toml file, but it didn't help.
What could be the cause of this issue and how to solve it?
The text was updated successfully, but these errors were encountered: