-
Can you provide more detail on **PERSONALITY = 'ha-cluster-managed'** ?
https://github.com/lizardfs/lizardfs/blob/master/doc/mfsmaster.cfg.5.txt#L37-L38
How do I achieve _remotly [sic] promoted to 'm…
-
-
as the etcd document at https://coreos.com/docs/cluster-management/scaling/etcd-optimal-cluster-size/
```
etcd's Raft consensus algorithm is most efficient in small clusters between 3 and 9 peers. Fo…
-
When it comes to automatic failovers for masters, there are three options:
- Implement some reliable consensus algorithm builtin in rethinkdb.
- Rely on an external service.
- Implement a not so relia…
-
[In Search of an Understandable Consensus Algorithm](https://ramcloud.atlassian.net/wiki/download/attachments/11370504/raft.pdf)
https://ramcloud.atlassian.net/wiki/download/attachments/11370504/raft…
-
Uncovered in #2663.
We should drop the persistent configuration for acks and instead add support for it on a per-query basis.
-
We figured out that one node is not able to handle all our writes. We think about writing to all nodes in cycle (round-robin), but it would be even better to write points with particular namespace to …
-
Hi,
I got interested in building something like this when I saw Docker [issue 410](https://github.com/dotcloud/docker/issues/410). If my understanding is correct Mesos uses Zookeeper to keep a Mesos …
pilt updated
10 years ago
-
We had a discussion on Thursday about adjusting clustering primitives to account for everything we've learned. Here is a concrete proposal based on that discussion. My goal is to pick the simplest, mo…
-
Because the bootstrapping process requires one node to be started differently and then restarted normally it makes starting a new cluster via docker/puppet/chef etc problematic. Would it be easier/sm…