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
Currently, the tracker.Progress struct is a mix of internal fields and methods responsible for replication flow control, and public API - replication status returned by RawNode.Status().
We should factor out the public part of this API, and hide the flow control implementation details (e.g. under internal package).