risdenk opened a new pull request #686:
URL: https://github.com/apache/solr/pull/686


   https://issues.apache.org/jira/browse/SOLR-16043
   
   Simplifies HDFS tests by:
   * defaulting to 1 datanode instead of 2
   * Calling only dfsCluster.shutdown(true);
     * DataNode::shutdown should only be called from the offerService thread, 
otherwise deadlock might occur
   
   This passes - but I couldn't readily reproduce the failure from SOLR-16043 
on demand.
   ```
   ./gradlew test --tests "*hdfs*" --tests "*Hdfs*" --tests "*HDFS*" --tests 
"*Hadoop*" -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
-Ptests.nightly=true -Ptests.awaitsfix=false -Ptests.badapples=false 
-Ptests.file.encoding=UTF-8
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to