You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/repositories/blobstore/testkit/analyze/BlobAnalyzeAction.java
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -399,17 +399,16 @@ public StreamInput streamInput() throws IOException {
399
399
400
400
privatevoidonLastReadForInitialWrite() {
401
401
varreadBlobName = request.blobName;
402
-
if (request.doCopy && doEarlyCopy) {
402
+
if (request.copyBlobName != null && doEarlyCopy) {
Copy file name to clipboardExpand all lines: x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/repositories/blobstore/testkit/analyze/RepositoryAnalyzeAction.java
0 commit comments