Skip to content

Commit bd5a472

Browse files
committed
Specify how provide a high availability
1 parent b282902 commit bd5a472

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/lock.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ Instead of the simple majority strategy (``ConsensusStrategy``) an
260260
``UnanimousStrategy`` can be used to require the lock to be acquired in all
261261
the stores.
262262

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.
268+
263269
Reliability
264270
-----------
265271

0 commit comments

Comments
 (0)