Description
RATIS-631 adds capability in leader to determine pipeline slowness. Leader should use this information for handling client requests. For instance if one of the follower is slow, then client requests demanding commit in all the nodes can be rejected by the leader. If both the followers are slow then all the client requests can be rejected by the leader.