Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |