*BFT warning message Backlog from self #1299
Answered
by
baptiste-b-pegasys
baptiste-b-pegasys
asked this question in
Q&A
-
Not reproduced yet My network is stucked, I have a warning saying |
Beta Was this translation helpful? Give feedback.
Answered by
baptiste-b-pegasys
Jan 11, 2022
Replies: 1 comment
-
It's coming from one place and one condition:
That means that this instance is trying to store the backlog from itself, the same source. It should not happen. It looks like the consensus instance is connected to itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antonydenyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's coming from one place and one condition:
storeBacklog(message, validatorSource)
That means that this instance is trying to store the backlog from itself, the same source. It should not happen.
It looks like the consensus instance is connected to itself.