Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -21/+21 |
| | |||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -9/+23 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -7/+37 |
| | |||||
* | Refactor sharding logic; coming next: full replication with epidemic ↵ | Alex Auvolat | 2020-04-19 | 1 | -13/+9 |
| | | | | dissemination | ||||
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 1 | -4/+6 |
| | | | | | | | 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 | ||||
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 1 | -1/+6 |
| | |||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -28/+17 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -7/+27 |
| | | | | | | 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 | -5/+5 |
| | | | | | | | 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. | ||||
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 1 | -3/+6 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -3/+3 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 1 | -6/+6 |
| | |||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -5/+4 |
| | |||||
* | Refactor a bit | Alex Auvolat | 2020-04-12 | 1 | -29/+34 |
| | |||||
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -1/+1 |
| | | | | | | 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 | -4/+7 |
| | |||||
* | table::insert_many, version_table::updated | Alex Auvolat | 2020-04-11 | 1 | -6/+3 |
| | |||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 1 | -35/+64 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 1 | -0/+16 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -27/+32 |
| | | | | | | | So the HTTP client future of Hyper is not Sync, thus the stream that read blocks wasn't either. However Hyper's default Body type requires a stream to be Sync for wrap_stream. Solution: reimplement a custom HTTP body type. | ||||
* | Why is it not Sync?? | Alex Auvolat | 2020-04-09 | 1 | -1/+18 |
| | |||||
* | Something works | Alex Auvolat | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 1 | -8/+8 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-08 | 1 | -2/+7 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -4/+51 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 1 | -5/+17 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -4/+4 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 1 | -2/+0 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -0/+98 |