tkindy / cs3700-project5

0 stars 1 forks source link

Message queuing isn't working #5

Open tkindy opened 7 years ago

tkindy commented 7 years ago

The message queuing logic shouldn't be run in a leader state; a leader will never recognize there's an election ongoing. In fact, the period of time in which an election is occurring is nuanced for all replicas.

I'm not sure we even want to be queueing messages during elections. We can just drop messages and the clients will retry. We should get the basic protocol working before we add optimizations on top of it.

@9define

9define commented 7 years ago

Agreed on all counts. Let's close this.