-
This issue is for brainstorming better solutions for double-signing defenses which also tolerate the failures of one or more `tmkms` instances.
Feel free to post your ideas in addition to the ones …
-
the implementation for this issue was released as [multi-hyperbee](https://github.com/tradle/multi-hyperbee/)
## Problem
Hypercore is a single-writer system. In a multi-device scenario (e.g. a m…
-
https://github.com/PikaLabs/floyd/blob/01a6979f4e20d6e0bb72c961a66ac40b39ecd4c7/floyd/src/floyd_impl.cc#L555-L557
如果这里用异步客户端,可以并发处理多个转发到leader的操作,是不是会加速。
gaodq updated
6 years ago
-
The current implementation is a standalone mode, we will add a distributed mode to allow data replications across multiple nodes.
Design criteria:
Strong consistency. CP in term of CAP theorem:…
-
Hello!
I'd like to request a feature enhancement for Nomad that would allow users to better control the order in which allocations are updated during deploys, particularly when using the rolling de…
-
Expand on HistoricalDocumentRepository.
-
paxos
raft
-
I'm not sure that Paxos lends itself to simple conceptual examples, but if it can be done, an overview to Paxos allowing people to compare/contrast with Raft would be very interesting.
-
We have to dive into replication and evaluate libraries/algorithms that make sense for voik.
Some reddit community feedback involved Raft, Paxos and [PARSEC](https://github.com/maidsafe/parsec).
…
-
## Some ideas for the `HA` mode implementation (subject to change):
- Node self-monitoring using REST API and `ha-watchdog` process
- Raft-like Consensus Algorithm, where no matter the cluster size,…