Index Update Settings API does not update settings in real time, closes #1807.
This commit is contained in:
parent
5f83ad8d0c
commit
365c29b902
|
@ -135,7 +135,7 @@ public class ClusterChangedEvent {
|
||||||
if (previousIndexMetaData == current) {
|
if (previousIndexMetaData == current) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean blocksChanged() {
|
public boolean blocksChanged() {
|
||||||
|
|
Loading…
Reference in New Issue