zrepl/daemon
Christian Schwarz 7584c66bdb pruner: remove retry handling + fix early give-up
Retry handling is broken since the gRPC changes (wrong error classification).
Will come back at some point, hopefully by merging the replication
driver retry infrastructure.

However, the simpler architecture allows an easy fix for the problem
that the pruner practically gave up on the first error it encountered.

fixes #123
2019-03-13 21:04:39 +01:00
..
filters filters: fix broken error message 2018-10-13 17:17:34 +02:00
job replication: refactor driving logic (no more explicit state machine) 2019-03-13 15:00:40 +01:00
logging replication/driver: automatic retries on connectivity-related errors 2019-03-13 15:00:40 +01:00
nethelpers WIP rewrite the daemon 2018-08-27 22:22:44 +02:00
pruner pruner: remove retry handling + fix early give-up 2019-03-13 21:04:39 +01:00
snapper rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00
control.go daemon/control: stop logging status endpoint requests 2018-10-20 12:50:31 +02:00
daemon.go move wakeup subcommand into signal subcommand and add reset subcommand 2018-10-12 20:50:56 +02:00
main.go cli: refactor to allow definition of subcommands next to their implementation 2018-10-13 16:22:19 +02:00
pprof.go privatize pprofServer 2018-08-27 19:13:35 +02:00
prometheus.go rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00