count down latch if we don't have any changes in cluster update settings
This commit is contained in:
parent
636f7bd454
commit
cb0284f802
|
@ -109,6 +109,7 @@ public class TransportClusterUpdateSettingsAction extends TransportMasterNodeOpe
|
|||
}
|
||||
|
||||
if (!changed) {
|
||||
latch.countDown();
|
||||
return currentState;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue