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/02/22 17:50:20 UTC

[GitHub] [solr] risdenk opened a new pull request #686: SOLR-16043: Fix HDFS tests - "Command processor" thread leak

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


[GitHub] [solr] risdenk merged pull request #686: SOLR-16043: Fix HDFS tests - "Command processor" thread leak

Posted by GitBox <gi...@apache.org>.
risdenk merged pull request #686:
URL: https://github.com/apache/solr/pull/686


   


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