aboutsummaryrefslogtreecommitdiff
path: root/src/table_sync.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't send items...Alex Auvolat2020-04-171-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 waysAlex Auvolat2020-04-171-17/+51
|
* WIPAlex Auvolat2020-04-171-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 increasesAlex Auvolat2020-04-171-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 deletionAlex Auvolat2020-04-171-0/+2
|
* Better prints again, and a great questionAlex Auvolat2020-04-161-4/+9
|
* Change debug prints a bitAlex Auvolat2020-04-161-10/+10
|
* WIPAlex Auvolat2020-04-161-7/+81
|
* WIPAlex Auvolat2020-04-161-25/+185
|
* Implement ring comparison algorithmAlex Auvolat2020-04-161-9/+66
|
* Begin work on sync...Alex Auvolat2020-04-161-0/+204