HoustonPutman commented on code in PR #2336:
URL: https://github.com/apache/solr/pull/2336#discussion_r1516795796


##########
solr/core/src/java/org/apache/solr/cli/CreateTool.java:
##########
@@ -192,7 +191,7 @@ protected void createCore(CommandLine cli, SolrClient 
solrClient) throws Excepti
       }
     } catch (Exception e) {
       /* create-core failed, cleanup the copied configset before propagating 
the error. */
-      PathUtils.deleteDirectory(coreInstanceDir);
+      org.apache.solr.util.FileUtils.deleteDirectory(coreInstanceDir);

Review Comment:
   Unfortunately another FileUtils is used in this file as well



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