You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2018/01/09 00:42:00 UTC

[jira] [Updated] (SOLR-10261) TestStressCloudBlindAtomicUpdates.test_dv() fail

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

Steve Rowe updated SOLR-10261:
------------------------------
    Attachment: SOLR-10261.patch

Modernized patch, allows the following reproducing seed from my Jenkins to pass on master:

{noformat}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressCloudBlindAtomicUpdates -Dtests.method=test_dv -Dtests.seed=51E04D7714EBAA76 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=ru -Dtests.timezone=Asia/Brunei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.95s J2 | TestStressCloudBlindAtomicUpdates.test_dv <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:58084/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:54160/solr/test_col_shard3_replica_n9: Server Error
   [junit4]    > request: http://127.0.0.1:54160/solr/test_col_shard3_replica_n9/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A58084%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
   [junit4]    > Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:58084/solr/test_col_shard3_replica_n8/ update: org.apache.solr.client.solrj.request.UpdateRequest@22ddf3bb
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51E04D7714EBAA76:67F42F319EB69067]:0)
   [junit4]    > 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
   [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:58084/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:54160/solr/test_col_shard3_replica_n9: Server Error
   [junit4]    > request: http://127.0.0.1:54160/solr/test_col_shard3_replica_n9/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A58084%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
   [junit4]    > Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:58084/solr/test_col_shard3_replica_n8/ update: org.apache.solr.client.solrj.request.UpdateRequest@22ddf3bb
   [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58084/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:54160/solr/test_col_shard3_replica_n9: Server Error
   [junit4]    > request: http://127.0.0.1:54160/solr/test_col_shard3_replica_n9/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A58084%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
   [junit4]    > Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:58084/solr/test_col_shard3_replica_n8/ update: org.apache.solr.client.solrj.request.UpdateRequest@22ddf3bb
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
   [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
   [junit4]    > 	... 6 more
{noformat}

[~ichattopadhyaya], any reason not to commit this patch?  Maybe wait for SOLR-11702 to be committed first?

> TestStressCloudBlindAtomicUpdates.test_dv() fail
> ------------------------------------------------
>
>                 Key: SOLR-10261
>                 URL: https://issues.apache.org/jira/browse/SOLR-10261
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Cao Manh Dat
>            Assignee: Ishan Chattopadhyaya
>         Attachments: SOLR-10261.patch, SOLR-10261.patch
>
>
> I found a reproducing seed that cause TestStressCloudBlindAtomicUpdates.test_dv() fail
> {code}
> [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressCloudBlindAtomicUpdates -Dtests.method=test_dv -Dtests.seed=AD8E7B56D53B627F -Dtests.nightly=true -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/La_Paz -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   1.21s J2 | TestStressCloudBlindAtomicUpdates.test_dv <<<
>    [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:49825/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:49824/solr/test_col_shard2_replica2: Server Error
>    [junit4]    > request: http://127.0.0.1:49824/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49825%2Fsolr%2Ftest_col_shard5_replica1%2F&wt=javabin&version=2
>    [junit4]    > Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:49836/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@5919dfb3
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AD8E7B56D53B627F:9B9A19105F66586E]:0)
>    [junit4]    > 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>    [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
>    [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
>    [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:49825/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:49824/solr/test_col_shard2_replica2: Server Error
>    [junit4]    > request: http://127.0.0.1:49824/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49825%2Fsolr%2Ftest_col_shard5_replica1%2F&wt=javabin&version=2
>    [junit4]    > Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:49836/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@5919dfb3
>    [junit4]    > 	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
>    [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
>    [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>    [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>    [junit4]    > 	... 1 more
>    [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49825/solr/test_col: Async exception during distributed update: Error from server at 
> {code}



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

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