30a7dee920
exit when inconsistent level of replication is detected ( #92 )
...
continuous-integration/drone/push Build is passing
fix #88
Authored-by: Trinity Pointard <trinity.pointard@gmail.com>
Reviewed-on: #92
Co-authored-by: trinity-1686a <trinity.pointard@gmail.com>
Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
2021-06-02 13:30:39 +02:00
b9127dd6f8
Prepare for v0.3.0 and add migration path from v0.2.1.x
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
2021-05-28 15:29:58 +02:00
b490ebc7f6
Many improvements on ring/replication and its configuration:
...
- Explicit "replication_mode" configuration parameters that takes
either "none", "2" or "3" as values, instead of letting user configure
replication factor themselves. These are presets whose corresponding
replication/quorum values can be found in replication/mode.rs
- Explicit support for single-node and two-node deployments
(number of nodes must be at least "replication_mode", with "none"
we can have only one node)
- Ring is now stored much more compactly with 256*8 + n*32 bytes,
instead of 256*32 bytes
- Support for gateway-only nodes that do not store data
(these nodes still need a metadata_directory to store the list
of bucket and keys since those are stored on all nodes; it also
technically needs a data_directory to start but it will stay
empty unless we have bugs)
2021-05-28 14:07:36 +02:00
e4b9e4e24d
rename types to CamelCase
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-05-03 22:15:09 +02:00
f05bb111c2
fix clippy warnings on util and rpc
2021-05-03 22:11:41 +02:00
2812a027ea
change some more comments and revert changes on TableSchema
continuous-integration/drone/push Build is passing
2021-04-27 16:49:07 +02:00
74373aebcf
make most requested changes
2021-04-27 16:47:08 +02:00
8e0524ae15
document rpc crate
2021-04-27 16:37:10 +02:00
6b2b400292
small simplify
2021-04-27 16:37:09 +02:00
8c33d565d6
Merge discovery loop with consul
2021-04-27 16:37:09 +02:00
948e44a3f6
cargo fmt
2021-04-27 16:37:09 +02:00
3e2e38c830
Print stats
2021-04-27 16:37:09 +02:00
2e53e31cdd
Cargo fmt
2021-04-27 16:37:09 +02:00
64b91c2645
Keep old data
2021-04-27 16:37:09 +02:00
e16077f40a
Persist directly and not in background
2021-04-27 16:37:09 +02:00
9ced9f78dc
Improve bootstraping: do it regularly; persist peer list
2021-04-27 16:37:08 +02:00
6a8439fd13
Some improvements in background worker but we terminate late
continuous-integration/drone/push Build is passing
2021-03-15 23:14:12 +01:00
0cd5b2ae19
WIP migrate to tokio 1
continuous-integration/drone/push Build is passing
2021-03-15 22:36:41 +01:00
4d4117f2b4
Refactor block resync loop; make workers infaillible
continuous-integration/drone/push Build is passing
2021-03-15 20:09:44 +01:00
3bf2df622a
Time and metadata improvements
continuous-integration/drone/push Build is passing
2021-03-15 16:21:41 +01:00
8d63738cb0
Checkpoint: add merkle tree in data table
continuous-integration/drone/push Build is passing
2021-03-11 13:47:21 +01:00
d7e005251d
Not fully tested: new multi-dc MagLev
continuous-integration/drone/push Build is passing
2021-03-05 16:22:29 +01:00
40763fd749
Cargo fmt
2021-02-23 18:46:25 +01:00
6e6f7e8555
Replace some checksums where it makes sense
2021-02-23 18:14:37 +01:00
b1b640ae8b
rename hash() to sha256sum(), we might want to change it at some places
continuous-integration/drone/push Build is passing
2021-02-21 15:24:30 +01:00
80892df8cc
Some refactoring
continuous-integration/drone/push Build is passing
2021-02-21 13:11:10 +01:00
8956db2a81
Make less things public
2020-12-12 17:58:19 +01:00
a50fa70d45
Refactor error management in API part
2020-11-08 15:05:28 +01:00
fbe8fe81f2
Add automatic peer discovery from Consul
2020-06-30 18:33:14 +02:00
d8f5e643bc
Split code for modular compilation
2020-04-24 10:10:01 +00:00
c9c6b0dbd4
Reorganize code
2020-04-23 17:05:46 +00:00