jepsen icon indicating copy to clipboard operation
jepsen copied to clipboard

Clock skew strobe operations should use :start and :stop operations

Open aphyr opened this issue 5 years ago • 0 comments

Right now we run the strobe binary synchronously, which a.) messes up graphs where we'd like to see the duration the strobe was active, and b.) prevents us from going on to do other things during the strobe. We should fire off some sort of daemon (using stop-start-daemon?) and kill it later.

aphyr avatar Mar 04 '19 21:03 aphyr