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