File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
server/src/main/java/org/elasticsearch/action/bulk Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,6 @@ private IndexDocFailureStoreStatus processFailure(BulkItemRequest bulkItemReques
615
615
* @return a data stream if the write request points to a data stream, or {@code null} if it does not
616
616
*/
617
617
private static DataStream getRedirectTargetCandidate (DocWriteRequest <?> docWriteRequest , ProjectMetadata project ) {
618
- // PRTODO: We could check for cluster feature here instead
619
618
// If there is no index abstraction, then the request is using a pattern of some sort, which data streams do not support
620
619
IndexAbstraction ia = project .getIndicesLookup ().get (docWriteRequest .index ());
621
620
return DataStream .resolveDataStream (ia , project );
You can’t perform that action at this time.
0 commit comments