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
1. out-of-order sealing. currently things work because the first writer
wins and every thread seals in the same order.
2. retrying. if the winning thread crashed before fnishing the
propposal, every other thread will wait forever.
3. optimize the single process case by reducing a thundering herd of
proposers to a single proxy for them all.
The text was updated successfully, but these errors were encountered:
5fab76d
The text was updated successfully, but these errors were encountered: