You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Dawid Weiss (Jira)" <ji...@apache.org> on 2019/12/11 13:36:00 UTC

[jira] [Commented] (SOLR-14053) Fix HDFS tests to be ignored if Native I/O isn't available (remove tests.disableHdfs)

    [ https://issues.apache.org/jira/browse/SOLR-14053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993542#comment-16993542 ] 

Dawid Weiss commented on SOLR-14053:
------------------------------------

PR at:

[https://github.com/apache/lucene-solr/pull/1072]

This is a trivial change and makes all tests pass for me on Windows.

> Fix HDFS tests to be ignored if Native I/O isn't available (remove tests.disableHdfs)
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-14053
>                 URL: https://issues.apache.org/jira/browse/SOLR-14053
>             Project: Solr
>          Issue Type: Test
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>
> This is a spinoff from SOLR-14033. HDFS tests on windows are currently disabled. They fail because when hadoop tries to link a native library it fails with an unchecked exception that propagates up the stack and leaves tons of stuff initialized and not cleaned up (internal jetty for the namenode, etc.), eventually leading to thread leaks and havoc.
> This issue is about handling this situation gracefully - ignoring the test and cleaning up properly.
> This will also render tests.disableHdfs useless but I'd mark all these tests as slow (because they are).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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