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