diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-23 13:37:10 +0000 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-23 13:37:10 +0000 |
commit | 37f880bc09bc4d9eb6aaeaec299a8d1d2043f674 (patch) | |
tree | d0f8aeeb826edbaaa8e38f9eb907b3a84579e4c5 /TODO | |
parent | 73574ab43e5dca999545c931b959f2a3cbacea95 (diff) | |
download | garage-37f880bc09bc4d9eb6aaeaec299a8d1d2043f674.tar.gz garage-37f880bc09bc4d9eb6aaeaec299a8d1d2043f674.zip |
RequestStrategy with possible interruption or not
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -12,10 +12,6 @@ Membership: keep IP addresses of failed nodes and try to reping them regularly RPC client/server: do not go through the serialization+HTTP+TLS+deserialization when doing a request to ourself. -RPC requests: unify quorum + timeout in a "RequestStrategy" class, -and add to the request strategy whether or not the request should continue in the background -once `quorum` valid responses have been received - Attaining S3 compatibility -------------------------- |