Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 1 | -3/+4 |
| | | | | | | | 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 | -0/+4 |
| | |||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -5/+10 |
| | |||||
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 1 | -6/+4 |
| | |||||
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -51/+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. | ||||
* | Make all requests continue in the background even after we got enough responses. | Alex Auvolat | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 1 | -2/+2 |
| | |||||
* | TLS for command line client | Alex Auvolat | 2020-04-12 | 1 | -2/+2 |
| | |||||
* | fixes | Alex Auvolat | 2020-04-12 | 1 | -4/+4 |
| | | | | | | - make block_put call uninterruptible by client - used meta_replication_factor instead of data_replication_factor - listen on ipv6 | ||||
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -6/+6 |
| | | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver | ||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 1 | -2/+31 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 1 | -9/+20 |
| | |||||
* | Refactor | Alex Auvolat | 2020-04-10 | 1 | -71/+4 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -79/+202 |
| | | | | | | | 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 | -30/+92 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 1 | -22/+47 |
| | |||||
* | Reorganize table API | Alex Auvolat | 2020-04-09 | 1 | -12/+10 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -41/+29 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 1 | -49/+187 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -0/+76 |