serhiy-bzhezytskyy commented on code in PR #4808:
URL: https://github.com/apache/solr/pull/4808#discussion_r3938131254


##########
solr/core/src/java/org/apache/solr/cli/SnapshotExportTool.java:
##########
@@ -115,7 +115,6 @@ public void exportSnapshot(
     try {
       CollectionAdminRequest.Backup backup =
           new CollectionAdminRequest.Backup(collectionName, snapshotName);
-      backup.setCommitName(snapshotName);

Review Comment:
   Done in a514fac -- your design as written. Also retitled the ref-guide 
section and added a test that runs the command against a real cluster.
   
   One consequence: repeated exports into the same `--dest-dir` now get a new 
name each run instead of adding a `BackupId` to a reused one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to