[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10098:


Commit bc91e86cd8469a875f975ccc59485eead6d2ae24 in lucene-solr's branch 
refs/heads/branch_6x from markrmiller
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=bc91e86 ]

SOLR-10098: Keep netty from using secure random on startup in tests.

# Conflicts:
#   solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsTestUtil.java


> HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads
> 
>
> Key: SOLR-10098
> URL: https://issues.apache.org/jira/browse/SOLR-10098
> Project: Solr
>  Issue Type: Test
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Mark Miller
>Assignee: Mark Miller
> Attachments: stdout
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-19 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-10098:


This fix worked, I just need to backport to 6x.

> HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads
> 
>
> Key: SOLR-10098
> URL: https://issues.apache.org/jira/browse/SOLR-10098
> Project: Solr
>  Issue Type: Test
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Mark Miller
>Assignee: Mark Miller
> Attachments: stdout
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-10098:


Commit 5738c293f0c3f346b3e3e52c937183060d59cba1 in lucene-solr's branch 
refs/heads/master from markrmiller
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=5738c29 ]

SOLR-10098: Keep netty from using secure random on startup in tests.


> HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads
> 
>
> Key: SOLR-10098
> URL: https://issues.apache.org/jira/browse/SOLR-10098
> Project: Solr
>  Issue Type: Test
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Mark Miller
>Assignee: Mark Miller
> Attachments: stdout
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-08 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-10098:


Some info about possible work arounds: 
https://github.com/netty/netty/issues/3419

> HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads
> 
>
> Key: SOLR-10098
> URL: https://issues.apache.org/jira/browse/SOLR-10098
> Project: Solr
>  Issue Type: Test
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Mark Miller
>Assignee: Mark Miller
> Attachments: stdout
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-08 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-10098:


I think this is because so many tests are running and some of the hdfs test 
stuff fires up netty each time and there seems to be some random exhaustion due 
to it's secure random use.
{noformat}
   [junit4]> Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsThreadLeakTest: 
   [junit4]>1) Thread[id=112, name=initialSeedUniquifierGenerator, 
state=RUNNABLE, group=TGRP-HdfsThreadLeakTest]
   [junit4]> at java.io.FileInputStream.readBytes(Native Method)
   [junit4]> at 
java.io.FileInputStream.read(FileInputStream.java:255)
   [junit4]> at 
sun.security.provider.NativePRNG$RandomIO.readFully(NativePRNG.java:424)
   [junit4]> at 
sun.security.provider.NativePRNG$RandomIO.implGenerateSeed(NativePRNG.java:441)
   [junit4]> at 
sun.security.provider.NativePRNG$RandomIO.access$500(NativePRNG.java:331)
   [junit4]> at 
sun.security.provider.NativePRNG.engineGenerateSeed(NativePRNG.java:226)
   [junit4]> at 
java.security.SecureRandom.generateSeed(SecureRandom.java:533)
   [junit4]> at 
io.netty.util.internal.ThreadLocalRandom$1.run(ThreadLocalRandom.java:91)
{noformat}

> HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads
> 
>
> Key: SOLR-10098
> URL: https://issues.apache.org/jira/browse/SOLR-10098
> Project: Solr
>  Issue Type: Test
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Mark Miller
>Assignee: Mark Miller
> Attachments: stdout
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org