-
We need to document the new `emergency_repair` mode of `table.reconfigure()` for 2.1.
##### Background
Normally, failure recovery in RethinkDB works as follows: Suppose that some servers have died or…
-
For RethinkDB 2.1, we should write a separate document that explains all the consistency and persistence guarantees and the different settings and their effects.
For example: If I perform a write wit…
-
G'day,
I'm using ElasticSearch 0.19.11 with the unicast Zen discovery protocol.
With this setup, I can easily split a 3-node cluster into two 'hemispheres' (continuing with the brain metaphor) with …
-
Given a replicated state machine, for instance Copycat collections, cluster members (also passive ones) don't know when the state has changed. In practical use, you create these state machines so that…
-
I've searched for this with strings like "haskell stack tool" "concurrent invocation", but haven't found anything yet mentioning it (and instead get into all the search results regarding parallel prog…
-
A read only command will wait if cmdQ has a write command which has overlap with read command. I think this is used to avoid a wirte command with a lower timeatmp execute after thre read command. @spe…
-
We need to introduce a concept of leader leases so a leader can take read-only actions without writing them to the raft log. This means
- Ensuring that no node calls an election without first waiting …
-
Have you considered applying [partial order reduction](http://users.soe.ucsc.edu/~cormac/papers/popl05.pdf) as a technique for reducing the runtime of knossos?
Basic idea: if two messages are concurr…