ijioio commented on a change in pull request #595: URL: https://github.com/apache/solr/pull/595#discussion_r809434230
########## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/BackupCmd.java ########## @@ -116,6 +116,10 @@ public void call(ClusterState state, ZkNodeProps message, NamedList<Object> resu break; } case CollectionAdminParams.NO_INDEX_BACKUP_STRATEGY: { + NamedList<Object> response = new SimpleOrderedMap<>(); + response.add("collection", collectionName); + response.add("startTime", backupProperties.getStartTime()); + results.add("response", response); Review comment: Good catch! I have totally forgot about this strategy %( -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org