Fixed delete mapping to return acknowledged false when ack times out
This commit is contained in:
parent
81089fb228
commit
3ee9f27fbe
|
@ -310,7 +310,7 @@ public class MetaDataMappingService extends AbstractComponent {
|
|||
|
||||
@Override
|
||||
public void onAckTimeout() {
|
||||
listener.onResponse(new ClusterStateUpdateResponse(true));
|
||||
listener.onResponse(new ClusterStateUpdateResponse(false));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue