Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/610/
2 tests failed.
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
Error Message:
Expected 1x2 collections null Live Nodes: [127.0.0.1:34397_solr,
127.0.0.1:38555_solr, 127.0.0.1:39241_solr, 127.0.0.1:42973_solr] Last
available state: null
Stack Trace:
java.lang.AssertionError: Expected 1x2 collections
null
Live Nodes: [127.0.0.1:34397_solr, 127.0.0.1:38555_solr, 127.0.0.1:39241_solr,
127.0.0.1:42973_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([11A29456F299A760:7BB4F5869A6BEDAA]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:235)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:226)
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.common.cloud.TestCollectionStateWatchers.testWatchesWorkForStateFormat1
Error Message:
CollectionStateWatcher not notified of stateformat=1 collection creation
Stack Trace:
java.lang.AssertionError: CollectionStateWatcher not notified of stateformat=1
collection creation
at
__randomizedtesting.SeedInfo.seed([439B033661A16548:245C1FD8951941E9]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWatchesWorkForStateFormat1(TestCollectionStateWatchers.java:291)
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)
Build Log:
[...truncated 14467 lines...]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/init-core-data-001
[junit4] 2> 3919745 WARN
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 3919745 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3919746 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 3919759 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3919760 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001
[junit4] 2> 3919760 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3919761 INFO (Thread-4158) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3919761 INFO (Thread-4158) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3919763 ERROR (Thread-4158) [ ] 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> 3919872 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39052
[junit4] 2> 3919906 INFO (zkConnectionManagerCallback-2927-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3919942 INFO (jetty-launcher-2924-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> 3919944 INFO (jetty-launcher-2924-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> 3919955 INFO (jetty-launcher-2924-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> 3919956 INFO (jetty-launcher-2924-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> 3919965 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3919965 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3919966 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3919966 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@73482a57{/solr,null,AVAILABLE}
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@37db7fc9{SSL,[ssl,
http/1.1]}{127.0.0.1:38555}
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.e.j.s.Server Started @3920298ms
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38555}
[junit4] 2> 3919967 ERROR (jetty-launcher-2924-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3919967 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-17T18:39:02.697Z
[junit4] 2> 3919969 INFO (zkConnectionManagerCallback-2929-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3919969 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3920049 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3920049 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3920049 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3920049 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1dd98cc1{/solr,null,AVAILABLE}
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@324d0f41{SSL,[ssl,
http/1.1]}{127.0.0.1:42973}
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.e.j.s.Server Started @3920382ms
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42973}
[junit4] 2> 3920050 ERROR (jetty-launcher-2924-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3920050 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-17T18:39:02.780Z
[junit4] 2> 3920053 INFO (zkConnectionManagerCallback-2931-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920054 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3920125 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3920125 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3920125 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3920125 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@71909a43{/solr,null,AVAILABLE}
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@701258af{SSL,[ssl,
http/1.1]}{127.0.0.1:39241}
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.e.j.s.Server Started @3920458ms
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39241}
[junit4] 2> 3920126 ERROR (jetty-launcher-2924-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3920126 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-17T18:39:02.856Z
[junit4] 2> 3920165 INFO (zkConnectionManagerCallback-2933-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920165 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3920195 INFO (jetty-launcher-2924-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39052/solr
[junit4] 2> 3920248 INFO (jetty-launcher-2924-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39052/solr
[junit4] 2> 3920249 INFO (zkConnectionManagerCallback-2942-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920326 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3920326 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3920326 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3920327 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5ef9dd8b{/solr,null,AVAILABLE}
[junit4] 2> 3920327 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1230907{SSL,[ssl,
http/1.1]}{127.0.0.1:34397}
[junit4] 2> 3920327 INFO (jetty-launcher-2924-thread-3) [ ]
o.e.j.s.Server Started @3920659ms
[junit4] 2> 3920327 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34397}
[junit4] 2> 3920328 ERROR (jetty-launcher-2924-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3920328 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3920328 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 3920328 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3920328 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3920328 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-17T18:39:03.058Z
[junit4] 2> 3920352 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
0x10213a87bc60005, likely client has closed socket
[junit4] 2> 3920377 INFO (zkConnectionManagerCallback-2944-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920390 INFO (jetty-launcher-2924-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39052/solr
[junit4] 2> 3920404 INFO (zkConnectionManagerCallback-2937-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920449 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3920473 INFO (zkConnectionManagerCallback-2949-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920474 INFO (zkConnectionManagerCallback-2946-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920547 INFO (jetty-launcher-2924-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39052/solr
[junit4] 2> 3920576 INFO (zkConnectionManagerCallback-2955-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920672 INFO (zkConnectionManagerCallback-2959-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920673 INFO (zkConnectionManagerCallback-2957-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3920742 INFO (zkConnectionManagerCallback-2961-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3921488 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3921488 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3921525 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42973_solr
[junit4] 2> 3921578 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38555_solr
[junit4] 2> 3921614 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.Overseer Overseer
(id=72642158343356426-127.0.0.1:42973_solr-n_0000000000) starting
[junit4] 2> 3921724 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3921882 INFO (zkCallback-2956-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3921923 INFO (zkCallback-2960-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3921980 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3922179 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3922179 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34397_solr
[junit4] 2> 3922196 INFO (zkCallback-2960-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3922237 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3922252 INFO (zkCallback-2956-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3922370 INFO (zkConnectionManagerCallback-2972-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3922459 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3922548 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39052/solr ready
[junit4] 2> 3922636 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3922637 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42973_solr
[junit4] 2> 3922654 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3922654 INFO (zkCallback-2960-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3922801 INFO (zkCallback-2971-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3922857 INFO (zkCallback-2956-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3923573 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38555.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3923682 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38555.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3923682 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38555.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3923683 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node4/.
[junit4] 2> 3923748 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3923750 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3923764 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3923764 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39241_solr
[junit4] 2> 3923765 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3923775 INFO (zkCallback-2960-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3923799 INFO (zkCallback-2971-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3923819 INFO (zkCallback-2956-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3923909 INFO (zkCallback-2945-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3923949 INFO (zkConnectionManagerCallback-2977-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3923950 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3923951 INFO (jetty-launcher-2924-thread-4)
[n:127.0.0.1:38555_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39052/solr ready
[junit4] 2> 3924114 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34397.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924182 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34397.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924182 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34397.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924183 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node3/.
[junit4] 2> 3924434 INFO (zkConnectionManagerCallback-2982-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3924485 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3924510 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42973.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924558 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39241.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924593 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42973.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924593 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42973.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924594 INFO (jetty-launcher-2924-thread-1)
[n:127.0.0.1:42973_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node1/.
[junit4] 2> 3924603 INFO (jetty-launcher-2924-thread-3)
[n:127.0.0.1:34397_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39052/solr ready
[junit4] 2> 3924648 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39241.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924649 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39241.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3924650 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node2/.
[junit4] 2> 3924661 INFO (zkConnectionManagerCallback-2987-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3924661 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3924662 INFO (jetty-launcher-2924-thread-2)
[n:127.0.0.1:39241_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39052/solr ready
[junit4] 2> 3925350 INFO (zkConnectionManagerCallback-2989-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3925387 INFO (zkConnectionManagerCallback-2994-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3925403 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3925404 INFO
(SUITE-DeleteReplicaTest-seed#[11A29456F299A760]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39052/solr ready
[junit4] 2> 3925559 INFO
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[11A29456F299A760]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
[junit4] 2> 3925799 INFO (qtp1342007148-17114) [n:127.0.0.1:38555_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3925825 INFO (OverseerThreadFactory-4298-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection delLiveColl
[junit4] 2> 3926204 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"delLiveColl_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:34397/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3926275 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"delLiveColl_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38555/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3926398 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"delLiveColl_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39241/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3926399 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"delLiveColl_shard2_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42973/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3926733 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
x:delLiveColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3926733 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
x:delLiveColl_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 3927051 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3927071 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
x:delLiveColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3927071 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
x:delLiveColl_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n5&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3931936 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3931983 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n2] Schema name=minimal
[junit4] 2> 3932002 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3932002 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n2' using
configuration from collection delLiveColl, trusted=true
[junit4] 2> 3932003 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38555.solr.core.delLiveColl.shard1.replica_n2' (registry
'solr.core.delLiveColl.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3932003 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3932003 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node4/delLiveColl_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node4/./delLiveColl_shard1_replica_n2/data/]
[junit4] 2> 3932027 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3932028 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3932052 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n4] Schema name=minimal
[junit4] 2> 3932054 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3932054 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n4' using
configuration from collection delLiveColl, trusted=true
[junit4] 2> 3932067 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n1] Schema name=minimal
[junit4] 2> 3932069 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3932069 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n1' using
configuration from collection delLiveColl, trusted=true
[junit4] 2> 3932070 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34397.solr.core.delLiveColl.shard1.replica_n1' (registry
'solr.core.delLiveColl.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3932070 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3932070 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node3/delLiveColl_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node3/./delLiveColl_shard1_replica_n1/data/]
[junit4] 2> 3932087 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39241.solr.core.delLiveColl.shard2.replica_n4' (registry
'solr.core.delLiveColl.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3932087 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3932087 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node2/delLiveColl_shard2_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node2/./delLiveColl_shard2_replica_n4/data/]
[junit4] 2> 3932134 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3932187 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n5] Schema name=minimal
[junit4] 2> 3932207 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3932207 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n5' using
configuration from collection delLiveColl, trusted=true
[junit4] 2> 3932207 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42973.solr.core.delLiveColl.shard2.replica_n5' (registry
'solr.core.delLiveColl.shard2.replica_n5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3932207 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3932207 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n5] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node1/delLiveColl_shard2_replica_n5],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node1/./delLiveColl_shard2_replica_n5/data/]
[junit4] 2> 3932443 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3932443 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3932444 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3932444 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3932462 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3c94c4bb[delLiveColl_shard2_replica_n4] main]
[junit4] 2> 3932465 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3932465 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3932466 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3932466 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3932467 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@64ed6908[delLiveColl_shard1_replica_n2] main]
[junit4] 2> 3932493 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3932494 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3932494 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3932495 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1600737619712409600
[junit4] 2> 3932495 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3932509 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3932510 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3932531 INFO
(searcherExecutor-4308-thread-1-processing-n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7)
[n:127.0.0.1:39241_solr c:delLiveColl s:shard2 r:core_node7
x:delLiveColl_shard2_replica_n4] o.a.s.c.SolrCore
[delLiveColl_shard2_replica_n4] Registered new searcher
Searcher@3c94c4bb[delLiveColl_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3932531 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1600737619750158336
[junit4] 2> 3932533 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3932533 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3932534 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3932534 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3932551 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74ca3c31[delLiveColl_shard1_replica_n1] main]
[junit4] 2> 3932551 INFO
(searcherExecutor-4307-thread-1-processing-n:127.0.0.1:38555_solr
x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node6)
[n:127.0.0.1:38555_solr c:delLiveColl s:shard1 r:core_node6
x:delLiveColl_shard1_replica_n2] o.a.s.c.SolrCore
[delLiveColl_shard1_replica_n2] Registered new searcher
Searcher@64ed6908[delLiveColl_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3932552 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3932552 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3932552 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3932554 INFO
(searcherExecutor-4309-thread-1-processing-n:127.0.0.1:34397_solr
x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3)
[n:127.0.0.1:34397_solr c:delLiveColl s:shard1 r:core_node3
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore
[delLiveColl_shard1_replica_n1] Registered new searcher
Searcher@74ca3c31[delLiveColl_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3932554 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1600737619774275584
[junit4] 2> 3932570 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3932570 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3932571 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3932571 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3932571 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/delLiveColl/terms/shard1 to Terms{values={core_node6=0}, version=0}
[junit4] 2> 3932572 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0}, version=0}
[junit4] 2> 3932573 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2aca2240[delLiveColl_shard2_replica_n5] main]
[junit4] 2> 3932590 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3932591 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3932591 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3932593 INFO
(searcherExecutor-4310-thread-1-processing-n:127.0.0.1:42973_solr
x:delLiveColl_shard2_replica_n5 c:delLiveColl s:shard2 r:core_node8)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.SolrCore
[delLiveColl_shard2_replica_n5] Registered new searcher
Searcher@2aca2240[delLiveColl_shard2_replica_n5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3932593 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1600737619815170048
[junit4] 2> 3932593 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/delLiveColl/terms/shard1 to Terms{values={core_node6=0,
core_node3=0}, version=1}
[junit4] 2> 3932594 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 3932595 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 3932605 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0,
core_node8=0}, version=1}
[junit4] 2> 3933102 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3933102 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3933102 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38555/solr/delLiveColl_shard1_replica_n2/
[junit4] 2> 3933103 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2
url=https://127.0.0.1:38555/solr START
replicas=[https://127.0.0.1:34397/solr/delLiveColl_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 3933110 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3933110 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3933110 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:39241/solr/delLiveColl_shard2_replica_n4/
[junit4] 2> 3933111 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4
url=https://127.0.0.1:39241/solr START
replicas=[https://127.0.0.1:42973/solr/delLiveColl_shard2_replica_n5/]
nUpdates=100
[junit4] 2> 3933175 INFO (qtp256612720-17166) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.c.S.Request [delLiveColl_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3933236 INFO (qtp2029975220-17129) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.c.S.Request [delLiveColl_shard2_replica_n5] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=48
[junit4] 2> 3933415 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2
url=https://127.0.0.1:38555/solr DONE. We have no versions. sync failed.
[junit4] 2> 3933415 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 3933415 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
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> 3933415 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3933418 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38555/solr/delLiveColl_shard1_replica_n2/ shard1
[junit4] 2> 3933435 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4
url=https://127.0.0.1:39241/solr DONE. We have no versions. sync failed.
[junit4] 2> 3933435 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 3933435 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
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> 3933435 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3933439 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:39241/solr/delLiveColl_shard2_replica_n4/ shard2
[junit4] 2> 3933543 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3933562 INFO (qtp88975680-17140) [n:127.0.0.1:39241_solr
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6511
[junit4] 2> 3933590 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3933592 INFO (qtp1342007148-17117) [n:127.0.0.1:38555_solr
c:delLiveColl s:shard1 r:core_node6 x:delLiveColl_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6859
[junit4] 2> 3933669 INFO (qtp256612720-17163) [n:127.0.0.1:34397_solr
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6598
[junit4] 2> 3933704 INFO (qtp2029975220-17128) [n:127.0.0.1:42973_solr
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n5]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n5&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6633
[junit4] 2> 3933815 INFO (zkCallback-2960-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3933815 INFO (zkCallback-2956-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3933815 INFO (zkCallback-2945-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3933816 INFO (qtp1342007148-17114) [n:127.0.0.1:38555_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> 3933821 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3933939 INFO
(OverseerCollectionConfigSetProcessor-72642158343356426-127.0.0.1:42973_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3934816 INFO (qtp1342007148-17114) [n:127.0.0.1:38555_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=9017
[junit4] 2> 3934854 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3934855 INFO (qtp1342007148-17116) [n:127.0.0.1:38555_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with
params
replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3934874 ERROR (OverseerThreadFactory-4298-thread-2) [
c:delLiveColl s:shard2 r:core_node7 ]
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation:
deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove
replica : delLiveColl/shard2/core_node7 with onlyIfDown='true', but state is
'active'
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:218)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:95)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
[junit4] 2> at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:257)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 3934876 INFO (qtp1342007148-17116) [n:127.0.0.1:38555_solr
c:delLiveColl ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2}
status=400 QTime=20
[junit4] 2> 3934886 INFO (qtp1342007148-17114) [n:127.0.0.1:38555_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with
params
replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3934887 INFO
(OverseerCollectionConfigSetProcessor-72642158343356426-127.0.0.1:42973_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3934891 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.delLiveColl.shard2.replica_n4, tag=null
[junit4] 2> 3934891 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@762d7361: rootName =
solr_39241, domain = solr.core.delLiveColl.shard2.replica_n4, service url =
null, agent id = null] for registry solr.core.delLiveColl.shard2.replica_n4 /
com.codahale.metrics.MetricRegistry@3b05b69f
[junit4] 2> 3934936 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.c.SolrCore
[delLiveColl_shard2_replica_n4] CLOSING SolrCore
org.apache.solr.core.SolrCore@f7bcdcc
[junit4] 2> 3934936 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.delLiveColl.shard2.replica_n4, tag=f7bcdcc
[junit4] 2> 3934936 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=f7bcdcc
[junit4] 2> 3934995 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/delLiveColl/terms/shard2 to Terms{values={core_node8=0},
version=2}
[junit4] 2> 3934997 INFO (qtp88975680-17143) [n:127.0.0.1:39241_solr
x:delLiveColl_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&core=delLiveColl_shard2_replica_n4&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
status=0 QTime=105
[junit4] 2> 3935011 INFO (zkCallback-2956-thread-1)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 3935122 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3935122 INFO (zkCallback-2960-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3935122 INFO (zkCallback-2945-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3935122 INFO (zkCallback-2956-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3935200 INFO (qtp1342007148-17114) [n:127.0.0.1:38555_solr
c:delLiveColl ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2}
status=0 QTime=314
[junit4] 2> 3935202 INFO
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[11A29456F299A760]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
[junit4] 2> 3935373 INFO
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[11A29456F299A760])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
[junit4] 2> 3935374 INFO (qtp1342007148-17116) [n:127.0.0.1:38555_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3935376 INFO (OverseerThreadFactory-4298-thread-4) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection deleteByCountNew
[junit4] 2> 3935376 INFO
(OverseerCollectionConfigSetProcessor-72642158343356426-127.0.0.1:42973_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3935598 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCountNew",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCountNew_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:34397/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3935608 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCountNew",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCountNew_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38555/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3935611 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCountNew",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"deleteByCountNew_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42973/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3935626 INFO
(OverseerStateUpdate-72642158343356426-127.0.0.1:42973_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCountNew",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"deleteByCountNew_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39241/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3935846 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
x:deleteByCountNew_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3935846 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
x:deleteByCountNew_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3935846 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
x:deleteByCountNew_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3935850 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
x:deleteByCountNew_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3936927 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3936964 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3936981 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3937000 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n6] Schema name=minimal
[junit4] 2> 3937035 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 3937178 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3937178 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n6'
using configuration from collection deleteByCountNew, trusted=true
[junit4] 2> 3937178 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39241.solr.core.deleteByCountNew.shard2.replica_n6' (registry
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3937178 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3937179 INFO (qtp88975680-17145) [n:127.0.0.1:39241_solr
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6]
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n6] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node2/deleteByCountNew_shard2_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node2/./deleteByCountNew_shard2_replica_n6/data/]
[junit4] 2> 3937181 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n4] Schema name=minimal
[junit4] 2> 3937183 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3937183 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4'
using configuration from collection deleteByCountNew, trusted=true
[junit4] 2> 3937184 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42973.solr.core.deleteByCountNew.shard2.replica_n4' (registry
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3937184 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3937184 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n4] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node1/deleteByCountNew_shard2_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node1/./deleteByCountNew_shard2_replica_n4/data/]
[junit4] 2> 3937247 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n2] Schema name=minimal
[junit4] 2> 3937249 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3937249 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2'
using configuration from collection deleteByCountNew, trusted=true
[junit4] 2> 3937263 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n1] Schema name=minimal
[junit4] 2> 3937265 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3937265 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1'
using configuration from collection deleteByCountNew, trusted=true
[junit4] 2> 3937265 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34397.solr.core.deleteByCountNew.shard1.replica_n1' (registry
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3937265 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3937266 INFO (qtp256612720-17165) [n:127.0.0.1:34397_solr
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1]
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node3/deleteByCountNew_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node3/./deleteByCountNew_shard1_replica_n1/data/]
[junit4] 2> 3937351 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38555.solr.core.deleteByCountNew.shard1.replica_n2' (registry
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e45fa9c
[junit4] 2> 3937351 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3937351 INFO (qtp1342007148-17115) [n:127.0.0.1:38555_solr
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2]
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n2] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node4/deleteByCountNew_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_11A29456F299A760-001/tempDir-001/node4/./deleteByCountNew_shard1_replica_n2/data/]
[junit4] 2> 3937515 INFO (zkCallback-2956-thread-1)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:42973/solr/delLiveColl_shard2_replica_n5/
[junit4] 2> 3937515 INFO (zkCallback-2956-thread-1)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 3937515 INFO (zkCallback-2956-thread-1)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.SyncStrategy
https://127.0.0.1:42973/solr/delLiveColl_shard2_replica_n5/ has no replicas
[junit4] 2> 3937847 INFO (zkCallback-2956-thread-1)
[n:127.0.0.1:42973_solr c:delLiveColl s:shard2 r:core_node8
x:delLiveColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the
new leader: https://127.0.0.1:42973/solr/delLiveColl_shard2_replica_n5/ shard2
[junit4] 2> 3937896 INFO (zkCallback-2956-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3937896 INFO (zkCallback-2958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3937896 INFO (zkCallback-2960-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3937949 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3937949 INFO (qtp2029975220-17126) [n:127.0.0.1:42973_solr
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVe
[...truncated too long message...]
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/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-7.x/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-7.x/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-7.x/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-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null578041647
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null578041647
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null578041647
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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null365293764
[copy] Copying 246 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null365293764
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null365293764
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 75ms :: artifacts dl 12ms
---------------------------------------------------------------------
| | 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: 294 minutes 3 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]