You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/04 22:26:35 UTC

[GitHub] [solr] HoustonPutman commented on a change in pull request #728: SOLR-16074: Fix read-only bug when deleting old index dirs

HoustonPutman commented on a change in pull request #728:
URL: https://github.com/apache/solr/pull/728#discussion_r819958608



##########
File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
##########
@@ -490,7 +490,7 @@ protected static boolean isSSLMode() {
   public static void useFactory(String factory) throws Exception {
     // allow calling more than once so a subclass can override a base class
     if (!changedFactory) {
-      savedFactory = System.getProperty("solr.DirectoryFactory");
+      savedFactory = System.getProperty("solr.directoryFactory");

Review comment:
       Was the first thing I tried in the investigation. It's unrelated, but a typo nonetheless




-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org