gerlowskija commented on code in PR #3047:
URL: https://github.com/apache/solr/pull/3047#discussion_r1940305756


##########
solr/core/src/java/org/apache/solr/packagemanager/PackageManager.java:
##########
@@ -173,7 +173,7 @@ public void uninstall(String packageName, String version)
         String.format(Locale.ROOT, "/package/%s/%s/%s", packageName, version, 
"manifest.json"));
     for (String filePath : filesToDelete) {
       DistribFileStore.deleteZKFileEntry(zkClient, filePath);
-      String path = "/api/cluster/files" + filePath;
+      String path = "/api/cluster/filestore/files" + filePath;

Review Comment:
   > Can a filestore have anything under than files?
   
   It can: "metadata" and "commands" are both under the "filestore" path as 
siblings to "files".



-- 
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

Reply via email to