We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5a472 commit 2d8e18bCopy full SHA for 2d8e18b
components/lock.rst
@@ -262,9 +262,10 @@ the stores.
262
263
.. caution::
264
265
- Because the ``ConsensusStrategy`` requires more 50% + 1 servers to be
266
- available, in order to offer an highest availability, the simplest valid
267
- cluster size is three instances, which allows for a single master failure.
+ In order to get high availability when using the ``ConsensusStrategy``, the
+ minimum cluster size must be three servers. This allows the cluster to keep
+ working when a single server fails (because this strategy requires that the
268
+ lock is acquired in more than half of the servers).
269
270
Reliability
271
-----------
0 commit comments