Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/969/
4 tests failed.
REGRESSION: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"node_name":"127.0.0.1:48700_qzf%2Fx","core":"c8n_1x3_lf_shard1_replica3","state":"active","base_url":"http://127.0.0.1:48700/qzf/x","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf)={ "replicationFactor":"3",
"autoAddReplicas":"false", "router":{"name":"compositeId"},
"shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active",
"replicas":{ "core_node1":{
"node_name":"127.0.0.1:46030_qzf%2Fx",
"core":"c8n_1x3_lf_shard1_replica2", "state":"down",
"base_url":"http://127.0.0.1:46030/qzf/x"}, "core_node2":{
"state":"down", "base_url":"http://127.0.0.1:39348/qzf/x",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:39348_qzf%2Fx"}, "core_node3":{
"node_name":"127.0.0.1:48700_qzf%2Fx",
"core":"c8n_1x3_lf_shard1_replica3", "state":"active",
"base_url":"http://127.0.0.1:48700/qzf/x", "leader":"true"}}}},
"maxShardsPerNode":"1"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"node_name":"127.0.0.1:48700_qzf%2Fx","core":"c8n_1x3_lf_shard1_replica3","state":"active","base_url":"http://127.0.0.1:48700/qzf/x","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf)={
"replicationFactor":"3",
"autoAddReplicas":"false",
"router":{"name":"compositeId"},
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"node_name":"127.0.0.1:46030_qzf%2Fx",
"core":"c8n_1x3_lf_shard1_replica2",
"state":"down",
"base_url":"http://127.0.0.1:46030/qzf/x"},
"core_node2":{
"state":"down",
"base_url":"http://127.0.0.1:39348/qzf/x",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:39348_qzf%2Fx"},
"core_node3":{
"node_name":"127.0.0.1:48700_qzf%2Fx",
"core":"c8n_1x3_lf_shard1_replica3",
"state":"active",
"base_url":"http://127.0.0.1:48700/qzf/x",
"leader":"true"}}}},
"maxShardsPerNode":"1"}
at
__randomizedtesting.SeedInfo.seed([5B9382868E538587:D3C7BD5C20AFE87F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:166)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
REGRESSION: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest.test
Error Message:
The Monkey ran for over 30 seconds and no jetties were stopped - this is worth
investigating!
Stack Trace:
java.lang.AssertionError: The Monkey ran for over 30 seconds and no jetties
were stopped - this is worth investigating!
at
__randomizedtesting.SeedInfo.seed([5B9382868E538587:D3C7BD5C20AFE87F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:539)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
Error Message:
2 threads leaked from SUITE scope at
org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest: 1)
Thread[id=12609, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-HdfsChaosMonkeySafeLeaderTest] at
java.lang.Thread.sleep(Native Method) at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:136)
2) Thread[id=12610, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-HdfsChaosMonkeySafeLeaderTest] at
java.lang.Thread.sleep(Native Method) at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:136)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest:
1) Thread[id=12609, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-HdfsChaosMonkeySafeLeaderTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:136)
2) Thread[id=12610, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-HdfsChaosMonkeySafeLeaderTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:136)
at __randomizedtesting.SeedInfo.seed([5B9382868E538587]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=12610, name=StoppableIndexingThread, state=RUNNABLE,
group=TGRP-HdfsChaosMonkeySafeLeaderTest] at
java.security.AccessController.doPrivileged(Native Method) at
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:104)
at
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:83)
at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:457)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) at
java.io.PrintStream.flush(PrintStream.java:338) at
java.io.FilterOutputStream.flush(FilterOutputStream.java:140) at
java.io.PrintStream.write(PrintStream.java:482) at
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) at
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) at
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104) at
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185) at
java.io.PrintStream.write(PrintStream.java:527) at
java.io.PrintStream.print(PrintStream.java:669) at
java.io.PrintStream.println(PrintStream.java:823) at
java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748) at
java.lang.Throwable.printStackTrace(Throwable.java:658) at
java.lang.Throwable.printStackTrace(Throwable.java:643) at
java.lang.Throwable.printStackTrace(Throwable.java:634) at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:122)
2) Thread[id=12609, name=StoppableIndexingThread, state=RUNNABLE,
group=TGRP-HdfsChaosMonkeySafeLeaderTest] at
org.apache.solr.client.solrj.util.ClientUtils.writeVal(ClientUtils.java:163)
at
org.apache.solr.client.solrj.util.ClientUtils.writeXML(ClientUtils.java:131)
at
org.apache.solr.client.solrj.request.UpdateRequest.writeXML(UpdateRequest.java:381)
at
org.apache.solr.client.solrj.request.UpdateRequest.getXML(UpdateRequest.java:297)
at
org.apache.solr.client.solrj.request.RequestWriter.getContentStream(RequestWriter.java:67)
at
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getDelegate(RequestWriter.java:95)
at
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getName(RequestWriter.java:105)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:356)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:239)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:167)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:116)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=12610, name=StoppableIndexingThread, state=RUNNABLE,
group=TGRP-HdfsChaosMonkeySafeLeaderTest]
at java.security.AccessController.doPrivileged(Native Method)
at
com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:104)
at
com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:83)
at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:457)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at java.io.PrintStream.flush(PrintStream.java:338)
at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
at java.io.PrintStream.write(PrintStream.java:482)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
at java.io.PrintStream.write(PrintStream.java:527)
at java.io.PrintStream.print(PrintStream.java:669)
at java.io.PrintStream.println(PrintStream.java:823)
at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
at java.lang.Throwable.printStackTrace(Throwable.java:658)
at java.lang.Throwable.printStackTrace(Throwable.java:643)
at java.lang.Throwable.printStackTrace(Throwable.java:634)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:122)
2) Thread[id=12609, name=StoppableIndexingThread, state=RUNNABLE,
group=TGRP-HdfsChaosMonkeySafeLeaderTest]
at
org.apache.solr.client.solrj.util.ClientUtils.writeVal(ClientUtils.java:163)
at
org.apache.solr.client.solrj.util.ClientUtils.writeXML(ClientUtils.java:131)
at
org.apache.solr.client.solrj.request.UpdateRequest.writeXML(UpdateRequest.java:381)
at
org.apache.solr.client.solrj.request.UpdateRequest.getXML(UpdateRequest.java:297)
at
org.apache.solr.client.solrj.request.RequestWriter.getContentStream(RequestWriter.java:67)
at
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getDelegate(RequestWriter.java:95)
at
org.apache.solr.client.solrj.request.RequestWriter$LazyContentStream.getName(RequestWriter.java:105)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:356)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:239)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:167)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:116)
at __randomizedtesting.SeedInfo.seed([5B9382868E538587]:0)
Build Log:
[...truncated 10268 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/init-core-data-001
[junit4] 2> 715687 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[5B9382868E538587]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /qzf/x
[junit4] 2> 715700 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 715711 INFO (Thread-3175) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 715711 INFO (Thread-3175) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 715811 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkTestServer start zk server on port:33383
[junit4] 2> 715811 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 715837 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 715851 INFO (zkCallback-1583-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2d880e8b
name:ZooKeeperConnection Watcher:127.0.0.1:33383 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 715851 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 715851 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 715851 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 715855 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 715871 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 715887 INFO (zkCallback-1584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7a491cba
name:ZooKeeperConnection Watcher:127.0.0.1:33383/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 715888 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 715888 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 715888 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 715890 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 715891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 715892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 715893 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 715893 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 715895 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 715896 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 715897 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 715897 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 715899 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 715899 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 715900 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 715900 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 715902 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 715902 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 715903 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 715903 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 715905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 715905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 715906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 715907 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 715908 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 715908 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 715909 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 715909 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 716240 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1
[junit4] 2> 716243 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 716245 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@62ae2a85{/qzf/x,null,AVAILABLE}
[junit4] 2> 716246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1869b460{HTTP/1.1}{127.0.0.1:38766}
[junit4] 2> 716246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.Server Started @719106ms
[junit4] 2> 716246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/qzf/x,
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/tempDir-001/control/data,
hostPort=46030,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores}
[junit4] 2> 716246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@7f423820
[junit4] 2> 716246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/'
[junit4] 2> 716262 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 716264 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 716264 INFO (zkCallback-1585-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1803ca9a
name:ZooKeeperConnection Watcher:127.0.0.1:33383/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 716264 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 716265 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 716266 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 716266 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/solr.xml
[junit4] 2> 716280 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores
[junit4] 2> 716280 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1070571671
[junit4] 2> 716280 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/]
[junit4] 2> 716280 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer loading shared library:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/lib
[junit4] 2> 716280 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/lib).
[junit4] 2> 716289 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 716290 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 716291 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 716291 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 716291 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33383/solr
[junit4] 2> 716291 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 716291 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 716293 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 716293 INFO (zkCallback-1587-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@64238c71
name:ZooKeeperConnection Watcher:127.0.0.1:33383 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 716294 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 716294 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 716308 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 716312 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@57a8ed29
name:ZooKeeperConnection Watcher:127.0.0.1:33383/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 716312 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 716313 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 716315 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 716317 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 716319 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 716320 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 716322 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 716323 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 716324 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 716325 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 716326 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46030_qzf%2Fx
[junit4] 2> 716326 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:46030_qzf%2Fx
[junit4] 2> 716328 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 716329 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 716330 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 716330 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.LeaderElector Joined leadership
election with path:
/overseer_elect/election/94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000
[junit4] 2> 716331 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:46030_qzf%2Fx
[junit4] 2> 716331 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 716332 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer Overseer
(id=94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000) starting
[junit4] 2> 716333 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 716338 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 716451 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer Starting to work on the main
queue
[junit4] 2> 716452 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 716459 INFO
(OverseerCollectionConfigSetProcessor-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 716475 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 716493 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 716493 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 716494 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.CoresLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores
[junit4] 2> 716495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.SolrCore Created CoreDescriptor:
{instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1,
schema=schema.xml, coreNodeName=, shard=, collection=control_collection,
configSetProperties=configsetprops.json,
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/,
loadOnStartup=true, config=solrconfig.xml, dataDir=data/, name=collection1,
transient=false}
[junit4] 2> 716495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.CoresLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/
[junit4] 2> 716495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 716497 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 716497 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 716502 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 716502 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 716502 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:46030_qzf%2Fx",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:46030/qzf/x"} current state
version: 0
[junit4] 2> 716502 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.o.ReplicaMutator Update state
numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:46030_qzf%2Fx",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:46030/qzf/x"}
[junit4] 2> 716503 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 716503 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 716503 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 716505 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 716507 INFO
(zkCallback-1588-thread-2-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 717504 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 717504 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 717504 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 717504 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 717505 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1
specified config exists in ZooKeeper
[junit4] 2> 717505 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/'
[junit4] 2> 717534 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 717541 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 717571 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
[junit4] 2> 717626 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 717639 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 717646 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 717970 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 717981 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 717984 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 717997 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 718001 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 718005 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 718006 WARN
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 718007 WARN
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 718007 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 718008 WARN
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 718008 WARN
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 718010 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
[junit4] 2> 718010 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 718010 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 718010 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/],
dataDir=[null]
[junit4] 2> 718011 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@59334754
[junit4] 2> 718011 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data
[junit4] 2> 718011 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data/index/
[junit4] 2> 718012 WARN
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 718012 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data/index
[junit4] 2> 718012 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=8, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=76.69140625,
floorSegmentMB=1.1806640625, forceMergeDeletesPctAllowed=26.41525090822941,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5618391405130249
[junit4] 2> 718013 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@295c4f56
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b5cac50),segFN=segments_1,generation=1}
[junit4] 2> 718013 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 718035 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data/
[junit4] 2> 718035 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.DirectoryFactory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 718036 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 718037 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 718037 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 718037 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 718040 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 718041 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 718042 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 718043 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 718047 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/properties,/admin/mbeans,/admin/system,/admin/threads,/get,/update/json/docs,/schema,standard,/admin/logging,/replication,/update/csv,/update,/admin/file,/update/json,/admin/plugins,/admin/luke,/admin/ping,/config,/admin/segments
[junit4] 2> 718048 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 718049 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 718049 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 718050 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 718050 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 718050 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=42.91015625,
floorSegmentMB=1.9130859375, forceMergeDeletesPctAllowed=2.2984479378997156,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3660539635179164
[junit4] 2> 718051 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@295c4f56
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b5cac50),segFN=segments_1,generation=1}
[junit4] 2> 718051 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 718051 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@19614d47[collection1]
main
[junit4] 2> 718051 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 718052 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 718052 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 718053 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 718053 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 718053 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 718054 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1513510669770555392
[junit4] 2> 718057 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
highest version 1513510669770555392
[junit4] 2> 718057 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 718058 INFO
(coreLoadExecutor-2170-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 718068 INFO
(searcherExecutor-2171-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@19614d47[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 718068 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
Register replica - core:collection1 address:http://127.0.0.1:46030/qzf/x
collection:control_collection shard:shard1
[junit4] 2> 718069 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 718073 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector
Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/94594416708157444-core_node1-n_0000000000
[junit4] 2> 718073 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:46030/qzf/x/collection1/
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:46030/qzf/x/collection1/ has no replicas
[junit4] 2> 718075 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46030/qzf/x/collection1/ shard1
[junit4] 2> 718075 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 718076 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
[junit4] 2> 718077 INFO
(zkCallback-1588-thread-3-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718077 INFO
(zkCallback-1588-thread-2-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718082 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
[junit4] 2> 718084 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:46030/qzf/x",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 718187 INFO
(zkCallback-1588-thread-2-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718188 INFO
(zkCallback-1588-thread-3-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718236 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
We are http://127.0.0.1:46030/qzf/x/collection1/ and leader is
http://127.0.0.1:46030/qzf/x/collection1/
[junit4] 2> 718236 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46030/qzf/x
[junit4] 2> 718236 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 718236 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
publishing state=active
[junit4] 2> 718236 INFO
(coreZkRegister-2164-thread-1-processing-n:127.0.0.1:46030_qzf%2Fx s:shard1
r:core_node1 x:collection1 c:control_collection) [n:127.0.0.1:46030_qzf%2Fx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 718238 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:46030_qzf%2Fx",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:46030/qzf/x"} current state
version: 3
[junit4] 2> 718239 INFO
(OverseerStateUpdate-94594416708157444-127.0.0.1:46030_qzf%2Fx-n_0000000000)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.o.ReplicaMutator Update state
numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:46030_qzf%2Fx",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:46030/qzf/x"}
[junit4] 2> 718342 INFO
(zkCallback-1588-thread-3-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718342 INFO
(zkCallback-1588-thread-2-processing-n:127.0.0.1:46030_qzf%2Fx)
[n:127.0.0.1:46030_qzf%2Fx ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 718505 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 718506 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 718508 INFO (zkCallback-1590-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6ea06137
name:ZooKeeperConnection Watcher:127.0.0.1:33383/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 718508 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 718508 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 718508 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 718510 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 718916 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/cores/collection1
[junit4] 2> 718917 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001
[junit4] 2> 718918 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 718963 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37d35f62{/qzf/x,null,AVAILABLE}
[junit4] 2> 718963 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@161b3790{HTTP/1.1}{127.0.0.1:49874}
[junit4] 2> 718964 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.e.j.s.Server Started @721824ms
[junit4] 2> 718964 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/tempDir-001/jetty1,
hostContext=/qzf/x,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/cores,
solrconfig=solrconfig.xml, hostPort=48700}
[junit4] 2> 718964 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@7f423820
[junit4] 2> 718964 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/'
[junit4] 2> 718980 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 719002 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 719019 INFO (zkCallback-1591-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@cc3a606 name:ZooKeeperConnection
Watcher:127.0.0.1:33383/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 719019 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 719019 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 719021 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 719021 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/solr.xml
[junit4] 2> 719047 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/cores
[junit4] 2> 719048 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer New CoreContainer 359189798
[junit4] 2> 719048 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/]
[junit4] 2> 719048 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.CoreContainer loading shared library:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/lib
[junit4] 2> 719048 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5B9382868E538587-001/shard-1-001/lib).
[junit4] 2> 719069 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 719070 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 719071 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 719071 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 719071 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33383/solr
[junit4] 2> 719071 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 719071 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 719095 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 719122 INFO (zkCallback-1593-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@57656bd3
name:ZooKeeperConnection Watcher:127.0.0.1:33383 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 719123 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 719123 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 719140 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:48700_qzf%2Fx ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 719159 INFO
(zkCallback-1594-thread-1-processing-n:127.0.0.1:48700_qzf%2Fx)
[n:127.0.0.1:48700_qzf%2Fx ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@36d03059
name:ZooKeeperConnection Watcher:127.0.0.1:33383/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 719159 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:48700_qzf%2Fx ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 719164 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5B9382868E538587])
[n:127.0.0.1:48700_qzf%2Fx ] o.a.s.c.c.ZkStateReader Upda
[...truncated too long message...]
ne-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-collections-3.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/analysis/icu/lucene-analyzers-icu-5.4.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.17.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150927_191212_321.events
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150927_191212_321.suites
-stdin
[junit4] ERROR: JVM J1 ended with an exception: Quit event not received from
the forked process? This may indicate JVM crash or runner bugs.
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1505)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:963)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:960)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] at java.lang.Thread.run(Thread.java:745)
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
At least one slave process threw an exception, first: Quit event not received
from the forked process? This may indicate JVM crash or runner bugs.
Total time: 133 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 872143883 bytes
Compression is 0.0%
Took 2 min 52 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]