Snapshot enhancement #2609
Labels
component/gRPC
Component: gRPC
sig/raft
Component: Raft, RaftStore, etc.
type/enhancement
The issue or PR belongs to an enhancement.
There are two enhancements can be made in our raft snapshot mechanism:
When sync is called, it should also be considered that the receiving thread should not be blocked, which otherwise may cause OOM. Maybe gRPC flow control mechanism can be utilized here.
The text was updated successfully, but these errors were encountered: