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
After receiveing a hello message, a replica would not cleanup its sbft
state (checkpointDone and timer cancellation). This would leave a replica
hanging not able to process new requests.
Added a test (TestHelloMsg) to demonstrate this. This required also
enabling sbft TestSystem configuration with disabled Timer interface.
Change-Id: I4f8dc7e57c656a09ad536b229c9709213c5eb6af
Signed-off-by: Marko Vukolic <[email protected]>
0 commit comments