5.0.3 (15 May 2017)
Bug Fixes
- Restoring a snapshot on an exceptionally fast cluster/node can create a race
condition where a_recovery
check returns an empty dictionary
{}
, which causes Curator to fail. Added test and code to correct this.
Reported in #962. (untergeek)