mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user