I tried to sync block data on a high-end arm machine.
There are some fixing options in steem-docker. So I tried a few things with the option (e.g. fixing block_log.index only).
But the same error persists.
I noticed that the following error:
2843925ms fork_database.cpp:43 push_block ] Pushing block to fork database that failed to link: 018a5f32b048805b4ad239c2963e57b87622f740, 25845554
2843925ms fork_database.cpp:44 push_block ] Head: 1091, 000004433bd4602cf5f74dbb564183837df9cef8
This error message repeats forever. It says it failed to link 1091 block data.
When I ran the 'replay', the following message appears:
1265999ms database.cpp:258 reindex ] Replaying blocks...
1266097ms database.cpp:339 reindex ] Done reindexing, elapsed time: 0.09758400000000000 sec
1266097ms chain_plugin.cpp:616 plugin_startup ] Started on blockchain with 1070 blocks
It started from 1070 blocks, which is the close block to the 1091 block.
So, it guess at first there is no problem to sync, but at 1070 to 1091 blocks, there is something wrong.
I need to find out the thing which is wrong!