Add #8720 to the resiliency page

Closes #9277
This commit is contained in:
Boaz Leskes 2015-01-13 10:42:23 -07:00
parent f5b91c374a
commit fb2e4da56c
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ While we are working on a longer term solution, we introduced a minimum weight o
== Completed == Completed
[float]
=== Make recovery be more resilient to partial network partitions (STATUS: DONE, v1.5.0)
When a node is experience network issues, the master detects it and removes the node from the cluster. That causes all ongoing recoveries from and to that node to be stopped and a new location is found for the relevant shards. However, in the of case partial network partition, where there are connectivity issues between the source and target nodes of a recovery but not between those nodes and the current master things may go wrong. While the nodes successfully restore the connection, the on going recoveries may have encountered issues. In {GIT}8720[#8720], we added test simulations for these and solved several issues that were flagged by them.
[float] [float]
=== Don't allow unsupported codecs (STATUS: DONE, v1.4.0.Beta1) === Don't allow unsupported codecs (STATUS: DONE, v1.4.0.Beta1)