Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2160/
3 tests failed.
FAILED: org.apache.solr.cloud.ZkFailoverTest.testRestartZkWhenClusterDown
Error Message:
Timeout waiting for number of live nodes = 2
Stack Trace:
java.lang.AssertionError: Timeout waiting for number of live nodes = 2
at
__randomizedtesting.SeedInfo.seed([13F2C729CFF60E7D:7D654465B611A8FE]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.ZkFailoverTest.waitForLiveNodes(ZkFailoverTest.java:88)
at
org.apache.solr.cloud.ZkFailoverTest.testRestartZkWhenClusterDown(ZkFailoverTest.java:74)
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: junit.framework.TestSuite.org.apache.solr.cloud.ZkFailoverTest
Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.ZkFailoverTest:
1) Thread[id=11011, name=ProcessThread(sid:0 cport:36451):, state=WAITING,
group=TGRP-ZkFailoverTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
2) Thread[id=11007, name=Thread-2005, state=WAITING,
group=TGRP-ZkFailoverTest] at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1252) at
java.lang.Thread.join(Thread.java:1326) at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
3) Thread[id=11009, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-ZkFailoverTest] at java.lang.Object.wait(Native Method)
at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
4) Thread[id=11008, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451,
state=RUNNABLE, group=TGRP-ZkFailoverTest] at
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE
scope at org.apache.solr.cloud.ZkFailoverTest:
1) Thread[id=11011, name=ProcessThread(sid:0 cport:36451):, state=WAITING,
group=TGRP-ZkFailoverTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
2) Thread[id=11007, name=Thread-2005, state=WAITING,
group=TGRP-ZkFailoverTest]
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1252)
at java.lang.Thread.join(Thread.java:1326)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
3) Thread[id=11009, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-ZkFailoverTest]
at java.lang.Object.wait(Native Method)
at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
4) Thread[id=11008, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451,
state=RUNNABLE, group=TGRP-ZkFailoverTest]
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([13F2C729CFF60E7D]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ZkFailoverTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=11008, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451,
state=RUNNABLE, group=TGRP-ZkFailoverTest] at
sun.nio.ch.IOUtil.drain(Native Method) at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104) at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=11008, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451,
state=RUNNABLE, group=TGRP-ZkFailoverTest]
at sun.nio.ch.IOUtil.drain(Native Method)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([13F2C729CFF60E7D]:0)
Build Log:
[...truncated 12315 lines...]
[junit4] Suite: org.apache.solr.cloud.ZkFailoverTest
[junit4] 2> 2463047 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/init-core-data-001
[junit4] 2> 2463048 WARN
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 2463048 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2463082 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2463102 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001
[junit4] 2> 2463102 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2463102 INFO (Thread-1958) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2463102 INFO (Thread-1958) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2463119 ERROR (Thread-1958) [ ] 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> 2463211 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:36451
[junit4] 2> 2463486 INFO (jetty-launcher-2823-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2463619 INFO (jetty-launcher-2823-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2463747 INFO (jetty-launcher-2823-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3f2f6e5d{/solr,null,AVAILABLE}
[junit4] 2> 2463749 INFO (jetty-launcher-2823-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@26b093f9{SSL,[ssl,
http/1.1]}{127.0.0.1:43829}
[junit4] 2> 2463749 INFO (jetty-launcher-2823-thread-2) [ ]
o.e.j.s.Server Started @2479772ms
[junit4] 2> 2463749 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43829}
[junit4] 2> 2463749 ERROR (jetty-launcher-2823-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2463767 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2463767 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2463767 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2463767 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-04T21:38:01.539Z
[junit4] 2> 2463813 INFO (jetty-launcher-2823-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5eed3ebc{/solr,null,AVAILABLE}
[junit4] 2> 2463813 INFO (jetty-launcher-2823-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@344584b8{SSL,[ssl,
http/1.1]}{127.0.0.1:34842}
[junit4] 2> 2463813 INFO (jetty-launcher-2823-thread-1) [ ]
o.e.j.s.Server Started @2479836ms
[junit4] 2> 2463813 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34842}
[junit4] 2> 2463813 ERROR (jetty-launcher-2823-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2463813 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2463814 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2463814 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2463814 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-04T21:38:01.586Z
[junit4] 2> 2463833 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2463983 INFO (jetty-launcher-2823-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36451/solr
[junit4] 2> 2464271 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2464389 INFO (jetty-launcher-2823-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36451/solr
[junit4] 2> 2464901 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2464965 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43829_solr
[junit4] 2> 2464966 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.c.Overseer Overseer
(id=98948315931607046-127.0.0.1:43829_solr-n_0000000000) starting
[junit4] 2> 2464982 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43829_solr
[junit4] 2> 2465140 INFO
(OverseerStateUpdate-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2465556 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2465557 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2465558 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34842_solr
[junit4] 2> 2465612 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43829.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2465697 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2465701 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2465787 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43829.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2465787 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43829.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2465788 INFO (jetty-launcher-2823-thread-2)
[n:127.0.0.1:43829_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/.
[junit4] 2> 2466054 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34842.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2466108 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34842.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2466108 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34842.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2466109 INFO (jetty-launcher-2823-thread-1)
[n:127.0.0.1:34842_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/.
[junit4] 2> 2466215 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2466215 INFO
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36451/solr ready
[junit4] 2> 2467251 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.SolrTestCaseJ4 ###Starting testRestartZkWhenClusterDown
[junit4] 2> 2467693 INFO (qtp1393580694-10888) [n:127.0.0.1:43829_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=coll1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2467753 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.CreateCollectionCmd Create collection coll1
[junit4] 2> 2467773 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.CreateCollectionCmd Only _default config
set found, using it.
[junit4] 2> 2467810 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to /configs/coll1/protwords.txt
[junit4] 2> 2467865 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to /configs/coll1/managed-schema
[junit4] 2> 2467936 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to /configs/coll1/solrconfig.xml
[junit4] 2> 2467959 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to /configs/coll1/synonyms.txt
[junit4] 2> 2467960 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to /configs/coll1/stopwords.txt
[junit4] 2> 2468021 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/params.json to /configs/coll1/params.json
[junit4] 2> 2468022 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/coll1/lang/contractions_it.txt
[junit4] 2> 2468023 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to /configs/coll1/lang/stopwords_no.txt
[junit4] 2> 2468024 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to /configs/coll1/lang/stopwords_hy.txt
[junit4] 2> 2468024 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to /configs/coll1/lang/stemdict_nl.txt
[junit4] 2> 2468025 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/coll1/lang/contractions_ca.txt
[junit4] 2> 2468026 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to /configs/coll1/lang/stopwords_id.txt
[junit4] 2> 2468027 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to /configs/coll1/lang/stopwords_ga.txt
[junit4] 2> 2468027 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to /configs/coll1/lang/stopwords_da.txt
[junit4] 2> 2468028 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to /configs/coll1/lang/stopwords_hi.txt
[junit4] 2> 2468029 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to /configs/coll1/lang/stopwords_ja.txt
[junit4] 2> 2468050 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to /configs/coll1/lang/stopwords_pt.txt
[junit4] 2> 2468051 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to /configs/coll1/lang/stopwords_hu.txt
[junit4] 2> 2468052 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to /configs/coll1/lang/stopwords_el.txt
[junit4] 2> 2468052 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to /configs/coll1/lang/stopwords_ru.txt
[junit4] 2> 2468053 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to /configs/coll1/lang/stopwords_tr.txt
[junit4] 2> 2468087 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to /configs/coll1/lang/stopwords_ar.txt
[junit4] 2> 2468087 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to /configs/coll1/lang/userdict_ja.txt
[junit4] 2> 2468088 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to /configs/coll1/lang/stopwords_it.txt
[junit4] 2> 2468089 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to /configs/coll1/lang/stopwords_eu.txt
[junit4] 2> 2468090 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to /configs/coll1/lang/stopwords_cz.txt
[junit4] 2> 2468104 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to /configs/coll1/lang/stoptags_ja.txt
[junit4] 2> 2468105 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/coll1/lang/contractions_fr.txt
[junit4] 2> 2468106 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to /configs/coll1/lang/stopwords_fa.txt
[junit4] 2> 2468139 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to /configs/coll1/lang/stopwords_de.txt
[junit4] 2> 2468140 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/coll1/lang/contractions_ga.txt
[junit4] 2> 2468140 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to /configs/coll1/lang/stopwords_ca.txt
[junit4] 2> 2468141 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to /configs/coll1/lang/stopwords_nl.txt
[junit4] 2> 2468142 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to /configs/coll1/lang/stopwords_bg.txt
[junit4] 2> 2468142 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to /configs/coll1/lang/stopwords_es.txt
[junit4] 2> 2468159 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to /configs/coll1/lang/stopwords_en.txt
[junit4] 2> 2468160 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to /configs/coll1/lang/stopwords_lv.txt
[junit4] 2> 2468161 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to /configs/coll1/lang/stopwords_th.txt
[junit4] 2> 2468162 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to /configs/coll1/lang/stopwords_ro.txt
[junit4] 2> 2468162 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to /configs/coll1/lang/stopwords_fr.txt
[junit4] 2> 2468163 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to /configs/coll1/lang/stopwords_sv.txt
[junit4] 2> 2468177 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to /configs/coll1/lang/stopwords_fi.txt
[junit4] 2> 2468177 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/coll1/lang/hyphenations_ga.txt
[junit4] 2> 2468178 INFO
(OverseerThreadFactory-3275-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to /configs/coll1/lang/stopwords_gl.txt
[junit4] 2> 2468299 INFO
(OverseerStateUpdate-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"coll1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"coll1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43829/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2468301 INFO
(OverseerStateUpdate-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"coll1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"coll1_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:34842/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2468788 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=coll1&newCollection=true&name=coll1_shard1_replica_n1&action=CREATE&numShards=2&collection=coll1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2468789 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2468922 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2468923 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2469349 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=coll1&newCollection=true&name=coll1_shard2_replica_n2&action=CREATE&numShards=2&collection=coll1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2469350 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2469461 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2469461 INFO
(zkCallback-2831-thread-3-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2469475 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2469475 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2470040 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.RequestParams
conf resource params.json loaded . version : 0
[junit4] 2> 2470040 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.RequestParams
request params refreshed to version 0
[junit4] 2> 2470040 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/extraction/lib
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/clustering/lib
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/langid/lib
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../contrib/velocity/lib
[junit4] 2> 2470041 WARN (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1/../../../../dist
[junit4] 2> 2470097 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2470187 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.s.IndexSchema
[coll1_shard1_replica_n1] Schema name=default-config
[junit4] 2> 2470506 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.RequestParams
conf resource params.json loaded . version : 0
[junit4] 2> 2470506 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.RequestParams
request params refreshed to version 0
[junit4] 2> 2470507 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/extraction/lib
[junit4] 2> 2470582 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
[junit4] 2> 2470582 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/clustering/lib
[junit4] 2> 2470582 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
[junit4] 2> 2470583 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/langid/lib
[junit4] 2> 2470583 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
[junit4] 2> 2470583 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../contrib/velocity/lib
[junit4] 2> 2470583 WARN (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Couldn't add files from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2/../../../../dist
[junit4] 2> 2470633 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2470716 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.s.IndexSchema
[coll1_shard2_replica_n2] Schema name=default-config
[junit4] 2> 2471790 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.s.IndexSchema
Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 2471869 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.s.IndexSchema
Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 2471980 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'coll1_shard2_replica_n2' using configuration from collection
coll1, trusted=true
[junit4] 2> 2471981 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34842.solr.core.coll1.shard2.replica_n2' (registry
'solr.core.coll1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2471981 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2471981 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SolrCore
[[coll1_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/coll1_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node1/./coll1_shard2_replica_n2/data/]
[junit4] 2> 2472047 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 2472379 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'coll1_shard1_replica_n1' using configuration from collection
coll1, trusted=true
[junit4] 2> 2472650 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43829.solr.core.coll1.shard1.replica_n1' (registry
'solr.core.coll1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@95687d1
[junit4] 2> 2472650 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2472650 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SolrCore
[[coll1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/coll1_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ZkFailoverTest_13F2C729CFF60E7D-001/tempDir-001/node2/./coll1_shard1_replica_n1/data/]
[junit4] 2> 2472706 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2472706 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2472722 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2472722 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2472724 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@25baaec[coll1_shard2_replica_n2]
main]
[junit4] 2> 2472724 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/coll1
[junit4] 2> 2472725 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/coll1
[junit4] 2> 2472725 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/coll1/managed-schema
[junit4] 2> 2472725 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 2472758 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2472758 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 2472760 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2472760 INFO
(searcherExecutor-3280-thread-1-processing-n:127.0.0.1:34842_solr
x:coll1_shard2_replica_n2 s:shard2 c:coll1 r:core_node4)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener
sending requests to Searcher@25baaec[coll1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2472760 INFO
(searcherExecutor-3280-thread-1-processing-n:127.0.0.1:34842_solr
x:coll1_shard2_replica_n2 s:shard2 c:coll1 r:core_node4)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 2472760 INFO
(searcherExecutor-3280-thread-1-processing-n:127.0.0.1:34842_solr
x:coll1_shard2_replica_n2 s:shard2 c:coll1 r:core_node4)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index
for spellchecker: default
[junit4] 2> 2472761 INFO
(searcherExecutor-3280-thread-1-processing-n:127.0.0.1:34842_solr
x:coll1_shard2_replica_n2 s:shard2 c:coll1 r:core_node4)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.c.SolrCore [coll1_shard2_replica_n2]
Registered new searcher Searcher@25baaec[coll1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2472761 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583173065017131008
[junit4] 2> 2472795 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 2472798 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2472798 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2472798 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:34842/solr/coll1_shard2_replica_n2/
[junit4] 2> 2472799 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2472799 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.SyncStrategy
https://127.0.0.1:34842/solr/coll1_shard2_replica_n2/ has no replicas
[junit4] 2> 2472831 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2472833 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34842/solr/coll1_shard2_replica_n2/ shard2
[junit4] 2> 2472941 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2472941 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2472953 INFO
(zkCallback-2831-thread-3-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2472953 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2472998 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2473015 INFO (qtp325177225-10896) [n:127.0.0.1:34842_solr
c:coll1 s:shard2 r:core_node4 x:coll1_shard2_replica_n2] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=coll1&newCollection=true&name=coll1_shard2_replica_n2&action=CREATE&numShards=2&collection=coll1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3665
[junit4] 2> 2473193 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2473193 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2473194 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2473194 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2473218 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473218 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473237 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6674e968[coll1_shard1_replica_n1]
main]
[junit4] 2> 2473238 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/coll1
[junit4] 2> 2473239 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/coll1
[junit4] 2> 2473239 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/coll1/managed-schema
[junit4] 2> 2473239 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 2473240 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2473240 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 2473241 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2473242 INFO
(searcherExecutor-3282-thread-1-processing-n:127.0.0.1:43829_solr
x:coll1_shard1_replica_n1 s:shard1 c:coll1 r:core_node3)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener
sending requests to Searcher@6674e968[coll1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2473242 INFO
(searcherExecutor-3282-thread-1-processing-n:127.0.0.1:43829_solr
x:coll1_shard1_replica_n1 s:shard1 c:coll1 r:core_node3)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 2473242 INFO
(searcherExecutor-3282-thread-1-processing-n:127.0.0.1:43829_solr
x:coll1_shard1_replica_n1 s:shard1 c:coll1 r:core_node3)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index
for spellchecker: default
[junit4] 2> 2473266 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473266 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473284 INFO
(searcherExecutor-3282-thread-1-processing-n:127.0.0.1:43829_solr
x:coll1_shard1_replica_n1 s:shard1 c:coll1 r:core_node3)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.c.SolrCore [coll1_shard1_replica_n1]
Registered new searcher Searcher@6674e968[coll1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2473284 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583173065565536256
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:43829/solr/coll1_shard1_replica_n1/
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:43829/solr/coll1_shard1_replica_n1/ has no replicas
[junit4] 2> 2473299 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2473301 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43829/solr/coll1_shard1_replica_n1/ shard1
[junit4] 2> 2473430 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473430 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473433 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473433 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473466 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2473467 INFO (qtp1393580694-10885) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=coll1&newCollection=true&name=coll1_shard1_replica_n1&action=CREATE&numShards=2&collection=coll1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4678
[junit4] 2> 2473617 INFO (qtp1393580694-10888) [n:127.0.0.1:43829_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> 2473726 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473726 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473730 INFO
(zkCallback-2831-thread-2-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473730 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 2473868 INFO
(OverseerCollectionConfigSetProcessor-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] 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> 2474620 INFO (qtp1393580694-10888) [n:127.0.0.1:43829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=coll1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2}
status=0 QTime=6926
[junit4] 2> 2474762 INFO (qtp1393580694-10889) [n:127.0.0.1:43829_solr
c:coll1 s:shard1 r:core_node3 x:coll1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [coll1_shard1_replica_n1] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1 (1583173067020959744)]} 0 90
[junit4] 2> 2474766 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.ChaosMonkey monkey: stop jetty! 43829
[junit4] 2> 2474801 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2017278519
[junit4] 2> 2474801 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2474801 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1567047f: rootName =
solr_43829, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@2c07dba3
[junit4] 2> 2474822 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2474822 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f72897a: rootName =
solr_43829, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@9e2c824
[junit4] 2> 2474837 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2474837 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@29269417: rootName =
solr_43829, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@ad202d1
[junit4] 2> 2474838 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:43829_solr
[junit4] 2> 2474838 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 2474839 INFO (zkCallback-2842-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 2474892 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.c.SolrCore [coll1_shard1_replica_n1] CLOSING
SolrCore org.apache.solr.core.SolrCore@115b16fb
[junit4] 2> 2474892 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.core.coll1.shard1.replica_n1, tag=291182331
[junit4] 2> 2474892 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a89b038: rootName =
solr_43829, domain = solr.core.coll1.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.coll1.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@70bd95ac
[junit4] 2> 2474916 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 2474929 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 2474932 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection.coll1.shard1.leader, tag=291182331
[junit4] 2> 2474967 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter close.
[junit4] 2> 2474967 INFO (coreCloseExecutor-3290-thread-1)
[n:127.0.0.1:43829_solr c:coll1 s:shard1 r:core_node3
x:coll1_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7a45fedc commitCommandVersion:0
[junit4] 2> 2475019 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 2475019 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 2475026 INFO
(zkCallback-2831-thread-1-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 2475034 INFO
(zkCallback-2831-thread-3-processing-n:127.0.0.1:43829_solr)
[n:127.0.0.1:43829_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 2475663 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.Overseer Overseer
(id=98948315931607046-127.0.0.1:43829_solr-n_0000000000) closing
[junit4] 2> 2475673 INFO
(OverseerStateUpdate-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:43829_solr
[junit4] 2> 2475714 WARN
(OverseerAutoScalingTriggerThread-98948315931607046-127.0.0.1:43829_solr-n_0000000000)
[n:127.0.0.1:43829_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 2475788 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34842_solr
[junit4] 2> 2475788 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.Overseer Overseer
(id=98948315931607045-127.0.0.1:34842_solr-n_0000000001) starting
[junit4] 2> 2475965 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.e.j.s.AbstractConnector Stopped ServerConnector@26b093f9{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 2476052 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3f2f6e5d{/solr,null,UNAVAILABLE}
[junit4] 2> 2476073 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.ChaosMonkey monkey: stop jetty! 34842
[junit4] 2> 2476073 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1311914831
[junit4] 2> 2476073 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2476073 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@15d6c627: rootName =
solr_34842, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@1f708aee
[junit4] 2> 2476078 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2476078 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@79742118: rootName =
solr_34842, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@9e2c824
[junit4] 2> 2476081 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2476081 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@255fa089: rootName =
solr_34842, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@ad202d1
[junit4] 2> 2476082 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:34842_solr
[junit4] 2> 2476083 INFO (zkCallback-2842-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 2476083 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 2476083 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 2476160 INFO
(zkCallback-2835-thread-2-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [0])
[junit4] 2> 2476160 INFO
(zkCallback-2835-thread-1-processing-n:127.0.0.1:34842_solr)
[n:127.0.0.1:34842_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/coll1/state.json] for collection [coll1] has occurred -
updating... (live nodes size: [0])
[junit4] 2> 2476185 INFO (coreCloseExecutor-3296-thread-1)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.c.SolrCore [coll1_shard2_replica_n2] CLOSING
SolrCore org.apache.solr.core.SolrCore@77a0dff2
[junit4] 2> 2476185 INFO (coreCloseExecutor-3296-thread-1)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.core.coll1.shard2.replica_n2, tag=2007031794
[junit4] 2> 2476185 INFO (coreCloseExecutor-3296-thread-1)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@346d06d9: rootName =
solr_34842, domain = solr.core.coll1.shard2.replica_n2, service url = null,
agent id = null] for registry solr.core.coll1.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@4a204a52
[junit4] 2> 2476220 INFO (coreCloseExecutor-3296-thread-1)
[n:127.0.0.1:34842_solr c:coll1 s:shard2 r:core_node4
x:coll1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection.coll1.shard2.leader, tag=2007031794
[junit4] 2> 2476490 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.Overseer Overseer
(id=98948315931607045-127.0.0.1:34842_solr-n_0000000001) closing
[junit4] 2> 2476490 WARN
(OverseerAutoScalingTriggerThread-98948315931607045-127.0.0.1:34842_solr-n_0000000001)
[n:127.0.0.1:34842_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 2476701 INFO
(OverseerStateUpdate-98948315931607045-127.0.0.1:34842_solr-n_0000000001)
[n:127.0.0.1:34842_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34842_solr
[junit4] 2> 2477136 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.e.j.s.AbstractConnector Stopped ServerConnector@344584b8{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 2477159 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5eed3ebc{/solr,null,UNAVAILABLE}
[junit4] 2> 2477230 ERROR
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] 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> 2477246 INFO
(TEST-ZkFailoverTest.testRestartZkWhenClusterDown-seed#[13F2C729CFF60E7D]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36451 36451
[junit4] 2> 2477577 INFO (Thread-1958) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36451 36451
[junit4] 2> 2477589 WARN (Thread-1958) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/configs/coll1/managed-schema
[junit4] 2> 2 /solr/configs/coll1
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 18 /solr/collections/coll1/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 2477629 INFO (Thread-1979) [ ] o.a.s.c.ChaosMonkey monkey:
starting jetty! 43829
[junit4] 2> 2477630 INFO (Thread-1979) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 2477630 INFO (Thread-1980) [ ] o.a.s.c.ChaosMonkey monkey:
starting jetty! 34842
[junit4] 2> 2477630 INFO (Thread-1980) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 2477631 INFO (Thread-1979) [ ] o.e.j.s.h.ContextHandler
Started o.e.j.s.ServletContextHandler@4cd5b452{/solr,null,AVAILABLE}
[junit4] 2> 2477631 INFO (Thread-1979) [ ] o.e.j.s.AbstractConnector
Started ServerConnector@1892ef1e{SSL,[ssl, http/1.1]}{127.0.0.1:43829}
[junit4] 2> 2477632 INFO (Thread-1979) [ ] o.e.j.s.Server Started
@2493655ms
[junit4] 2> 2477632 INFO (Thread-1979) [ ] o.a.s.c.s.e.JettySolrRunner
Jetty properties: {hostContext=/solr, hostPort=43829}
[junit4] 2> 2477632 ERROR (Thread-1979) [ ] o.a.s.u.StartupLoggingUtils
Missing Java Option solr.log.dir. Logging may be missing or incomplete.
[junit4] 2> 2477632 INFO (Thread-1979) [ ] o.a.s.s.SolrDispatchFilter
___ _ Welcome to Apache Solr? version 8.0.0
[junit4] 2> 2477632 INFO (Thread-1979) [ ] o.a.s.s.SolrDispatchFilter
/ __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2477632 INFO (Thread-1979) [ ] o.a.s.s.SolrDispatchFilter
\__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2477644 INFO (Thread-1979) [ ] o.a.s.s.SolrDispatchFilter
|___/\___/_|_| Start time: 2017-11-04T21:38:15.404Z
[junit4] 2> 2477714 INFO (Thread-1980) [ ] o.e.j.s.h.ContextHandler
Started o.e.j.s.ServletContextHandler@1f244e7c{/solr,null,AVAILABLE}
[junit4] 2> 2477714 INFO (Thread-1980) [ ] o.e.j.s.AbstractConnector
Stopped ServerConnector@226103aa{SSL,[ssl, http/1.1]}{127.0.0.1:34842}
[junit4] 2> 2477714 INFO (Thread-1980) [ ] o.e.j.s.h.ContextHandler
Stopped o.e.j.s.ServletContextHandler@1f244e7c{/solr,null,UNAVAILABLE}
[junit4] 2> 2477734 WARN (zkCallback-2842-thread-2) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4149544d name:
ZooKeeperConnection Watcher:127.0.0.1:36451/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 2477734 WARN (zkCallback-2842-thread-2) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 2477742 WARN (Thread-1979-SendThread(127.0.0.1:36451)) [ ]
o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket
connection and attempting reconnect
[junit4] 2> java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
[junit4] 2> 2479080 WARN (Thread-1979-SendThread(127.0.0.1:36451)) [ ]
o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket
connection and attempting reconnect
[junit4] 2> java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
[junit4] 2> 2479601 WARN
(SUITE-ZkFailoverTest-seed#[13F2C729CFF60E7D]-worker-SendThread(127.0.0.1:36451))
[ ] o.a.z.ClientCnxn Session 0x15f88f8163a0008 for server null, unexpected
error, closing socket connection and attempting reconnect
[junit4] 2> java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
[junit4] 2> 2480266 WARN (Thread-1979-SendThread(127.0.0.1:36451)) [ ]
o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket
connection and attempting reconnect
[junit4] 2> java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at sun.nio.ch.So
[...truncated too long message...]
eper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Nov 04, 2017 9:39:40 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=11011, name=ProcessThread(sid:0 cport:36451):,
state=WAITING, group=TGRP-ZkFailoverTest]
[junit4] 2> 2) Thread[id=11007, name=Thread-2005, state=WAITING,
group=TGRP-ZkFailoverTest]
[junit4] 2> 3) Thread[id=11009, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-ZkFailoverTest]
[junit4] 2> 4) Thread[id=11008,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451, state=RUNNABLE,
group=TGRP-ZkFailoverTest]
[junit4] 2> 2563106 ERROR (ProcessThread(sid:0 cport:36451):) [ ]
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread :
ProcessThread(sid:0 cport:36451):
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
[junit4] 2> 2563106 ERROR (ProcessThread(sid:0 cport:36451):) [ ]
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> 2563107 WARN (Thread-2005) [ ] o.a.s.c.ZkTestServer Server
interrupted
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1252)
[junit4] 2> at java.lang.Thread.join(Thread.java:1326)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
[junit4] 2> 2563107 ERROR (SessionTracker) [ ]
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread :
SessionTracker
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] 2> 2563177 ERROR (SessionTracker) [ ] 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> Nov 04, 2017 9:39:44 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=11008,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451, state=RUNNABLE,
group=TGRP-ZkFailoverTest]
[junit4] 2> at sun.nio.ch.IOUtil.drain(Native Method)
[junit4] 2> at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
[junit4] 2> at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] 2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=630, maxMBSortInHeap=5.059510615785986,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@279082de),
locale=es-BO, timezone=America/Virgin
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=3,free=129086920,total=527958016
[junit4] 2> NOTE: All tests run in this JVM:
[SimpleCollectionCreateDeleteTest, TestAnalyzedSuggestions,
PreAnalyzedFieldTest, DataDrivenBlockJoinTest, AssignTest, ImplicitSnitchTest,
TestSolrConfigHandler, BlockDirectoryTest, TestStressCloudBlindAtomicUpdates,
TestBM25SimilarityFactory, SortSpecParsingTest,
BigEndianAscendingWordSerializerTest, MissingSegmentRecoveryTest,
TestCloudManagedSchema, TestLegacyTerms, PingRequestHandlerTest, TestRTGBase,
BadIndexSchemaTest, InfixSuggestersTest, CollectionTooManyReplicasTest,
TolerantUpdateProcessorTest, TestOmitPositions, DocValuesMultiTest,
GraphQueryTest, TestConfigSetProperties, HdfsUnloadDistributedZkTest,
TestSQLHandler, HdfsLockFactoryTest, TestCloudPseudoReturnFields, TestDocSet,
DistributedQueryComponentOptimizationTest, SmileWriterTest,
TestSolrFieldCacheBean, DeleteLastCustomShardedReplicaTest,
HdfsAutoAddReplicasIntegrationTest, TestDocumentBuilder,
OpenExchangeRatesOrgProviderTest, TestReloadDeadlock, TestCryptoKeys,
BinaryUpdateRequestHandlerTest, CdcrBidirectionalTest, CircularListTest,
TestPolicyCloud, NotRequiredUniqueKeyTest, TestReloadAndDeleteDocs,
NumberUtilsTest, TestExactSharedStatsCache, SpatialHeatmapFacetsTest,
EnumFieldTest, TestSha256AuthenticationProvider, TestDFISimilarityFactory,
HighlighterConfigTest, DistributedFacetPivotSmallTest, MBeansHandlerTest,
SolrJmxReporterTest, ResponseHeaderTest, TestQuerySenderNoQuery,
OutOfBoxZkACLAndCredentialsProvidersTest, SolrXmlInZkTest,
TestAnalyzeInfixSuggestions, ConfigureRecoveryStrategyTest,
TestOnReconnectListenerSupport, JvmMetricsTest, TestStressReorder,
TestManagedStopFilterFactory, TestLuceneMatchVersion,
TestAuthorizationFramework, TestBackupRepositoryFactory,
ConcurrentDeleteAndCreateCollectionTest, TestSimpleTrackingShardHandler,
SpellingQueryConverterTest, TestRequestStatusCollectionAPI, SampleTest,
TestCollationField, CloudMLTQParserTest, CollectionsAPIDistributedZkTest,
HdfsChaosMonkeySafeLeaderTest, BasicAuthIntegrationTest,
TestAtomicUpdateErrorCases, TestDistributedStatsComponentCardinality,
ZkFailoverTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ZkFailoverTest
-Dtests.seed=13F2C729CFF60E7D -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=es-BO -Dtests.timezone=America/Virgin -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | ZkFailoverTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE
scope at org.apache.solr.cloud.ZkFailoverTest:
[junit4] > 1) Thread[id=11011, name=ProcessThread(sid:0 cport:36451):,
state=WAITING, group=TGRP-ZkFailoverTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
[junit4] > 2) Thread[id=11007, name=Thread-2005, state=WAITING,
group=TGRP-ZkFailoverTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at java.lang.Thread.join(Thread.java:1252)
[junit4] > at java.lang.Thread.join(Thread.java:1326)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
[junit4] > at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
[junit4] > at
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
[junit4] > 3) Thread[id=11009, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-ZkFailoverTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] > 4) Thread[id=11008,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451, state=RUNNABLE,
group=TGRP-ZkFailoverTest]
[junit4] > at sun.nio.ch.EPollArrayWrapper.epollWait(Native
Method)
[junit4] > at
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[junit4] > at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
[junit4] > at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([13F2C729CFF60E7D]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=11008,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:36451, state=RUNNABLE,
group=TGRP-ZkFailoverTest]
[junit4] > at sun.nio.ch.IOUtil.drain(Native Method)
[junit4] > at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
[junit4] > at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([13F2C729CFF60E7D]:0)
[junit4] Completed [232/749 (1!)] on J1 in 103.35s, 1 test, 1 failure, 2
errors <<< FAILURES!
[...truncated 48859 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]