featurebase/etcd
Seebs ef8dd91077 report errors more clearly when trying to recreate leases
There's some loose ends here because really we probably want to be
using the top-level server logger, and we should fix that, but in the
mean time, let's not swallow the errors as much, because the last
line printed doesn't actually show what the error was, but it could.

To do this, we distinguish between the current error (which might
be a wrapper around DeadlineExceeded) and a previous error which
we might prefer to return, if one exists, since it's more likely
the "real" cause.
2021-03-11 19:42:10 -06:00
..
cache.go Add part of cache back. 2021-03-01 19:09:31 +01:00
embed.go Get metadata in Tx. Fix Nodes implementation 2021-03-10 00:28:49 +01:00
leasedkv.go report errors more clearly when trying to recreate leases 2021-03-11 19:42:10 -06:00
leasedkv_test.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00