aboutsummaryrefslogtreecommitdiff
path: root/src/table_sync.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add node tags in configurationAlex Auvolat2020-04-211-8/+17
|
* Pretty loggingAlex Auvolat2020-04-211-10/+10
|
* Log which workers are doing whatAlex Auvolat2020-04-191-6/+8
|
* Implement repair commandAlex Auvolat2020-04-191-0/+6
|
* Less outputAlex Auvolat2020-04-191-14/+18
|
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-15/+36
|
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-1/+1
|
* Add support for fully replicated tables with epidemic dissemination of updatesAlex Auvolat2020-04-191-3/+3
|
* Refactor sharding logic; coming next: full replication with epidemic ↵Alex Auvolat2020-04-191-111/+86
| | | | dissemination
* Massive RPC refactoringAlex Auvolat2020-04-181-3/+12
|
* Fix sync: use max root checksum levelAlex Auvolat2020-04-171-68/+103
|
* 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