Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2571/
4 tests failed.
FAILED:
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted
Error Message:
Collection not found: movereplicatest_coll3
Stack Trace:
org.apache.solr.common.SolrException: Collection not found:
movereplicatest_coll3
at
__randomizedtesting.SeedInfo.seed([7F1893A97433FCA:486F6DE7964970A8]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.addDocs(MoveReplicaHDFSFailoverTest.java:203)
at
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored
Error Message:
Some docs had errors -- check logs expected:<0> but was:<9>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<9>
at
__randomizedtesting.SeedInfo.seed([7F1893A97433FCA:95CDE8BE2B040212]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored(TestStressCloudBlindAtomicUpdates.java:210)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestComputePlanAction.testNodeAdded
Error Message:
ComputePlanAction should have computed exactly 1 operation, but was:
[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@4601a84a,
org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@2dad042a]
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: ComputePlanAction should have computed exactly 1
operation, but was:
[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@4601a84a,
org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@2dad042a]
expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([7F1893A97433FCA:6232DF4D35E097C9]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.sim.TestComputePlanAction.testNodeAdded(TestComputePlanAction.java:313)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir
Error Message:
Captured an uncaught exception in thread: Thread[id=22047,
name=cdcr-replicator-8882-thread-1, state=RUNNABLE,
group=TGRP-CdcrBidirectionalTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=22047, name=cdcr-replicator-8882-thread-1,
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([7F1893A97433FCA]:0)
at
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
at
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12584 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/init-core-data-001
[junit4] 2> 374971 WARN
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 374971 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 374972 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-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> 374972 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 374974 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001
[junit4] 2> 374974 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 374975 INFO (Thread-177) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 374975 INFO (Thread-177) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 374976 ERROR (Thread-177) [ ] 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> 375075 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:42448
[junit4] 2> 375106 INFO (zkConnectionManagerCallback-227-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375114 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 375115 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 375115 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 375117 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 375117 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 375117 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 375117 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 375118 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5caac6ff{/solr,null,AVAILABLE}
[junit4] 2> 375119 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 375119 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 375119 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@22272da7{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@71e73da5{/solr,null,AVAILABLE}
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33643}
[junit4] 2> 375120 ERROR (jetty-launcher-224-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 375120 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-22T13:30:35.297Z
[junit4] 2> 375142 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 375142 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 375142 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 375155 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 375155 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 375155 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 375155 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37955d70{/solr,null,AVAILABLE}
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@765f3e22{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35422}
[junit4] 2> 375156 ERROR (jetty-launcher-224-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 375156 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-22T13:30:35.333Z
[junit4] 2> 375174 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7964bd96{/solr,null,AVAILABLE}
[junit4] 2> 375174 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1d86f781{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 375174 INFO (jetty-launcher-224-thread-3) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 375174 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44047}
[junit4] 2> 375175 ERROR (jetty-launcher-224-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 375175 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 375175 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 375175 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 375175 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 375175 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-22T13:30:35.352Z
[junit4] 2> 375190 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ea93109{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 375191 INFO (jetty-launcher-224-thread-4) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 375191 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34146}
[junit4] 2> 375192 INFO (zkConnectionManagerCallback-229-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375193 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 375193 ERROR (jetty-launcher-224-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 375194 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 375194 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 375194 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 375194 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 375194 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-22T13:30:35.371Z
[junit4] 2> 375214 INFO (zkConnectionManagerCallback-233-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375218 INFO (zkConnectionManagerCallback-231-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375254 INFO (zkConnectionManagerCallback-235-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375254 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 375255 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 375282 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 375615 INFO (jetty-launcher-224-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
[junit4] 2> 375649 INFO (zkConnectionManagerCallback-239-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375673 INFO (jetty-launcher-224-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
[junit4] 2> 375700 INFO (jetty-launcher-224-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
[junit4] 2> 375715 INFO (zkConnectionManagerCallback-244-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375723 INFO (zkConnectionManagerCallback-247-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375725 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x102cbf3057a0006, likely client has closed socket
[junit4] 2> 375750 INFO (zkConnectionManagerCallback-249-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375790 INFO (zkConnectionManagerCallback-251-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375809 INFO (zkConnectionManagerCallback-253-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375847 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 375848 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35422_solr
[junit4] 2> 375849 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 375849 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.Overseer Overseer
(id=72844788620722185-127.0.0.1:35422_solr-n_0000000000) starting
[junit4] 2> 375850 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34146_solr
[junit4] 2> 375870 INFO (zkCallback-252-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 375876 INFO (zkCallback-250-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 375879 INFO (zkConnectionManagerCallback-264-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 375883 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 375884 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:42448/solr ready
[junit4] 2> 375919 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 375919 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35422_solr
[junit4] 2> 375926 INFO (zkCallback-250-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 375934 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 375936 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 375938 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 375938 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33643_solr
[junit4] 2> 375938 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 375942 INFO (zkCallback-250-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 375970 INFO (zkCallback-252-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 376045 INFO (zkCallback-263-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 376046 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35422.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376046 INFO (jetty-launcher-224-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
[junit4] 2> 376065 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35422.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376065 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35422.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376078 INFO (zkCallback-248-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 376079 INFO (jetty-launcher-224-thread-1)
[n:127.0.0.1:35422_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/.
[junit4] 2> 376087 INFO (zkConnectionManagerCallback-269-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376091 INFO (zkConnectionManagerCallback-279-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376102 INFO (zkConnectionManagerCallback-277-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376121 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 376121 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 376122 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:42448/solr ready
[junit4] 2> 376122 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:42448/solr ready
[junit4] 2> 376134 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 376134 INFO (zkConnectionManagerCallback-281-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376134 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 376175 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33643.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376189 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 376191 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 376193 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 376194 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44047_solr
[junit4] 2> 376195 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34146.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376196 INFO (zkCallback-250-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376198 INFO (zkCallback-263-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376202 INFO (zkCallback-248-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376202 INFO (zkCallback-252-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376217 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34146.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376219 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33643.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376219 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33643.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376220 INFO (jetty-launcher-224-thread-2)
[n:127.0.0.1:33643_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/.
[junit4] 2> 376235 INFO (zkCallback-276-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376235 INFO (zkCallback-280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376235 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34146.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376236 INFO (jetty-launcher-224-thread-4)
[n:127.0.0.1:34146_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/.
[junit4] 2> 376236 INFO (zkCallback-268-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 376270 INFO (zkConnectionManagerCallback-290-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376282 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 376284 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:42448/solr ready
[junit4] 2> 376298 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 376312 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44047.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376320 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44047.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376320 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44047.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 376321 INFO (jetty-launcher-224-thread-3)
[n:127.0.0.1:44047_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/.
[junit4] 2> 376374 INFO (zkConnectionManagerCallback-293-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376386 INFO (zkConnectionManagerCallback-298-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376387 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 376388 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
[junit4] 2> 376831 INFO (qtp1383012746-1039) [n:127.0.0.1:44047_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.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> 376858 INFO (OverseerThreadFactory-420-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
[junit4] 2> 376969 INFO
(OverseerStateUpdate-72844788620722185-127.0.0.1:35422_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:34146/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376978 INFO
(OverseerStateUpdate-72844788620722185-127.0.0.1:35422_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:44047/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376981 INFO
(OverseerStateUpdate-72844788620722185-127.0.0.1:35422_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:35422/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376984 INFO
(OverseerStateUpdate-72844788620722185-127.0.0.1:35422_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:33643/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 377222 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
x:test_col_shard1_replica_n2] 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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 377230 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
x:test_col_shard1_replica_n1] 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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 377231 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
x:test_col_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 377255 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
x:test_col_shard2_replica_n6] 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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 377256 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
x:test_col_shard2_replica_n4] 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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 378280 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 378352 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 378356 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 378371 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 378373 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema
name=minimal-atomic-stress
[junit4] 2> 378376 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 378376 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using
configuration from collection test_col, trusted=true
[junit4] 2> 378376 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44047.solr.core.test_col.shard1.replica_n2' (registry
'solr.core.test_col.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 378377 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 378377 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore
[[test_col_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/test_col_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
[junit4] 2> 378379 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema
name=minimal-atomic-stress
[junit4] 2> 378380 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=33089468,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 378381 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 378381 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using
configuration from collection test_col, trusted=true
[junit4] 2> 378382 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34146.solr.core.test_col.shard1.replica_n1' (registry
'solr.core.test_col.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 378383 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema
name=minimal-atomic-stress
[junit4] 2> 378385 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 378385 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using
configuration from collection test_col, trusted=true
[junit4] 2> 378386 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35422.solr.core.test_col.shard2.replica_n4' (registry
'solr.core.test_col.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 378386 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 378386 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore
[[test_col_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/test_col_shard2_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/./test_col_shard2_replica_n4/data/]
[junit4] 2> 378387 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 378387 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore
[[test_col_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/test_col_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/./test_col_shard1_replica_n1/data/]
[junit4] 2> 378390 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema
name=minimal-atomic-stress
[junit4] 2> 378392 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 378392 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using
configuration from collection test_col, trusted=true
[junit4] 2> 378393 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33643.solr.core.test_col.shard2.replica_n6' (registry
'solr.core.test_col.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
[junit4] 2> 378393 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 378393 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore
[[test_col_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/test_col_shard2_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/./test_col_shard2_replica_n6/data/]
[junit4] 2> 378410 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=33089468,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 378410 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=33089468,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 378410 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=33089468,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 378410 WARN (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
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> 378414 WARN (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
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> 378414 WARN (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
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> 378416 WARN (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
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> 378583 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 378583 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 378584 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 378584 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 378592 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625,
floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
[junit4] 2> 378592 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@51b5d0e3[test_col_shard2_replica_n6] main]
[junit4] 2> 378598 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 378602 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
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> 378602 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 378603 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1603979694602977280
[junit4] 2> 378611 INFO
(searcherExecutor-439-thread-1-processing-n:127.0.0.1:33643_solr
x:test_col_shard2_replica_n6 c:test_col s:shard2 r:core_node8)
[n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8
x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6]
Registered new searcher Searcher@51b5d0e3[test_col_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 378614 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard2 to Terms{values={core_node8=0}, version=0}
[junit4] 2> 378619 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 378630 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 378630 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 378631 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 378631 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 378641 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625,
floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
[junit4] 2> 378642 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1e1accea[test_col_shard1_replica_n1] main]
[junit4] 2> 378642 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 378642 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 378643 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 378643 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 378647 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625,
floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
[junit4] 2> 378647 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@18aa7467[test_col_shard1_replica_n2] main]
[junit4] 2> 378648 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 378649 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
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> 378649 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 378651 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 378651 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
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> 378652 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 378654 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 378654 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 378656 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 378656 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 378658 INFO
(searcherExecutor-437-thread-1-processing-n:127.0.0.1:34146_solr
x:test_col_shard1_replica_n1 c:test_col s:shard1 r:core_node3)
[n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3
x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1]
Registered new searcher Searcher@1e1accea[test_col_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 378658 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625,
floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
[junit4] 2> 378658 INFO
(searcherExecutor-436-thread-1-processing-n:127.0.0.1:44047_solr
x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5)
[n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5
x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2]
Registered new searcher Searcher@18aa7467[test_col_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 378658 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1603979694660648960
[junit4] 2> 378659 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@452eae62[test_col_shard2_replica_n4] main]
[junit4] 2> 378661 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 378661 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
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> 378661 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1603979694660648960
[junit4] 2> 378666 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard1 to Terms{values={core_node5=0}, version=0}
[junit4] 2> 378667 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 378667 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1603979694670086144
[junit4] 2> 378671 INFO
(searcherExecutor-438-thread-1-processing-n:127.0.0.1:35422_solr
x:test_col_shard2_replica_n4 c:test_col s:shard2 r:core_node7)
[n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7
x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4]
Registered new searcher Searcher@452eae62[test_col_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 378673 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard1 to Terms{values={core_node3=0,
core_node5=0}, version=1}
[junit4] 2> 378676 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 378676 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 378676 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/
[junit4] 2> 378677 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34146/solr START
replicas=[http://127.0.0.1:44047/solr/test_col_shard1_replica_n2/] nUpdates=100
[junit4] 2> 378677 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34146/solr DONE.
We have no versions. sync failed.
[junit4] 2> 378677 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard2 to Terms{values={core_node7=0,
core_node8=0}, version=1}
[junit4] 2> 378682 INFO (qtp1383012746-1042) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
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=1
[junit4] 2> 378683 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 378683 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
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> 378683 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 378686 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/ shard1
[junit4] 2> 378789 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 378791 INFO (qtp1515055626-1031) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=1561
[junit4] 2> 378891 INFO (zkCallback-252-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> 379120 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 379120 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 379120 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/
[junit4] 2> 379121 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:33643/solr START
replicas=[http://127.0.0.1:35422/solr/test_col_shard2_replica_n4/] nUpdates=100
[junit4] 2> 379121 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:33643/solr DONE.
We have no versions. sync failed.
[junit4] 2> 379124 INFO (qtp2107575151-1021) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
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=1
[junit4] 2> 379126 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 379126 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
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> 379126 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 379129 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/ shard2
[junit4] 2> 379238 INFO (zkCallback-252-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> 379282 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 379285 INFO (qtp1223625876-1017) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=2030
[junit4] 2> 379385 INFO (zkCallback-248-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> 379385 INFO (zkCallback-252-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> 379679 INFO (qtp1383012746-1012) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=2457
[junit4] 2> 379685 INFO (qtp2107575151-1045) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
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.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=2429
[junit4] 2> 379695 INFO (qtp1383012746-1039) [n:127.0.0.1:44047_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 379785 INFO (zkCallback-252-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> 379785 INFO (zkCallback-280-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> 379785 INFO (zkCallback-248-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> 379785 INFO (zkCallback-250-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> 380695 INFO (qtp1383012746-1039) [n:127.0.0.1:44047_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.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=3863
[junit4] 2> 380696 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-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> 380697 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
[junit4] 2> 380707 INFO (qtp1383012746-1037) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.c.S.Request [test_col_shard1_replica_n2] webapp=/solr
path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 380748 INFO
(TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[7F1893A97433FCA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored_idx
[junit4] 2> 380806 INFO (qtp2107575151-1022) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&_version_=-1603979696869998592&distrib.from=http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{deleteByQuery=*:*
(-1603979696869998592)} 0 10
[junit4] 2> 380811 INFO (qtp1223625876-1011) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard2 to Terms{values={core_node7=1,
core_node8=1}, version=2}
[junit4] 2> 380811 INFO (qtp1223625876-1011) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
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:34146/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1603979696869998592)} 0 47
[junit4] 2> 380812 INFO (qtp1383012746-1036) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&_version_=-1603979696858464256&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1603979696858464256)} 0 44
[junit4] 2> 380813 INFO (qtp1515055626-1023) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/test_col/terms/shard1 to Terms{values={core_node3=1,
core_node5=1}, version=2}
[junit4] 2> 380814 INFO (qtp1515055626-1023) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1] webapp=/solr
path=/update params={wt=javabin&version=2}{deleteByQuery=*:*
(-1603979696858464256)} 0 60
[junit4] 2> 380829 INFO (qtp2107575151-1026) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1603979696937107456,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 380829 WARN (qtp2107575151-1026) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 380829 INFO (qtp2107575151-1026) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 380830 INFO (qtp1515055626-1027) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1603979696938156032,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 380830 WARN (qtp1515055626-1027) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 380830 INFO (qtp1515055626-1027) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 380831 INFO (qtp1383012746-1040) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1603979696939204608,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 380831 WARN (qtp1383012746-1040) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 380831 INFO (qtp1383012746-1040) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 380840 INFO (qtp1515055626-1027) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 380840 INFO (qtp1515055626-1027) [n:127.0.0.1:34146_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
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:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
0 10
[junit4] 2> 380841 INFO (qtp1383012746-1040) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 380841 INFO (qtp2107575151-1026) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 380841 INFO (qtp1383012746-1040) [n:127.0.0.1:44047_solr
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2]
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:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
0 10
[junit4] 2> 380841 INFO (qtp2107575151-1026) [n:127.0.0.1:35422_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4]
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:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
0 12
[junit4] 2> 380844 INFO (qtp1223625876-1016) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1603979696952836096,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 380844 WARN (qtp1223625876-1016) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 380844 INFO (qtp1223625876-1016) [n:127.0.0.1:33643_solr
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 No uncommi
[...truncated too long message...]
ettings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291
resolve-example:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376
[copy] Copying 247 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 201 minutes 2 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]