Skip to content

Commit adca32e

Browse files
committed
no need to resolve index name as only concrete index names are used
1 parent 4a20dca commit adca32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/ShardChangesAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ protected Response shardOperation(Request request, ShardId shardId) throws IOExc
245245

246246
@Override
247247
protected boolean resolveIndex(Request request) {
248-
return true;
248+
return false;
249249
}
250250

251251
@Override

0 commit comments

Comments
 (0)