Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I found a reproducing seed that cause TestStressCloudBlindAtomicUpdates.test_dv() fail
[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
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-10372 TestStressCloudBlindAtomicUpdates.test_dv() failure: Failed synchronous update
- Resolved