Github user romseygeek commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/34#discussion_r66629876
  
    --- Diff: 
solr/contrib/hdfs/src/test/org/apache/solr/cloud/hdfs/HdfsTestUtil.java ---
    @@ -91,6 +91,9 @@ public static MiniDFSCluster setupClass(String dir, 
boolean safeModeTesting, boo
         
         
         System.setProperty("solr.hdfs.blockcache.global", 
Boolean.toString(LuceneTestCase.random().nextBoolean()));
    +
    +    //FIXME: tells UpdateHandler to use HdfsUpdateLog without specifying 
such a class on UpdateLog in solrconfig.xml
    +    System.setProperty("test.hdfs.forceHdfsUpdateLog", "true");
         
    --- End diff --
    
    Is this necessary now that UpdateLog initialisation is delegated to the 
DirectoryFactory?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to