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
Blazar VP post check waits X seconds (timeout) for the consensus. If after X seconds there is no 2/3+1, blazar fails postcheck.
We know that upgrades can last a very long time, so a better approach IMHO is to dynamically extend the timeout when there is a progress.
For instance, say the timeout is 10 minutes:
post check starts
after 5 minutes post check detects VP increase
the post check timeout resets
another increase happens
post check timeout resets
finalize
a) post check timeouts after 10 minutes after last reset if there is no consensus
b) post check completes when there is consensus, this could be after 15 minutes
The text was updated successfully, but these errors were encountered:
TL;DR
Blazar VP post check waits X seconds (timeout) for the consensus. If after X seconds there is no 2/3+1, blazar fails postcheck.
We know that upgrades can last a very long time, so a better approach IMHO is to dynamically extend the timeout when there is a progress.
For instance, say the timeout is 10 minutes:
a) post check timeouts after 10 minutes after last reset if there is no consensus
b) post check completes when there is consensus, this could be after 15 minutes
The text was updated successfully, but these errors were encountered: