Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several resync workers; add delay on retry resync | Alex Auvolat | 2020-04-17 | 2 | -21/+20 |
| | |||||
* | Implement missing handler for read_range | Alex Auvolat | 2020-04-17 | 1 | -0/+36 |
| | |||||
* | Fix paths :o | Alex Auvolat | 2020-04-17 | 1 | -6/+8 |
| | |||||
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 3 | -1/+67 |
| | |||||
* | Don't send items... | Alex Auvolat | 2020-04-17 | 3 | -40/+88 |
| | | | | | ...if syncer doesn't need them because he's going to delete the partition anyway. Also, fix block resync queue | ||||
* | Resync block on read error | Alex Auvolat | 2020-04-17 | 1 | -1/+8 |
| | |||||
* | Make sync send data both ways | Alex Auvolat | 2020-04-17 | 3 | -25/+59 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-17 | 7 | -112/+234 |
| | | | | | | 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 | 9 | -140/+326 |
| | | | | | | | 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 | 5 | -25/+39 |
| | |||||
* | Make all requests continue in the background even after we got enough responses. | Alex Auvolat | 2020-04-16 | 5 | -19/+31 |
| | |||||
* | Better prints again, and a great question | Alex Auvolat | 2020-04-16 | 1 | -4/+9 |
| | |||||
* | Change debug prints a bit | Alex Auvolat | 2020-04-16 | 1 | -10/+10 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-16 | 6 | -37/+129 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-16 | 3 | -28/+205 |
| | |||||
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 3 | -13/+142 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 9 | -94/+297 |
| | |||||
* | Fix table RPC to not be interruptible | Alex Auvolat | 2020-04-12 | 1 | -11/+15 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 7 | -21/+22 |
| | |||||
* | TLS for command line client | Alex Auvolat | 2020-04-12 | 2 | -3/+26 |
| | |||||
* | Cleanup | Alex Auvolat | 2020-04-12 | 2 | -60/+1 |
| | |||||
* | TLS works \o/ | Alex Auvolat | 2020-04-12 | 3 | -7/+158 |
| | | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh | ||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 10 | -42/+189 |
| | |||||
* | Refactor a bit | Alex Auvolat | 2020-04-12 | 4 | -50/+53 |
| | |||||
* | fixes | Alex Auvolat | 2020-04-12 | 3 | -12/+28 |
| | | | | | | - 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 | 9 | -134/+166 |
| | | | | | | 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 | 4 | -38/+116 |
| | |||||
* | table::insert_many, version_table::updated | Alex Auvolat | 2020-04-11 | 5 | -34/+103 |
| | |||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 8 | -62/+291 |
| | |||||
* | We don't want the debugging to fail, actually. | Alex Auvolat | 2020-04-10 | 1 | -9/+20 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 7 | -23/+93 |
| | |||||
* | (Try to) disable LTO ? | Alex Auvolat | 2020-04-10 | 1 | -0/+5 |
| | |||||
* | Refactor | Alex Auvolat | 2020-04-10 | 3 | -71/+87 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 13 | -427/+657 |
| | | | | | | | 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 | 12 | -84/+294 |
| | |||||
* | Locally, transactions | Alex Auvolat | 2020-04-09 | 3 | -18/+57 |
| | |||||
* | Something works | Alex Auvolat | 2020-04-09 | 8 | -9/+41 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 8 | -113/+169 |
| | |||||
* | Reorganize table API | Alex Auvolat | 2020-04-09 | 3 | -59/+95 |
| | |||||
* | Work & TODO | Alex Auvolat | 2020-04-08 | 4 | -40/+49 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-08 | 5 | -21/+124 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 9 | -76/+287 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 7 | -93/+308 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 6 | -37/+103 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 5 | -19/+95 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 7 | -174/+377 |
| | |||||
* | Fix pinging | Alex Auvolat | 2020-04-07 | 3 | -76/+83 |
| | |||||
* | Forgot to recalculate hash at strategic locations | Alex Auvolat | 2020-04-06 | 1 | -7/+21 |
| | |||||
* | Seems to be fixed | Alex Auvolat | 2020-04-06 | 2 | -36/+29 |
| | |||||
* | Ununderstandable error | Alex Auvolat | 2020-04-06 | 4 | -40/+188 |
| |