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

Steve Rowe commented on SOLR-7804:
----------------------------------

About the OOM failure mode: I don't have time to fully investigate ATM (and 
it's not clear that this is directly as a result of TestCloudPivotFacet or 
pivot faceting), but here's the only Jenkins job I still have (the other one 
was removed after X builds had been run) - one of these two (forget which one) 
reproduced for me, even with {{-Xmx2g}} : 
[http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java8/744/]

{noformat}
   [junit4]   2> 604839 ERROR (qtp1541684701-1973) [n:127.0.0.1:52056_i%2Fi 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrDispatchFilter 
null:java.lang.RuntimeException: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
[...]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudPivotFacet 
-Dtests.method=test -Dtests.seed=758FAB738FCA688C -Dtests.slow=true 
-Dtests.locale=in -Dtests.timezone=Africa/Libreville -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    471s J2  | TestCloudPivotFacet.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: init query failed: 
{main(facet=true&facet.pivot=%7B%21stats%3Dst2%7Dpivot_f1%2Cpivot_tdt%2Cpivot_tl&facet.pivot=%7B%21stats%3Dst2%7Dpivot_tdt%2Cpivot_y_s%2Cdense_pivot_i1&facet.limit=17&facet.offset=7&facet.missing=true&facet.overrequest.count=5),extra(rows=0&q=id%3A%5B*+TO+351%5D&fq=id%3A%5B*+TO+717%5D&stats=true&stats.field=%7B%21key%3Dsk1+tag%3Dst1%2Cst2%7Ddense_pivot_y_s1&stats.field=%7B%21key%3Dsk2+tag%3Dst2%2Cst3%7Ddense_pivot_y_s1&stats.field=%7B%21key%3Dsk3+tag%3Dst3%2Cst4%7Dpivot_tdt&_test_miss=true)}:
 No live SolrServers available to handle this 
request:[http://127.0.0.1:55265/i/i/collection1, 
http://127.0.0.1:52056/i/i/collection1]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([758FAB738FCA688C:FDDB94A921360574]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:255)
   [junit4]    >        at 
org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:228)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:55265/i/i/collection1, 
http://127.0.0.1:52056/i/i/collection1]
{noformat}

The other one I only have an email from Jenkins, which doesn't include the 
repro line, but has the seed in the stack trace:

{noformat}
java.lang.RuntimeException: init query failed: 
{main(facet=true&facet.pivot=%7B%21stats%3Dst3%7Dpivot_dt1%2Cpivot_x_s%2Cpivot_i&facet.pivot=%7B%21stats%3Dst1%7Dpivot_z_s%2Cpivot_y_s%2Cpivot_x_s&facet.limit=17&facet.offset=5&facet.pivot.mincount=314&facet.missing=false&facet.sort=count&facet.overrequest.ratio=1.4131997),extra(rows=0&q=*%3A*&fq=id%3A%5B*+TO+235%5D&stats=true&stats.field=%7B%21key%3Dsk1+tag%3Dst1%2Cst2%7Dpivot_z_s&stats.field=%7B%21key%3Dsk2+tag%3Dst2%2Cst3%7Dbogus_not_in_any_doc_s&stats.field=%7B%21key%3Dsk3+tag%3Dst3%2Cst4%7Dpivot_l1&_test_min=314&_test_miss=false&_test_sort=count)}:
 No live SolrServers available to handle this 
request:[http://127.0.0.1:56936/collection1, http://127.0.0.1:50452/collection1]
        at 
__randomizedtesting.SeedInfo.seed([2CA9EAEEE4A8D506:A4FDD5344A54B8FE]:0)
        at 
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:255)
{noformat}

> TestCloudPivotFacet failures: expected:<X> but was:<Y>
> ------------------------------------------------------
>
>                 Key: SOLR-7804
>                 URL: https://issues.apache.org/jira/browse/SOLR-7804
>             Project: Solr
>          Issue Type: Bug
>          Components: faceting
>    Affects Versions: 5.3, Trunk
>            Reporter: Steve Rowe
>            Assignee: Hoss Man
>
> A couple failures recently on my Jenkins (Linux), both on branch_5x and trunk 
> - here's one on trunk: 
> [http://jenkins.sarowe.net/job/Lucene-Solr-tests-trunk/766/], and another on 
> branch_5x: [http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java8/546/].
> I reproduced another branch_5x failure from a few days ago (Jenkins job has 
> been removed already) on OS X, using both java7 and java8:
> {noformat}
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestCloudPivotFacet -Dtests.method=test 
> -Dtests.seed=D8E5204E25B3DB16 -Dtests.slow=true -Dtests.locale=es_PA 
> -Dtests.timezone=America/El_Salvador -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 46.6s | TestCloudPivotFacet.test <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: 
> {main(facet=true&facet.pivot=%7B%21stats%3Dst0%7Dpivot_ti1&facet.pivot=%7B%21stats%3Dst0%7Dpivot_ti1&facet.limit=4&facet.offset=6&facet.missing=true&facet.overrequest.ratio=-0.9744149),extra(rows=0&q=id%3A%5B*+TO+448%5D&fq=id%3A%5B*+TO+516%5D&_test_miss=true)}
>  num pivots expected:<2> but was:<1>
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([D8E5204E25B3DB16:50B11F948B4FB6EE]:0)
>    [junit4]    >      at 
> org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:251)
>    [junit4]    >      at 
> org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:228)
>    [junit4]    >      at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
>    [junit4]    >      at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to