count down latch if we don't have any changes in cluster update settings

This commit is contained in:
Shay Banon 2011-12-28 22:06:13 +02:00
parent 636f7bd454
commit cb0284f802
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class TransportClusterUpdateSettingsAction extends TransportMasterNodeOpe
} }
if (!changed) { if (!changed) {
latch.countDown();
return currentState; return currentState;
} }