We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56dcdb commit 92f0445Copy full SHA for 92f0445
server/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/TransportGetMappingsAction.java
@@ -93,6 +93,7 @@ protected void localClusterStateOperation(
93
final ProjectState state,
94
final ActionListener<GetMappingsResponse> listener
95
) {
96
+ ((CancellableTask) task).ensureNotCancelled();
97
logger.trace("serving getMapping request based on version {}", state.cluster().version());
98
String[] concreteIndices = indexNameExpressionResolver.concreteIndexNames(state.metadata(), request);
99
final Map<String, MappingMetadata> mappings = state.metadata()
0 commit comments