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
Sometimes it is needed to simulate specific packet from neighbouring instance (e.g. RAFT vote request for bigger term). Right now I need to somehow bring instance to appropriate state (running box.ctl.promote() box.ctl.demote() until wanted term is achieved.
Related #235