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
I know an issue had been posted in the past about this (#1148), but we are having a similar issue on an internal relay and I would like to get more insight on this. When I try to warp sync rococo I get the following logs
08.165 DEBUG tokio-runtime-worker sync: Importing warp proof data from 12D3KooWJhwBW1UjxhxHaCUCWYmCRjsWx6ZEbwHTqfQmPjNx8GjC, 2992652 bytes.
2024-02-01 17:54:08.589 DEBUG tokio-runtime-worker sync: Bad warp proof response: bad justification for header: invalid commit in grandpa justification
2024-02-01 17:54:08.589 DEBUG tokio-runtime-worker sync: Bad proof data received from 12D3KooWJhwBW1UjxhxHaCUCWYmCRjsWx6ZEbwHTqfQmPjNx8GjC
2024-02-01 17:54:08.589 TRACE tokio-runtime-worker sync: New WarpProofRequest for 12D3KooWJhwBW1UjxhxHaCUCWYmCRjsWx6ZEbwHTqfQmPjNx8GjC
2024-02-01 17:54:08.589 TRACE tokio-runtime-worker sync: Processed DropPeer(BadPeer(PeerId("12D3KooWJhwBW1UjxhxHaCUCWYmCRjsWx6ZEbwHTqfQmPjNx8GjC"), ReputationChange { value: -536870912, reason: "Bad block" })).
It says Bad warp proof response: bad justification for header: invalid commit in grandpa justification . I am wondering if this is related to a consensus failure (or a finality lag) that was solved by doing grandpa->note_stalled, which (AFAIK) forces the current set of authorities to finalize a block for which potentially they were not authorities of.
We had to do this a couple of times in our internal relay and I wonder whether this is the reason not to be able to warp sync it (and also the reason why it is not working in rococo).
If so, is this even fixable?
The text was updated successfully, but these errors were encountered:
I know an issue had been posted in the past about this (#1148), but we are having a similar issue on an internal relay and I would like to get more insight on this. When I try to warp sync rococo I get the following logs
It says
Bad warp proof response: bad justification for header: invalid commit in grandpa justification
. I am wondering if this is related to a consensus failure (or a finality lag) that was solved by doinggrandpa->note_stalled
, which (AFAIK) forces the current set of authorities to finalize a block for which potentially they were not authorities of.We had to do this a couple of times in our internal relay and I wonder whether this is the reason not to be able to warp sync it (and also the reason why it is not working in rococo).
If so, is this even fixable?
The text was updated successfully, but these errors were encountered: