| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reorganize code | Alex Auvolat | 2020-04-23 | 24 | -203/+249 |
* | Better error reporting | Alex Auvolat | 2020-04-23 | 3 | -6/+6 |
* | Continue pinging nodes when they are down ; overall better handling of down n... | Alex Auvolat | 2020-04-23 | 5 | -95/+164 |
* | RPC to ourself do not pass through serialization + HTTPS | Alex Auvolat | 2020-04-23 | 8 | -50/+88 |
* | RequestStrategy with possible interruption or not | Alex Auvolat | 2020-04-23 | 4 | -47/+76 |
* | Fix in rpc_client (see comment in code) | Alex Auvolat | 2020-04-22 | 1 | -1/+11 |
* | Improvements to block resync queue & worker | Alex Auvolat | 2020-04-22 | 1 | -21/+47 |
* | I'm stupid though | Alex Auvolat | 2020-04-22 | 1 | -2/+4 |
* | Do not delete block if just a single replication error. Write TODO stuff. | Alex Auvolat | 2020-04-22 | 2 | -18/+36 |
* | Well they still have to exit when we're exiting though | Alex Auvolat | 2020-04-22 | 3 | -12/+12 |
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 10 | -120/+153 |
* | Remove a few features in dependencies | Alex Auvolat | 2020-04-21 | 2 | -39/+2 |
* | Make UUID & Hash Copy and remove some .clone() noise | Alex Auvolat | 2020-04-21 | 12 | -80/+64 |
* | Return BadRequest codes for some admin_rpc failure cases | Alex Auvolat | 2020-04-21 | 1 | -7/+10 |
* | Make the repair command accept subcommands to not do everything all the time | Alex Auvolat | 2020-04-21 | 3 | -48/+112 |
* | Do full sync on node (re)start | Alex Auvolat | 2020-04-21 | 1 | -1/+8 |
* | Improve table sync | Alex Auvolat | 2020-04-21 | 2 | -87/+173 |
* | Do not insert deletion marker if there is no object to delete | Alex Auvolat | 2020-04-21 | 2 | -8/+29 |
* | Add node tags in configuration | Alex Auvolat | 2020-04-21 | 4 | -15/+44 |
* | Pretty logging | Alex Auvolat | 2020-04-21 | 14 | -103/+223 |
* | Log which workers are doing what | Alex Auvolat | 2020-04-19 | 5 | -16/+25 |
* | Implement repair object->version and version->block ref | Alex Auvolat | 2020-04-19 | 3 | -17/+111 |
* | Don't do version & block_ref updates in background on deletion | Alex Auvolat | 2020-04-19 | 7 | -46/+56 |
* | Implement repair command | Alex Auvolat | 2020-04-19 | 4 | -11/+152 |
* | Less output | Alex Auvolat | 2020-04-19 | 1 | -14/+18 |
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 13 | -44/+113 |
* | Add hostname to node info | Alex Auvolat | 2020-04-19 | 5 | -11/+52 |
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 13 | -55/+433 |
* | Add support for fully replicated tables with epidemic dissemination of updates | Alex Auvolat | 2020-04-19 | 5 | -7/+122 |
* | Refactor sharding logic; coming next: full replication with epidemic dissemin... | Alex Auvolat | 2020-04-19 | 8 | -165/+221 |
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 7 | -11/+18 |
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 9 | -62/+52 |
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 10 | -444/+570 |
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 4 | -79/+112 |
* | Fix add to resync on incref | Alex Auvolat | 2020-04-17 | 1 | -5/+6 |
* | Fix walk_ring_from | Alex Auvolat | 2020-04-17 | 2 | -9/+11 |
* | Several resync workers; add delay on retry resync | Alex Auvolat | 2020-04-17 | 2 | -21/+20 |
* | Implement missing handler for read_range | Alex Auvolat | 2020-04-17 | 1 | -0/+36 |
* | Fix paths :o | Alex Auvolat | 2020-04-17 | 1 | -6/+8 |
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 5 | -6/+69 |
* | Don't send items... | Alex Auvolat | 2020-04-17 | 4 | -40/+89 |
* | Resync block on read error | Alex Auvolat | 2020-04-17 | 1 | -1/+8 |
* | Make sync send data both ways | Alex Auvolat | 2020-04-17 | 3 | -25/+59 |
* | WIP | Alex Auvolat | 2020-04-17 | 9 | -112/+236 |
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 9 | -140/+326 |
* | Table range deletion | Alex Auvolat | 2020-04-17 | 5 | -25/+39 |
* | Make all requests continue in the background even after we got enough responses. | Alex Auvolat | 2020-04-16 | 5 | -19/+31 |
* | Enable debug info in release profile | Alex Auvolat | 2020-04-16 | 1 | -0/+3 |
* | Better prints again, and a great question | Alex Auvolat | 2020-04-16 | 2 | -4/+11 |
* | Change debug prints a bit | Alex Auvolat | 2020-04-16 | 1 | -10/+10 |