Closed sokiaoba closed 2 years ago
Hello, thank you for raising this. I want to reproduce this, do you have any instructions or description to do so?
I've tried a bunch of export and import combinations with various versions of GoQuorum and can not replicate this. I think the only possibility for us to debug would be to get a copy of the exported rlp.
Unless we can reproduce this locally there's not much we can do, closing for now, feel free to re-open with steps to reproduce.
Currently I have a similar issue with https://github.com/ConsenSys/quorum/issues/1279.
Here is the log of the tx node.
What I have done so far
Originally the error started to happen with quorum@21.1.0. I upgraded all nodes (1 tx node & 4 validator nodes) to quorum@21.4.0 but still have the same error.
As mentioned in https://github.com/ConsenSys/quorum/issues/1279#issuecomment-976316645, I tried to export & import blocks from other validator nodes. But somehow
geth export
command seems to be hanging like below.As mentioned in https://github.com/multi-geth/multi-geth/issues/134#issuecomment-741799884, I tried to reset head block number. But
geth console
command doesn't work in a kind of similar way withgeth export
.System info
Thank you.