dqian3 / DOM-BFT

MIT License
0 stars 0 forks source link

Queuing incoming requests during fallback on replicas #73

Open Hoooao opened 3 weeks ago

Hoooao commented 3 weeks ago

currently, we require that clients resubmit requests after the fallback is over. but with the deduplication, we can have replicas queue requests and immediately start back on the fast path

Hoooao commented 2 days ago

not worth implementing? seems add more uncertainty, and we generally assume fallback happen rarely, the perf improve will be minor,