Skip to content

*BFT warning message Backlog from self #1299

Discussion options

You must be logged in to vote

It's coming from one place and one condition: storeBacklog(message, validatorSource)

  • if sourceAddress == selfAddress then log.Warn("Backlog from self "); return

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by antonydenyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant