Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RPC to ourself do not pass through serialization + HTTPS | Alex Auvolat | 2020-04-23 | 1 | -6/+6 |
| | |||||
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 1 | -2/+1 |
| | | | | | | Use Notify instead of stupid sleep in background worker Use Semaphore to limit concurrent requests in rpc_client Make more background tasks cancellable | ||||
* | Make UUID & Hash Copy and remove some .clone() noise | Alex Auvolat | 2020-04-21 | 1 | -19/+14 |
| | |||||
* | Do full sync on node (re)start | Alex Auvolat | 2020-04-21 | 1 | -1/+8 |
| | |||||
* | Improve table sync | Alex Auvolat | 2020-04-21 | 1 | -86/+140 |
| | |||||
* | Add node tags in configuration | Alex Auvolat | 2020-04-21 | 1 | -8/+17 |
| | |||||
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -10/+10 |
| | |||||
* | Log which workers are doing what | Alex Auvolat | 2020-04-19 | 1 | -6/+8 |
| | |||||
* | Implement repair command | Alex Auvolat | 2020-04-19 | 1 | -0/+6 |
| | |||||
* | Less output | Alex Auvolat | 2020-04-19 | 1 | -14/+18 |
| | |||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -15/+36 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Add support for fully replicated tables with epidemic dissemination of updates | Alex Auvolat | 2020-04-19 | 1 | -3/+3 |
| | |||||
* | Refactor sharding logic; coming next: full replication with epidemic ↵ | Alex Auvolat | 2020-04-19 | 1 | -111/+86 |
| | | | | dissemination | ||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -3/+12 |
| | |||||
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 1 | -68/+103 |
| | |||||
* | Don't send items... | Alex Auvolat | 2020-04-17 | 1 | -15/+47 |
| | | | | | ...if syncer doesn't need them because he's going to delete the partition anyway. Also, fix block resync queue | ||||
* | Make sync send data both ways | Alex Auvolat | 2020-04-17 | 1 | -17/+51 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -37/+41 |
| | | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting | ||||
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -50/+153 |
| | | | | | | | Issue: RC increases also when the block ref entry is first put by the actual client. At that point the client is probably already sending us the block content, so we don't need to do a get... We should add a delay before the task is added or find something to do. | ||||
* | Table range deletion | Alex Auvolat | 2020-04-17 | 1 | -0/+2 |
| | |||||
* | Better prints again, and a great question | Alex Auvolat | 2020-04-16 | 1 | -4/+9 |
| | |||||
* | Change debug prints a bit | Alex Auvolat | 2020-04-16 | 1 | -10/+10 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -7/+81 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -25/+185 |
| | |||||
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 1 | -9/+66 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -0/+204 |