[ 
https://issues.apache.org/jira/browse/SOLR-11563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gus Heck updated SOLR-11563:
----------------------------
    Description: 
I've generally had trouble getting all core tests to pass when run from top 
level or from core, slightly worse with more threads, but never reliable. 
Typically individual tests pass when re-run by themselves (if not I usually 
need to fix something), but today I caught one failing reliably even after I 
reverted. I actually missed the reproduce line the first time I saw it, but 
running it a half dozen times by itself got me this, which fails repeatably.

NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
-Dtests.method=test -Dtests.seed=9D180FC0BF8D5482 -Dtests.locale=nl 
-Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([9D180FC0BF8D5482:154C301A1171397A]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:925)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)



  was:
I've generally had trouble getting all core tests to pass when run from top 
level or from core, slightly worse with more threads, but never reliable. 
Typically individual tests pass when re-run by themselves (if not I usually 
need to fix something), but today I caught one failing reliably even after I 
reverted. I actually missed the reproduce line the first time I saw it, but 
running it a half dozen times by itself got me this, which fails repeatably.

NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
-Dtests.method=test -Dtests.seed=9D180FC0BF8D5482 -Dtests.locale=nl 
-Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([9D180FC0BF8D5482:154C301A1171397A$
        at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOn$
        at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrC$
        at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:17$
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)



> Test Failure in TestCloudSchemaless
> -----------------------------------
>
>                 Key: SOLR-11563
>                 URL: https://issues.apache.org/jira/browse/SOLR-11563
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>    Affects Versions: master (8.0)
>         Environment: Linux ns-l1 4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 
> 20:20:37 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> openjdk version "1.8.0_131"
> OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.17.04.3-b11)
> OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
> Ryzen ThreadRipper 1950x, 48GB ram Samsung Pro PCI.m2 ssd disk.
>            Reporter: Gus Heck
>         Attachments: reproducable.txt
>
>
> I've generally had trouble getting all core tests to pass when run from top 
> level or from core, slightly worse with more threads, but never reliable. 
> Typically individual tests pass when re-run by themselves (if not I usually 
> need to fix something), but today I caught one failing reliably even after I 
> reverted. I actually missed the reproduce line the first time I saw it, but 
> running it a half dozen times by itself got me this, which fails repeatably.
> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
> -Dtests.method=test -Dtests.seed=9D180FC0BF8D5482 -Dtests.locale=nl 
> -Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
> java.lang.NullPointerException
>         at 
> __randomizedtesting.SeedInfo.seed([9D180FC0BF8D5482:154C301A1171397A]:0)
>         at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:925)
>         at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
>         at 
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
>         at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
>         at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
>         at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to