Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/335/ Java: 32bit/jdk-9-ea+181 -server -XX:+UseG1GC --illegal-access=deny
2 tests failed. FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv Error Message: java.lang.RuntimeException: Error from server at http://127.0.0.1:37485/solr/test_col_shard2_replica_n6: Failed synchronous update on shard StdNode: http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@1006f55 Stack Trace: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:37485/solr/test_col_shard2_replica_n6: Failed synchronous update on shard StdNode: http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@1006f55 at __randomizedtesting.SeedInfo.seed([339ADA344298664B:58EB872C8C55C5A]:0) at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:37485/solr/test_col_shard2_replica_n6: Failed synchronous update on shard StdNode: http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@1006f55 at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) ... 1 more Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:37485/solr/test_col_shard2_replica_n6: Failed synchronous update on shard StdNode: http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@1006f55 at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370) at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399) ... 6 more Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37485/solr/test_col_shard2_replica_n6: Failed synchronous update on shard StdNode: http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@1006f55 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516) ... 5 more FAILED: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter Error Message: Test requires that log-level is at-least INFO, but INFO is disabled Stack Trace: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled at __randomizedtesting.SeedInfo.seed([339ADA344298664B:6C7EF7032994F50E]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99) at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 11478 lines...] [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates [junit4] 2> 379851 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/init-core-data-001 [junit4] 2> 379851 WARN (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1 [junit4] 2> 379852 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 379852 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="SSL overhead seems to cause OutOfMemory when stress testing") [junit4] 2> 379853 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001 [junit4] 2> 379853 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 379853 INFO (Thread-485) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 379853 INFO (Thread-485) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 379855 ERROR (Thread-485) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 379953 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:40057 [junit4] 2> 379958 INFO (jetty-launcher-370-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 379959 INFO (jetty-launcher-370-thread-4) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 379959 INFO (jetty-launcher-370-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 379959 INFO (jetty-launcher-370-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 379960 INFO (jetty-launcher-370-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f0a1f9{/solr,null,AVAILABLE} [junit4] 2> 379960 INFO (jetty-launcher-370-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@208510{/solr,null,AVAILABLE} [junit4] 2> 379960 INFO (jetty-launcher-370-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b8f38a{/solr,null,AVAILABLE} [junit4] 2> 379960 INFO (jetty-launcher-370-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b55156{/solr,null,AVAILABLE} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4c96e7{HTTP/1.1,[http/1.1]}{127.0.0.1:34573} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@14eb0b1{HTTP/1.1,[http/1.1]}{127.0.0.1:40539} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-1) [ ] o.e.j.s.Server Started @381683ms [junit4] 2> 379963 INFO (jetty-launcher-370-thread-3) [ ] o.e.j.s.Server Started @381683ms [junit4] 2> 379963 INFO (jetty-launcher-370-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7869db{HTTP/1.1,[http/1.1]}{127.0.0.1:36863} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40539} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-2) [ ] o.e.j.s.Server Started @381683ms [junit4] 2> 379963 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34573} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36863} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@135800c{HTTP/1.1,[http/1.1]}{127.0.0.1:37485} [junit4] 2> 379963 INFO (jetty-launcher-370-thread-4) [ ] o.e.j.s.Server Started @381683ms [junit4] 2> 379963 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37485} [junit4] 2> 379963 ERROR (jetty-launcher-370-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 379963 ERROR (jetty-launcher-370-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 379963 ERROR (jetty-launcher-370-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 379963 ERROR (jetty-launcher-370-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 379963 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 379964 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 379964 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 379963 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 379964 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-08-30T03:46:51.026153Z [junit4] 2> 379964 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-08-30T03:46:51.026119Z [junit4] 2> 379963 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.1.0 [junit4] 2> 379964 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-08-30T03:46:51.026414Z [junit4] 2> 379964 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 379964 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-08-30T03:46:51.026511Z [junit4] 2> 379966 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 379966 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 379966 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 379970 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 379978 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40057/solr [junit4] 2> 379986 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40057/solr [junit4] 2> 379987 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40057/solr [junit4] 2> 379987 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40057/solr [junit4] 2> 380110 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 380111 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 380111 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 380111 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36863_solr [junit4] 2> 380112 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34573_solr [junit4] 2> 380112 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37485_solr [junit4] 2> 380112 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 380112 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.Overseer Overseer (id=98570391448190987-127.0.0.1:36863_solr-n_0000000000) starting [junit4] 2> 380113 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 380113 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 380114 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 380114 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 380115 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40539_solr [junit4] 2> 380116 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 380116 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 380116 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 380116 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 380128 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36863_solr [junit4] 2> 380129 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 380129 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 380130 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 380134 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 380210 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34573.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380213 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36863.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380217 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34573.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380217 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34573.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380218 INFO (jetty-launcher-370-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node1/. [junit4] 2> 380223 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36863.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380223 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36863.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380224 INFO (jetty-launcher-370-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node2/. [junit4] 2> 380228 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37485.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380237 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37485.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380237 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37485.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380239 INFO (jetty-launcher-370-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node4/. [junit4] 2> 380245 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380255 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380255 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 380257 INFO (jetty-launcher-370-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node3/. [junit4] 2> 380339 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 380339 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40057/solr ready [junit4] 2> 380461 INFO (qtp26973592-2393) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 380462 INFO (OverseerThreadFactory-1079-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection test_col [junit4] 2> 380566 INFO (OverseerStateUpdate-98570391448190987-127.0.0.1:36863_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"test_col", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"test_col_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34573/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 380567 INFO (OverseerStateUpdate-98570391448190987-127.0.0.1:36863_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"test_col", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"test_col_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:40539/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 380567 INFO (OverseerStateUpdate-98570391448190987-127.0.0.1:36863_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"test_col", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"test_col_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36863/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 380568 INFO (OverseerStateUpdate-98570391448190987-127.0.0.1:36863_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"test_col", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"test_col_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:37485/solr", [junit4] 2> "type":"NRT"} [junit4] 2> 380775 INFO (qtp22618188-2389) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin [junit4] 2> 380776 INFO (qtp886140-2390) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin [junit4] 2> 380776 INFO (qtp8634531-2386) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin [junit4] 2> 380776 INFO (qtp26973592-2399) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin [junit4] 2> 380776 INFO (qtp22618188-2389) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 380776 INFO (qtp886140-2390) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 380776 INFO (qtp8634531-2386) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 380776 INFO (qtp26973592-2399) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 380891 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 380891 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 381800 INFO (qtp8634531-2386) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 381800 INFO (qtp22618188-2389) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 381810 INFO (qtp886140-2390) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 381812 INFO (qtp26973592-2399) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 381820 INFO (qtp8634531-2386) [ ] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=minimal-atomic-stress [junit4] 2> 381820 INFO (qtp22618188-2389) [ ] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress [junit4] 2> 381822 INFO (qtp8634531-2386) [ ] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 381822 INFO (qtp22618188-2389) [ ] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 381822 INFO (qtp8634531-2386) [ ] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true [junit4] 2> 381822 INFO (qtp22618188-2389) [ ] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true [junit4] 2> 381823 INFO (qtp8634531-2386) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 381823 INFO (qtp22618188-2389) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34573.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 381823 INFO (qtp8634531-2386) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 381823 INFO (qtp22618188-2389) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 381823 INFO (qtp22618188-2389) [ ] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node1/test_col_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node1/./test_col_shard1_replica_n1/data/] [junit4] 2> 381823 INFO (qtp8634531-2386) [ ] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node3/test_col_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/] [junit4] 2> 381825 INFO (qtp886140-2390) [ ] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=minimal-atomic-stress [junit4] 2> 381826 INFO (qtp26973592-2399) [ ] o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=minimal-atomic-stress [junit4] 2> 381827 INFO (qtp886140-2390) [ ] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 381827 INFO (qtp886140-2390) [ ] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true [junit4] 2> 381827 INFO (qtp26973592-2399) [ ] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id [junit4] 2> 381827 INFO (qtp886140-2390) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36863.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 381827 INFO (qtp26973592-2399) [ ] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using configuration from collection test_col, trusted=true [junit4] 2> 381828 INFO (qtp886140-2390) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 381828 INFO (qtp22618188-2389) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 381828 INFO (qtp886140-2390) [ ] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node2/test_col_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node2/./test_col_shard2_replica_n4/data/] [junit4] 2> 381828 INFO (qtp8634531-2386) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 381828 INFO (qtp26973592-2399) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37485.solr.core.test_col.shard2.replica_n6' (registry 'solr.core.test_col.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f9e767 [junit4] 2> 381828 INFO (qtp26973592-2399) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 381828 INFO (qtp26973592-2399) [ ] o.a.s.c.SolrCore [[test_col_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node4/test_col_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001/tempDir-001/node4/./test_col_shard2_replica_n6/data/] [junit4] 2> 381830 WARN (qtp22618188-2389) [ ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 381833 INFO (qtp886140-2390) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 381833 INFO (qtp26973592-2399) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 381835 WARN (qtp8634531-2386) [ ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 381843 WARN (qtp26973592-2399) [ ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 381853 WARN (qtp886140-2390) [ ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 381891 INFO (qtp22618188-2389) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 381891 INFO (qtp22618188-2389) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 381891 INFO (qtp26973592-2399) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 381891 INFO (qtp26973592-2399) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 381892 INFO (qtp26973592-2399) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 381893 INFO (qtp26973592-2399) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 381894 INFO (qtp26973592-2399) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=75.8486328125, floorSegmentMB=0.2158203125, forceMergeDeletesPctAllowed=20.25357876481733, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.598549909079387 [junit4] 2> 381894 INFO (qtp22618188-2389) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 381894 INFO (qtp22618188-2389) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 381894 INFO (qtp26973592-2399) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1807aa9[test_col_shard2_replica_n6] main] [junit4] 2> 381894 INFO (qtp8634531-2386) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 381894 INFO (qtp8634531-2386) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 381895 INFO (qtp26973592-2399) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381895 INFO (qtp22618188-2389) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=75.8486328125, floorSegmentMB=0.2158203125, forceMergeDeletesPctAllowed=20.25357876481733, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.598549909079387 [junit4] 2> 381896 INFO (qtp22618188-2389) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52a875[test_col_shard1_replica_n1] main] [junit4] 2> 381896 INFO (qtp8634531-2386) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 381896 INFO (qtp8634531-2386) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 381896 INFO (qtp26973592-2399) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381897 INFO (qtp8634531-2386) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=75.8486328125, floorSegmentMB=0.2158203125, forceMergeDeletesPctAllowed=20.25357876481733, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.598549909079387 [junit4] 2> 381897 INFO (qtp26973592-2399) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 381897 INFO (qtp8634531-2386) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12ec3e4[test_col_shard1_replica_n2] main] [junit4] 2> 381899 INFO (searcherExecutor-1091-thread-1) [ ] o.a.s.c.SolrCore [test_col_shard2_replica_n6] Registered new searcher Searcher@1807aa9[test_col_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 381899 INFO (qtp26973592-2399) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577126265315393536 [junit4] 2> 381899 INFO (qtp22618188-2389) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381899 INFO (qtp22618188-2389) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381900 INFO (qtp8634531-2386) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381900 INFO (qtp22618188-2389) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 381902 INFO (qtp8634531-2386) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381902 INFO (qtp8634531-2386) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 381903 INFO (searcherExecutor-1089-thread-1) [ ] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@52a875[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 381903 INFO (qtp8634531-2386) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577126265319587840 [junit4] 2> 381903 INFO (qtp22618188-2389) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577126265319587840 [junit4] 2> 381906 INFO (searcherExecutor-1088-thread-1) [ ] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@12ec3e4[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 381909 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 381909 INFO (qtp22618188-2389) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 381909 INFO (qtp22618188-2389) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 381909 INFO (qtp22618188-2389) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/ [junit4] 2> 381909 INFO (qtp22618188-2389) [ ] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34573/solr START replicas=[http://127.0.0.1:40539/solr/test_col_shard1_replica_n2/] nUpdates=100 [junit4] 2> 381911 INFO (qtp8634531-2396) [ ] o.a.s.c.S.Request [test_col_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 381925 INFO (qtp886140-2390) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 381925 INFO (qtp886140-2390) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 381927 INFO (qtp886140-2390) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 381927 INFO (qtp886140-2390) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 381928 INFO (qtp886140-2390) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=75.8486328125, floorSegmentMB=0.2158203125, forceMergeDeletesPctAllowed=20.25357876481733, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.598549909079387 [junit4] 2> 381929 INFO (qtp886140-2390) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12b8c03[test_col_shard2_replica_n4] main] [junit4] 2> 381931 INFO (qtp886140-2390) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381931 INFO (qtp886140-2390) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set [junit4] 2> 381932 INFO (qtp886140-2390) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 381932 INFO (qtp886140-2390) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577126265349996544 [junit4] 2> 381935 INFO (searcherExecutor-1090-thread-1) [ ] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@12b8c03[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 382010 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382010 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382210 INFO (qtp22618188-2389) [ ] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34573/solr DONE. We have no versions. sync failed. [junit4] 2> 382210 INFO (qtp22618188-2389) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 382210 INFO (qtp22618188-2389) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 382210 INFO (qtp22618188-2389) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 382212 INFO (qtp22618188-2389) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/ shard1 [junit4] 2> 382313 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382313 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382314 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382362 INFO (qtp22618188-2389) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 382364 INFO (qtp22618188-2389) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1588 [junit4] 2> 382409 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 382409 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 382409 INFO (qtp26973592-2399) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/ [junit4] 2> 382409 INFO (qtp26973592-2399) [ ] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:37485/solr START replicas=[http://127.0.0.1:36863/solr/test_col_shard2_replica_n4/] nUpdates=100 [junit4] 2> 382410 INFO (qtp886140-2371) [ ] o.a.s.c.S.Request [test_col_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 382465 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382465 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382465 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382465 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382465 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382466 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382466 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382466 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382710 INFO (qtp26973592-2399) [ ] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:37485/solr DONE. We have no versions. sync failed. [junit4] 2> 382710 INFO (qtp26973592-2399) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 382710 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 382710 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 382712 INFO (qtp26973592-2399) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/ shard2 [junit4] 2> 382813 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382813 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 382862 INFO (qtp26973592-2399) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 382864 INFO (qtp26973592-2399) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2087 [junit4] 2> 382910 INFO (qtp8634531-2386) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2133 [junit4] 2> 382940 INFO (qtp886140-2390) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2163 [junit4] 2> 382941 INFO (qtp26973592-2393) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 383041 INFO (zkCallback-392-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-391-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-390-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-391-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-390-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-392-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-389-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383041 INFO (zkCallback-389-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4]) [junit4] 2> 383941 INFO (qtp26973592-2393) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.schema=schema-minimal-atomic-stress.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3480 [junit4] 2> 383942 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330 [junit4] 1> - [junit4] 1> replica:core_node3 rstate:active live:true [junit4] 1> replica:core_node5 rstate:active live:true [junit4] 1> replica:core_node7 rstate:active live:true [junit4] 1> replica:core_node8 rstate:active live:true [junit4] 1> no one is recoverying [junit4] 2> 383942 INFO (SUITE-TestStressCloudBlindAtomicUpdates-seed#[339ADA344298664B]-worker) [ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col [junit4] 2> 383946 INFO (qtp26973592-2398) [ ] o.a.s.c.S.Request [test_col_shard2_replica_n6] webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 383965 INFO (TEST-TestStressCloudBlindAtomicUpdates.test_dv_idx-seed#[339ADA344298664B]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_idx [junit4] 2> 383984 INFO (qtp886140-2371) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1577126267486994432&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{deleteByQuery=*:* (-1577126267486994432)} 0 10 [junit4] 2> 383984 INFO (qtp26973592-2399) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1577126267486994432)} 0 13 [junit4] 2> 383984 INFO (qtp8634531-2372) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1577126267484897280&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1577126267484897280)} 0 10 [junit4] 2> 383984 INFO (qtp22618188-2397) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1577126267484897280)} 0 18 [junit4] 2> 383986 INFO (qtp22618188-2389) [ ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577126267503771648,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 383986 WARN (qtp22618188-2389) [ ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care. [junit4] 2> 383986 INFO (qtp8634531-2378) [ ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577126267503771648,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 383986 WARN (qtp8634531-2378) [ ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care. [junit4] 2> 383986 INFO (qtp886140-2368) [ ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577126267503771648,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 383987 WARN (qtp886140-2368) [ ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care. [junit4] 2> 383988 INFO (qtp22618188-2389) [ ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 383988 INFO (qtp22618188-2389) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 383988 INFO (qtp22618188-2389) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1 [junit4] 2> 383989 INFO (qtp26973592-2379) [ ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577126267506917376,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 383989 WARN (qtp26973592-2379) [ ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care. [junit4] 2> 383990 INFO (qtp8634531-2378) [ ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 383994 INFO (qtp26973592-2379) [ ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 383994 INFO (qtp886140-2368) [ ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 383995 INFO (qtp886140-2368) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 383995 INFO (qtp8634531-2378) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 383995 INFO (qtp886140-2368) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 8 [junit4] 2> 383995 INFO (qtp8634531-2378) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 8 [junit4] 2> 383995 INFO (qtp26973592-2379) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 383995 INFO (qtp26973592-2379) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 6 [junit4] 2> 383995 INFO (qtp26973592-2373) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={_stateVer_=test_col:7&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=} 0 10 [junit4] 2> 383997 INFO (qtp22618188-2370) [ ] o.a.s.c.S.Request [test_col_shard1_replica_n1] webapp=/solr path=/schema/fields/long_dv_idx params={wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 383997 INFO (TEST-TestStressCloudBlindAtomicUpdates.test_dv_idx-seed#[339ADA344298664B]) [ ] o.a.s.c.TestStressCloudBlindAtomicUpdates Testing long_dv_idx: numDocsToCheck=137, numDocsInIndex=685, incr=5 [junit4] 2> 384002 INFO (qtp8634531-2376) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[0 (1577126267517403136)]} 0 1 [junit4] 2> 384002 INFO (qtp22618188-2397) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1577126267517403136)]} 0 3 [junit4] 2> 384004 INFO (qtp8634531-2386) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[1 (1577126267521597440)]} 0 0 [junit4] 2> 384004 INFO (qtp22618188-2377) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1577126267521597440)]} 0 1 [junit4] 2> 384008 INFO (qtp886140-2395) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[2 (1577126267523694592)]} 0 1 [junit4] 2> 384008 INFO (qtp26973592-2398) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1577126267523694592)]} 0 3 [junit4] 2> 384010 INFO (qtp886140-2390) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[3 (1577126267527888896)]} 0 0 [junit4] 2> 384010 INFO (qtp26973592-2382) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1577126267527888896)]} 0 1 [junit4] 2> 384012 INFO (qtp8634531-2372) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[4 (1577126267529986048)]} 0 0 [junit4] 2> 384012 INFO (qtp22618188-2389) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1577126267529986048)]} 0 1 [junit4] 2> 384013 INFO (qtp886140-2371) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[5 (1577126267531034624)]} 0 0 [junit4] 2> 384013 INFO (qtp26973592-2379) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1577126267531034624)]} 0 0 [junit4] 2> 384025 INFO (qtp886140-2368) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[6 (1577126267534180352)]} 0 10 [junit4] 2> 384026 INFO (qtp26973592-2373) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1577126267534180352)]} 0 11 [junit4] 2> 384027 INFO (qtp886140-2395) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[7 (1577126267545714688)]} 0 0 [junit4] 2> 384027 INFO (qtp26973592-2398) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1577126267545714688)]} 0 1 [junit4] 2> 384029 INFO (qtp8634531-2378) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[8 (1577126267547811840)]} 0 0 [junit4] 2> 384029 INFO (qtp22618188-2370) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1577126267547811840)]} 0 0 [junit4] 2> 384030 INFO (qtp886140-2390) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[9 (1577126267548860416)]} 0 0 [junit4] 2> 384030 INFO (qtp26973592-2382) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1577126267548860416)]} 0 0 [junit4] 2> 384031 INFO (qtp8634531-2376) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[10 (1577126267550957568)]} 0 0 [junit4] 2> 384032 INFO (qtp22618188-2397) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1577126267550957568)]} 0 0 [junit4] 2> 384033 INFO (qtp8634531-2386) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[11 (1577126267552006144)]} 0 0 [junit4] 2> 384033 INFO (qtp22618188-2377) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1577126267552006144)]} 0 0 [junit4] 2> 384035 INFO (qtp8634531-2372) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[12 (1577126267553054720)]} 0 1 [junit4] 2> 384035 INFO (qtp22618188-2389) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1577126267553054720)]} 0 2 [junit4] 2> 384037 INFO (qtp8634531-2378) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[13 (1577126267556200448)]} 0 0 [junit4] 2> 384037 INFO (qtp22618188-2370) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1577126267556200448)]} 0 0 [junit4] 2> 384038 INFO (qtp8634531-2378) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[14 (1577126267557249024)]} 0 0 [junit4] 2> 384038 INFO (qtp22618188-2397) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1577126267557249024)]} 0 0 [junit4] 2> 384039 INFO (qtp8634531-2386) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[15 (1577126267559346176)]} 0 0 [junit4] 2> 384039 INFO (qtp22618188-2377) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1577126267559346176)]} 0 0 [junit4] 2> 384040 INFO (qtp8634531-2386) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[16 (1577126267560394752)]} 0 0 [junit4] 2> 384040 INFO (qtp22618188-2389) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1577126267560394752)]} 0 0 [junit4] 2> 384052 INFO (qtp886140-2371) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[17 (1577126267561443328)]} 0 10 [junit4] 2> 384052 INFO (qtp26973592-2379) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1577126267561443328)]} 0 11 [junit4] 2> 384053 INFO (qtp886140-2368) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[18 (1577126267572977664)]} 0 0 [junit4] 2> 384053 INFO (qtp26973592-2373) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1577126267572977664)]} 0 1 [junit4] 2> 384054 INFO (qtp886140-2368) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[19 (1577126267575074816)]} 0 0 [junit4] 2> 384055 INFO (qtp26973592-2398) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1577126267575074816)]} 0 0 [junit4] 2> 384056 INFO (qtp8634531-2376) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[20 (1577126267576123392)]} 0 0 [junit4] 2> 384056 INFO (qtp22618188-2370) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1577126267576123392)]} 0 0 [junit4] 2> 384057 INFO (qtp886140-2390) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[21 (1577126267578220544)]} 0 0 [junit4] 2> 384057 INFO (qtp26973592-2382) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1577126267578220544)]} 0 0 [junit4] 2> 384058 INFO (qtp8634531-2378) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34573/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[22 (1577126267579269120)]} 0 0 [junit4] 2> 384059 INFO (qtp22618188-2397) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1577126267579269120)]} 0 0 [junit4] 2> 384060 INFO (qtp886140-2390) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37485/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[23 (1577126267580317696)]} 0 0 [junit4] 2> 384060 INFO (qtp26973592-2379) [ ] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6] webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1577126267580317696)]} 0 0 [junit4] 2> 384061 INFO (qtp8634531-2378) [ ] o.a.s.u.p [...truncated too long message...] rkspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_339ADA344298664B-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=LuceneFixedGap)}, docValues:{_version_=DocValuesFormat(name=Memory), long_dv_idx=DocValuesFormat(name=Asserting), long_dv_stored=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Asserting), long_dv=DocValuesFormat(name=Lucene70), long_dv_stored_idx=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=893, maxMBSortInHeap=5.683334721781674, sim=RandomSimilarity(queryNorm=true): {}, locale=et-EE, timezone=Europe/Chisinau [junit4] 2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 (32-bit)/cpus=8,threads=1,free=375144288,total=535822336 [junit4] 2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, OverseerTaskQueueTest, TlogReplayBufferedWhileIndexingTest, TestOrdValues, SyncSliceTest, DeleteNodeTest, TestSmileRequest, TestDistribDocBasedVersion, XmlUpdateRequestHandlerTest, TestTlogReplica, HdfsBasicDistributedZk2Test, TestCloudDeleteByQuery, TestHalfAndHalfDocValues, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestAuthorizationFramework, DataDrivenBlockJoinTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSchemaVersionResource, TestReloadDeadlock, ZkFailoverTest, LargeFieldTest, TestCSVResponseWriter, TestInfoStreamLogging, TestStressCloudBlindAtomicUpdates] [junit4] Completed [104/731 (1!)] on J0 in 23.22s, 5 tests, 1 error <<< FAILURES! [...truncated 1669 lines...] [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_339ADA344298664B-001/init-core-data-001 [junit4] 2> 2173155 WARN (SUITE-SolrSlf4jReporterTest-seed#[339ADA344298664B]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=339ADA344298664B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=Pacific/Tongatapu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 0.01s J2 | SolrSlf4jReporterTest.testReporter <<< [junit4] > Throwable #1: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled [junit4] > at __randomizedtesting.SeedInfo.seed([339ADA344298664B:6C7EF7032994F50E]:0) [junit4] > at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99) [junit4] > at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:564) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_339ADA344298664B-001 [junit4] 2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=nl-NL, timezone=Pacific/Tongatapu [junit4] 2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 (32-bit)/cpus=8,threads=1,free=117797944,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestMultiWordSynonyms, SimplePostToolTest, TestTrie, TestSchemaSimilarityResource, TestLockTree, PathHierarchyTokenizerFactoryTest, CircularListTest, TestCloudJSONFacetJoinDomain, TestSolrDeletionPolicy2, TestDistributedStatsComponentCardinality, BlockJoinFacetSimpleTest, TestIntervalFaceting, TestFieldCache, QueryEqualityTest, TestDFRSimilarityFactory, TestPayloadCheckQParserPlugin, TimeZoneUtilsTest, HttpPartitionTest, TestStressUserVersions, StressHdfsTest, SignatureUpdateProcessorFactoryTest, DistributedVersionInfoTest, TestAnalyzedSuggestions, TestNumericRangeQuery64, DirectUpdateHandlerTest, TestSolrCloudWithSecureImpersonation, DistributedDebugComponentTest, OverseerStatusTest, TestSort, TestDistributedMissingSort, SpellPossibilityIteratorTest, FullSolrCloudDistribCmdsTest, RecoveryZkTest, TestCopyFieldCollectionResource, SolrMetricManagerTest, TestStressLiveNodes, CachingDirectoryFactoryTest, TestSSLRandomization, ClusterStateTest, LeaderElectionTest, CollectionTooManyReplicasTest, RecoveryAfterSoftCommitTest, ResponseLogComponentTest, MigrateRouteKeyTest, DirectoryFactoryTest, CopyFieldTest, TestLegacyTerms, TestSolrCoreProperties, DocExpirationUpdateProcessorFactoryTest, TestPushWriter, TestSolrCloudSnapshots, TestRTimerTree, TestReplicaProperties, FastVectorHighlighterTest, TestUninvertingReader, ConcurrentDeleteAndCreateCollectionTest, NotRequiredUniqueKeyTest, DocumentBuilderTest, TestManagedSynonymGraphFilterFactory, TestLMJelinekMercerSimilarityFactory, DistributedFacetPivotSmallTest, UninvertDocValuesMergePolicyTest, SharedFSAutoReplicaFailoverTest, HdfsDirectoryTest, TestBinaryResponseWriter, DistributedFacetPivotLargeTest, TestDistribIDF, TestIndexSearcher, SegmentsInfoRequestHandlerTest, StatsComponentTest, TestStressReorder, TestRuleBasedAuthorizationPlugin, TestJsonRequest, RequiredFieldsTest, TestRandomCollapseQParserPlugin, MoveReplicaHDFSUlogDirTest, SearchHandlerTest, DistributedQueryComponentOptimizationTest, DocValuesMissingTest, OverseerTest, TestFastWriter, TestPivotHelperCode, TestReload, TestSubQueryTransformerCrossCore, SolrTestCaseJ4Test, CdcrBootstrapTest, MultiTermTest, SortByFunctionTest, SuggesterTest, TestFieldTypeResource, UniqFieldsUpdateProcessorFactoryTest, TestSimpleTextCodec, SpellCheckCollatorWithCollapseTest, ChangedSchemaMergeTest, ZkStateWriterTest, DirectUpdateHandlerOptimizeTest, TestSolrQueryResponse, SimpleFacetsTest, URLClassifyProcessorTest, TestLRUStatsCache, TestJmxIntegration, TestMinMaxOnMultiValuedField, TestUseDocValuesAsStored2, TestManagedSchemaAPI, BJQParserTest, SolrCLIZkUtilsTest, RegexBoostProcessorTest, HdfsNNFailoverTest, HdfsTlogReplayBufferedWhileIndexingTest, TestAuthenticationFramework, TestConfigSetImmutable, TestPolicyCloud, TestHdfsUpdateLog, TestTolerantSearch, TestQuerySenderListener, PreAnalyzedFieldTest, DistribDocExpirationUpdateProcessorTest, TestUtils, TestCollectionAPIs, BasicDistributedZk2Test, UnloadDistributedZkTest, TestRandomFaceting, AutoCommitTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestJoin, TestGroupingSearch, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, SOLR749Test, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, DirectSolrConnectionTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribCursorPagingTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, MoveReplicaHDFSTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, SolrCloudExampleTest, TestCloudRecovery, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestPrepRecovery, TestRandomRequestDistribution, TestRequestForwarding, TestSizeLimitedDistributedMap, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, TestSQLHandler, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, MetricsHandlerTest, TestApiFramework, DistributedFacetExistsSmallTest, ReplicaListTransformerTest, SpatialHeatmapFacetsTest, SolrSlf4jReporterTest] [junit4] Completed [611/731 (2!)] on J2 in 0.02s, 1 test, 1 failure <<< FAILURES! [...truncated 39540 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:810: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:690: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:678: Source checkout is modified!!! Offending files: * solr/licenses/httpmime-4.5.3.jar.sha1 Total time: 71 minutes 42 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
