Skip to content

Commit

Permalink
Add #8720 to the resiliency page
Browse files Browse the repository at this point in the history
Closes #9277
  • Loading branch information
bleskes committed Jan 16, 2015
1 parent f5b91c3 commit fb2e4da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/resiliency/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ While we are working on a longer term solution, we introduced a minimum weight o

== 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]
=== Don't allow unsupported codecs (STATUS: DONE, v1.4.0.Beta1)

Expand Down

0 comments on commit fb2e4da

Please sign in to comment.