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
Describe the bug
This is a result of our research on 17-DEC-2019 into problems on vchain 5111.
The committee contained a node with public address "461280" (shown on a "RECEIVED COMMITTEE" log message of Lean Helix).
But, the node was not in the topology, so trying to send a message to it resulted in "unknown public address" error.
The symptom in this specific case was failure of the leader to send a NEW_VIEW message because the missing node was the first in the list of target nodes.
But the deeper problem here is the presence of a node in the committee, without it being part of the topology.
We need some assertion (error) to logs that alerts that a node which entered the committee is not part of the topology.
Steps To Reproduce
vchain 5111, around 17-DEC-2019 11:34 IST.
Describe the bug
This is a result of our research on 17-DEC-2019 into problems on vchain 5111.
The committee contained a node with public address "461280" (shown on a "RECEIVED COMMITTEE" log message of Lean Helix).
But, the node was not in the topology, so trying to send a message to it resulted in "unknown public address" error.
The symptom in this specific case was failure of the leader to send a NEW_VIEW message because the missing node was the first in the list of target nodes.
But the deeper problem here is the presence of a node in the committee, without it being part of the topology.
We need some assertion (error) to logs that alerts that a node which entered the committee is not part of the topology.
Steps To Reproduce
vchain 5111, around 17-DEC-2019 11:34 IST.
See logz.io:
https://app.logz.io/#/dashboard/kibana/discover?_a=(columns:!(message,node),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:%5BlogzioCustomerIndex%5DYYMMDD,key:vcid,negate:!f,params:(query:5111,type:phrase),type:phrase,value:'5,111'),query:(match:(vcid:(query:5111,type:phrase))))),index:%5BlogzioCustomerIndex%5DYYMMDD,interval:auto,query:(language:lucene,query:%22COMMITTEE%22),sort:!('@timestamp',desc))&_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-12h,mode:quick,to:now))¬Found=search&accountIds=65212
The text was updated successfully, but these errors were encountered: