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
Also, pulling on the thread a little further, even if they are not reproposed, commands this large are sufficient to cause heartbeats to be delayed, perhaps to the point of causing elections. Maybe MsgApp messages should use separate GRPC streams (similar to the way that MsgSnap used to). This would need a lot of testing (we want to minimize the chance that MsgApps are reordered with respect to each other, but I think raft will tolerate reorderings of different message types reasonably well)
To be clear, MsgSnap still uses a different stream, but that is due to it using a different endpoint.
The text was updated successfully, but these errors were encountered:
Forked from #15702:
To be clear,
MsgSnap
still uses a different stream, but that is due to it using a different endpoint.The text was updated successfully, but these errors were encountered: