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 b282902 commit bd5a472Copy full SHA for bd5a472
components/lock.rst
@@ -260,6 +260,12 @@ Instead of the simple majority strategy (``ConsensusStrategy``) an
260
``UnanimousStrategy`` can be used to require the lock to be acquired in all
261
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.
268
269
Reliability
270
-----------
271
0 commit comments