Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -67/+0 |
| | |||||
* | Don't do version & block_ref updates in background on deletion | Alex Auvolat | 2020-04-19 | 1 | -7/+5 |
| | |||||
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 1 | -1/+2 |
| | | | | | | | Trying to separate: 1. Stuff for handling the swarm of nodes and generic table data replication 2. Stuff for the object store core application: metadata tables and block management 3. Stuff for the S3 API | ||||
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -0/+5 |
| | | | | | | 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 | -4/+1 |
| | | | | | | | 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 | -7/+8 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -2/+2 |
| | |||||
* | Refactor a bit | Alex Auvolat | 2020-04-12 | 1 | -8/+7 |
| | |||||
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -2/+5 |
| | | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver | ||||
* | Local refcounting of blocks | Alex Auvolat | 2020-04-11 | 1 | -2/+14 |
| | |||||
* | table::insert_many, version_table::updated | Alex Auvolat | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 1 | -0/+51 |