zrepl/replication/internal
Christian Schwarz 45373168ad replication: fix retry wait behavior
An fsrep.Replication is either Ready, Retry or in a terminal state.
The queue prefers Ready over Retry:

Ready is sorted by nextStepDate to progress evenly..
Retry is sorted by error count, to de-prioritize filesystems that fail
often. This way we don't get stuck with individual filesystems
and lose other working filesystems to the watchdog.

fsrep.Replication no longer blocks in Retry state, we have
replication.WorkingWait for that.
2018-10-19 17:23:00 +02:00
..
diff replication & pruning: ditch replicated-property, use bookmark as cursor instead 2018-09-05 19:51:06 -07:00
queue replication: fix retry wait behavior 2018-10-19 17:23:00 +02:00