fixed typo: wort -> worth [ci skip] (#29840)
This commit is contained in:
parent
459e74b921
commit
485e21c9a8
1 changed files with 2 additions and 2 deletions
|
|
@ -106,9 +106,9 @@ handling network partition, unresponsive nodes and crashed nodes.
|
||||||
## Strategies
|
## Strategies
|
||||||
|
|
||||||
By default the @ref:[Keep Majority](#keep-majority) strategy will be used because it works well for
|
By default the @ref:[Keep Majority](#keep-majority) strategy will be used because it works well for
|
||||||
most systems. However, it's wort considering the other available strategies and pick a strategy that fits
|
most systems. However, it's worth considering the other available strategies and pick a strategy that fits
|
||||||
the characteristics of your system. For example, in a Kubernetes environment the @ref:[Lease](#lease) strategy
|
the characteristics of your system. For example, in a Kubernetes environment the @ref:[Lease](#lease) strategy
|
||||||
can be a good choice.
|
can be a good choice.
|
||||||
|
|
||||||
Every strategy has a failure scenario where it makes a "wrong" decision. This section describes the different
|
Every strategy has a failure scenario where it makes a "wrong" decision. This section describes the different
|
||||||
strategies and guidelines of when to use what.
|
strategies and guidelines of when to use what.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue