Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/114/
Java: 32bit/jdk1.8.0_141 -server -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.CollectionsAPISolrJTest.testSplitShard
Error Message:
Expected 5 slices to be active null Live Nodes: [127.0.0.1:41981_solr,
127.0.0.1:33565_solr, 127.0.0.1:45377_solr, 127.0.0.1:43483_solr] Last
available state:
DocCollection(solrj_test_splitshard//collections/solrj_test_splitshard/state.json/30)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"inactive",
"replicas":{"core_node1":{
"core":"solrj_test_splitshard_shard1_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node2":{
"core":"solrj_test_splitshard_shard2_replica_n1",
"base_url":"http://127.0.0.1:41981/solr",
"node_name":"127.0.0.1:41981_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard1_0":{
"range":"80000000-95ddffff", "state":"active",
"replicas":{"core_node3":{
"core":"solrj_test_splitshard_shard1_0_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard1_1":{
"range":"95de0000-95deffff", "state":"active",
"replicas":{"core_node4":{
"core":"solrj_test_splitshard_shard1_1_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard1_2":{
"range":"95df0000-ffffffff", "state":"active",
"replicas":{"core_node5":{
"core":"solrj_test_splitshard_shard1_2_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr", "state":"active",
"type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected 5 slices to be active
null
Live Nodes: [127.0.0.1:41981_solr, 127.0.0.1:33565_solr, 127.0.0.1:45377_solr,
127.0.0.1:43483_solr]
Last available state:
DocCollection(solrj_test_splitshard//collections/solrj_test_splitshard/state.json/30)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"inactive",
"replicas":{"core_node1":{
"core":"solrj_test_splitshard_shard1_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"solrj_test_splitshard_shard2_replica_n1",
"base_url":"http://127.0.0.1:41981/solr",
"node_name":"127.0.0.1:41981_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard1_0":{
"range":"80000000-95ddffff",
"state":"active",
"replicas":{"core_node3":{
"core":"solrj_test_splitshard_shard1_0_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard1_1":{
"range":"95de0000-95deffff",
"state":"active",
"replicas":{"core_node4":{
"core":"solrj_test_splitshard_shard1_1_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard1_2":{
"range":"95df0000-ffffffff",
"state":"active",
"replicas":{"core_node5":{
"core":"solrj_test_splitshard_shard1_2_replica_n1",
"base_url":"http://127.0.0.1:45377/solr",
"node_name":"127.0.0.1:45377_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([BDF76DB3839B7C45:66FDC0DF9D6E40FA]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.CollectionsAPISolrJTest.testSplitShard(CollectionsAPISolrJTest.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11539 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/init-core-data-001
[junit4] 2> 599525 WARN
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 599525 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 599526 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 599527 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001
[junit4] 2> 599527 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 599527 INFO (Thread-2770) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 599527 INFO (Thread-2770) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 599530 ERROR (Thread-2770) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 599627 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:32967
[junit4] 2> 599632 INFO (jetty-launcher-632-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 599632 INFO (jetty-launcher-632-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 599632 INFO (jetty-launcher-632-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 599632 INFO (jetty-launcher-632-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 599633 INFO (jetty-launcher-632-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11e72c2{/solr,null,AVAILABLE}
[junit4] 2> 599633 INFO (jetty-launcher-632-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e6669f{/solr,null,AVAILABLE}
[junit4] 2> 599633 INFO (jetty-launcher-632-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a496a4{/solr,null,AVAILABLE}
[junit4] 2> 599633 INFO (jetty-launcher-632-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@109f590{HTTP/1.1,[http/1.1]}{127.0.0.1:45377}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.e.j.s.Server Started @601353ms
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45377}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@af10aa{/solr,null,AVAILABLE}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@13ac3ae{HTTP/1.1,[http/1.1]}{127.0.0.1:33565}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.e.j.s.Server Started @601353ms
[junit4] 2> 599634 ERROR (jetty-launcher-632-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33565}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@d9d0bf{HTTP/1.1,[http/1.1]}{127.0.0.1:43483}
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.e.j.s.Server Started @601353ms
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43483}
[junit4] 2> 599634 ERROR (jetty-launcher-632-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-30T18:29:54.921Z
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 599634 ERROR (jetty-launcher-632-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 599634 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 599639 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-30T18:29:54.926Z
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-30T18:29:54.927Z
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f726ad{HTTP/1.1,[http/1.1]}{127.0.0.1:41981}
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.e.j.s.Server Started @601359ms
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41981}
[junit4] 2> 599640 ERROR (jetty-launcher-632-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 599640 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-30T18:29:54.927Z
[junit4] 2> 599649 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 599652 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 599653 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 599656 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 599665 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d94c303ff0002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 599666 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d94c303ff0001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 599666 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d94c303ff0004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 599669 INFO (jetty-launcher-632-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32967/solr
[junit4] 2> 599674 INFO (jetty-launcher-632-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32967/solr
[junit4] 2> 599674 INFO (jetty-launcher-632-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32967/solr
[junit4] 2> 599678 INFO (jetty-launcher-632-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32967/solr
[junit4] 2> 599689 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d94c303ff0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 599693 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d94c303ff0008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 599713 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 599714 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45377_solr
[junit4] 2> 599714 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.c.Overseer Overseer
(id=98398332178595850-127.0.0.1:45377_solr-n_0000000000) starting
[junit4] 2> 599719 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 599720 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33565_solr
[junit4] 2> 599734 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 599734 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 599735 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45377_solr
[junit4] 2> 599736 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 599737 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 599758 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 599765 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 599766 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43483_solr
[junit4] 2> 599769 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 599769 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 599772 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 599778 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 599779 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 599780 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41981_solr
[junit4] 2> 599781 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 599781 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 599785 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 599789 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 599808 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33565.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599811 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33565.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599812 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33565.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599812 INFO (jetty-launcher-632-thread-3)
[n:127.0.0.1:33565_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node3/.
[junit4] 2> 599827 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45377.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599835 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45377.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599835 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45377.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599836 INFO (jetty-launcher-632-thread-1)
[n:127.0.0.1:45377_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node1/.
[junit4] 2> 599849 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43483.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599853 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43483.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599859 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43483.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599860 INFO (jetty-launcher-632-thread-2)
[n:127.0.0.1:43483_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node2/.
[junit4] 2> 599895 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41981.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599897 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41981.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599898 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41981.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 599898 INFO (jetty-launcher-632-thread-4)
[n:127.0.0.1:41981_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node4/.
[junit4] 2> 599918 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 599919 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32967/solr ready
[junit4] 2> 599932 INFO
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[BDF76DB3839B7C45])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAddAndDeleteReplicaProp
[junit4] 2> 599933 INFO (qtp22952223-6136) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=replicaProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 599934 INFO
(OverseerThreadFactory-1781-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.CreateCollectionCmd Create collection
replicaProperties
[junit4] 2> 600038 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"replicaProperties",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"replicaProperties_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41981/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 600040 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"replicaProperties",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"replicaProperties_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45377/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 600041 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"replicaProperties",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"replicaProperties_shard2_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:33565/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 600041 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"replicaProperties",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"replicaProperties_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43483/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 600249 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 600250 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 600250 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 600250 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 600250 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 600250 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 600251 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 600251 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 600358 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 600358 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601271 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 601271 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 601275 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 601275 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 601295 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.s.IndexSchema
[replicaProperties_shard1_replica_n2] Schema name=minimal
[junit4] 2> 601295 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.s.IndexSchema
[replicaProperties_shard2_replica_n2] Schema name=minimal
[junit4] 2> 601295 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.s.IndexSchema
[replicaProperties_shard2_replica_n1] Schema name=minimal
[junit4] 2> 601295 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.s.IndexSchema
[replicaProperties_shard1_replica_n1] Schema name=minimal
[junit4] 2> 601299 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 601299 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore
'replicaProperties_shard1_replica_n2' using configuration from collection
replicaProperties, trusted=true
[junit4] 2> 601299 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 601299 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 601299 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'replicaProperties_shard1_replica_n1' using configuration from collection
replicaProperties, trusted=true
[junit4] 2> 601299 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore
'replicaProperties_shard2_replica_n2' using configuration from collection
replicaProperties, trusted=true
[junit4] 2> 601299 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 601299 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'replicaProperties_shard2_replica_n1' using configuration from collection
replicaProperties, trusted=true
[junit4] 2> 601299 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_45377.solr.core.replicaProperties.shard1.replica_n2' (registry
'solr.core.replicaProperties.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 601299 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_43483.solr.core.replicaProperties.shard2.replica_n2' (registry
'solr.core.replicaProperties.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 601299 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_33565.solr.core.replicaProperties.shard2.replica_n1' (registry
'solr.core.replicaProperties.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 601299 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_41981.solr.core.replicaProperties.shard1.replica_n1' (registry
'solr.core.replicaProperties.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42d5e7
[junit4] 2> 601300 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 601300 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 601300 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 601300 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.SolrCore
[[replicaProperties_shard2_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node3/replicaProperties_shard2_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node3/./replicaProperties_shard2_replica_n1/data/]
[junit4] 2> 601300 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrCore
[[replicaProperties_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node4/replicaProperties_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node4/./replicaProperties_shard1_replica_n1/data/]
[junit4] 2> 601300 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SolrCore
[[replicaProperties_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node2/replicaProperties_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node2/./replicaProperties_shard2_replica_n2/data/]
[junit4] 2> 601299 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 601300 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrCore
[[replicaProperties_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node1/replicaProperties_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001/tempDir-001/node1/./replicaProperties_shard1_replica_n2/data/]
[junit4] 2> 601345 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 601345 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 601345 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 601345 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 601346 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 601346 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 601346 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 601346 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 601353 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 601353 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 601354 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1cb63f[replicaProperties_shard1_replica_n1] main]
[junit4] 2> 601354 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1566988[replicaProperties_shard1_replica_n2] main]
[junit4] 2> 601354 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 601354 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 601355 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 601355 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 601355 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 601355 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 601355 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 601355 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 601355 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@17e4085[replicaProperties_shard2_replica_n2] main]
[junit4] 2> 601356 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 601356 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 601356 INFO
(searcherExecutor-1790-thread-1-processing-n:127.0.0.1:45377_solr
x:replicaProperties_shard1_replica_n2 s:shard1 c:replicaProperties
r:core_node2) [n:127.0.0.1:45377_solr c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrCore
[replicaProperties_shard1_replica_n2] Registered new searcher
Searcher@1566988[replicaProperties_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 601356 INFO
(searcherExecutor-1791-thread-1-processing-n:127.0.0.1:41981_solr
x:replicaProperties_shard1_replica_n1 s:shard1 c:replicaProperties
r:core_node1) [n:127.0.0.1:41981_solr c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrCore
[replicaProperties_shard1_replica_n1] Registered new searcher
Searcher@1cb63f[replicaProperties_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 601356 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1574373316774330368
[junit4] 2> 601356 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1574373316774330368
[junit4] 2> 601357 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 601357 INFO
(searcherExecutor-1792-thread-1-processing-n:127.0.0.1:43483_solr
x:replicaProperties_shard2_replica_n2 s:shard2 c:replicaProperties
r:core_node4) [n:127.0.0.1:43483_solr c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SolrCore
[replicaProperties_shard2_replica_n2] Registered new searcher
Searcher@17e4085[replicaProperties_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 601357 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1574373316775378944
[junit4] 2> 601359 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 601359 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 601360 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41981/solr/replicaProperties_shard1_replica_n1/
[junit4] 2> 601360 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=replicaProperties_shard1_replica_n1 url=http://127.0.0.1:41981/solr START
replicas=[http://127.0.0.1:45377/solr/replicaProperties_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 601361 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 601361 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 601361 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.u.PeerSync PeerSync:
core=replicaProperties_shard1_replica_n1 url=http://127.0.0.1:41981/solr DONE.
We have no versions. sync failed.
[junit4] 2> 601362 INFO (qtp25399065-6156) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.c.S.Request
[replicaProperties_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 601362 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to
sync with shard failed, moving to the next candidate
[junit4] 2> 601362 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 601362 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 601363 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 601363 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 601363 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard2: total=2 found=1
timeoutin=9999ms
[junit4] 2> 601364 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@116ad34[replicaProperties_shard2_replica_n1] main]
[junit4] 2> 601364 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 601364 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 601365 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 601365 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1574373316783767552
[junit4] 2> 601366 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
http://127.0.0.1:41981/solr/replicaProperties_shard1_replica_n1/ shard1
[junit4] 2> 601366 INFO
(searcherExecutor-1793-thread-1-processing-n:127.0.0.1:33565_solr
x:replicaProperties_shard2_replica_n1 s:shard2 c:replicaProperties
r:core_node3) [n:127.0.0.1:33565_solr c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.SolrCore
[replicaProperties_shard2_replica_n1] Registered new searcher
Searcher@116ad34[replicaProperties_shard2_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 601468 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601468 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601517 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 601519 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr
c:replicaProperties s:shard1 r:core_node1
x:replicaProperties_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1269
[junit4] 2> 601620 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601620 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601864 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 601864 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 601864 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43483/solr/replicaProperties_shard2_replica_n2/
[junit4] 2> 601864 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.PeerSync PeerSync:
core=replicaProperties_shard2_replica_n2 url=http://127.0.0.1:43483/solr START
replicas=[http://127.0.0.1:33565/solr/replicaProperties_shard2_replica_n1/]
nUpdates=100
[junit4] 2> 601864 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.u.PeerSync PeerSync:
core=replicaProperties_shard2_replica_n2 url=http://127.0.0.1:43483/solr DONE.
We have no versions. sync failed.
[junit4] 2> 601865 INFO (qtp9308798-6137) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.c.S.Request
[replicaProperties_shard2_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 601865 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to
sync with shard failed, moving to the next candidate
[junit4] 2> 601865 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 601865 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 601867 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
http://127.0.0.1:43483/solr/replicaProperties_shard2_replica_n2/ shard2
[junit4] 2> 601969 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 601969 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602018 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 602020 INFO (qtp12813549-6155) [n:127.0.0.1:43483_solr
c:replicaProperties s:shard2 r:core_node4
x:replicaProperties_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1769
[junit4] 2> 602122 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602122 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602362 INFO (qtp25399065-6151) [n:127.0.0.1:45377_solr
c:replicaProperties s:shard1 r:core_node2
x:replicaProperties_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2112
[junit4] 2> 602370 INFO (qtp9308798-6153) [n:127.0.0.1:33565_solr
c:replicaProperties s:shard2 r:core_node3
x:replicaProperties_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2120
[junit4] 2> 602373 INFO (qtp22952223-6136) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 602472 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 602472 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603373 INFO (qtp22952223-6136) [n:127.0.0.1:41981_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=replicaProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3440
[junit4] 2> 603377 INFO (qtp22952223-6142) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplicaprop with
params
replica=core_node1&property.value=true&property=preferredleader&action=ADDREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 603380 INFO
(OverseerCollectionConfigSetProcessor-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 603382 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.ReplicaMutator Setting property
property.preferredleader with value true for collection replicaProperties
[junit4] 2> 603383 INFO (qtp22952223-6142) [n:127.0.0.1:41981_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replica=core_node1&property.value=true&property=preferredleader&action=ADDREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 603484 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO (zkCallback-662-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603484 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603487 INFO (qtp22952223-6146) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplicaprop with
params
replica=core_node1&property=property.preferredleader&action=DELETEREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 603489 INFO
(OverseerCollectionConfigSetProcessor-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 603490 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.ReplicaMutator Deleting property
property.preferredleader for collection: replicaProperties slice: shard1
replica: core_node1
[junit4] 2> 603491 INFO (qtp22952223-6146) [n:127.0.0.1:41981_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replica=core_node1&property=property.preferredleader&action=DELETEREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2}
status=0 QTime=4
[junit4] 2> 603599 INFO
(zkCallback-652-thread-1-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-654-thread-2-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-654-thread-1-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO (zkCallback-662-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO (zkCallback-662-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-653-thread-2-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-651-thread-2-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-651-thread-1-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-653-thread-1-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(zkCallback-652-thread-2-processing-n:127.0.0.1:41981_solr)
[n:127.0.0.1:41981_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/replicaProperties/state.json] for collection
[replicaProperties] has occurred - updating... (live nodes size: [4])
[junit4] 2> 603599 INFO
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[BDF76DB3839B7C45])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testAddAndDeleteReplicaProp
[junit4] 2> 603616 INFO
(TEST-CollectionsAPISolrJTest.testCreateAndDeleteCollection-seed#[BDF76DB3839B7C45])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreateAndDeleteCollection
[junit4] 2> 603617 INFO (qtp22952223-6130) [n:127.0.0.1:41981_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=solrj_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 603618 INFO
(OverseerThreadFactory-1781-thread-4-processing-n:127.0.0.1:45377_solr)
[n:127.0.0.1:45377_solr ] o.a.s.c.CreateCollectionCmd Create collection
solrj_test
[junit4] 2> 603618 INFO
(OverseerCollectionConfigSetProcessor-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 603822 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"solrj_test",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"solrj_test_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43483/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 603824 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"solrj_test",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"solrj_test_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:33565/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 603824 INFO
(OverseerStateUpdate-98398332178595850-127.0.0.1:45377_solr-n_0000000000)
[n:127.0.0.1:45377_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"solrj_test",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"solrj_tes
[...truncated too long message...]
Consume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 744029 INFO (qtp12813549-6134) [n:127.0.0.1:43483_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:33565_solr&onlyIfLeaderActive=true&core=solrj_implicit_shardC_replica_n1&coreNodeName=core_node9&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=400 QTime=13002
[junit4] 2> 744294 ERROR (qtp12813549-6160) [n:127.0.0.1:43483_solr ]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Solr is
shutting down
[junit4] 2> at
org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:177)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 744294 INFO (qtp12813549-6160) [n:127.0.0.1:43483_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:43483_solr&onlyIfLeaderActive=true&core=solrj_replicatests_shard1_replica_n2&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=400 QTime=1001
[junit4] 2> 745287 WARN
(zkCallback-654-thread-11-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 745288 WARN
(zkCallback-654-thread-5-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/collections/solrj_newstateformat/state.json]
[junit4] 2> 745288 WARN
(zkCallback-654-thread-3-processing-n:127.0.0.1:33565_solr)
[n:127.0.0.1:33565_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/collections/solrj_newstateformat/state.json]
[junit4] 2> 745288 INFO (jetty-closer-633-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@a496a4{/solr,null,UNAVAILABLE}
[junit4] 2> 745295 WARN
(zkCallback-651-thread-5-processing-n:127.0.0.1:43483_solr)
[n:127.0.0.1:43483_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 745296 INFO (jetty-closer-633-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@af10aa{/solr,null,UNAVAILABLE}
[junit4] 2> 745296 ERROR
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 745297 INFO
(SUITE-CollectionsAPISolrJTest-seed#[BDF76DB3839B7C45]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:32967 32967
[junit4] 2> 746073 INFO (Thread-2770) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:32967 32967
[junit4] 2> 746074 WARN (Thread-2770) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/collections/solrj_test/state.json
[junit4] 2> 8 /solr/collections/corestatus_test/state.json
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/configs/solrj_default_configset
[junit4] 2> 4
/solr/configs/solrj_default_configset/managed-schema
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 79 /solr/collections/solrj_implicit/state.json
[junit4] 2> 65
/solr/collections/solrj_test_splitshard/state.json
[junit4] 2> 54 /solr/collections/replicaProperties/state.json
[junit4] 2> 40 /solr/collections/balancedProperties/state.json
[junit4] 2> 39
/solr/collections/solrj_newstateformat/state.json
[junit4] 2> 28
/solr/collections/solrj_default_configset/state.json
[junit4] 2> 22 /solr/collections/solrj_replicatests/state.json
[junit4] 2> 6 /solr/collections/aliasedCollection/state.json
[junit4] 2> 6
/solr/collections/solrj_test_core_props/state.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_BDF76DB3839B7C45-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1033, maxMBSortInHeap=7.677782135219065,
sim=RandomSimilarity(queryNorm=true): {}, locale=ko,
timezone=America/Indiana/Marengo
[junit4] 2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation
1.8.0_141 (32-bit)/cpus=8,threads=1,free=154589952,total=300298240
[junit4] 2> NOTE: All tests run in this JVM: [TestJettySolrRunner,
BadCopyFieldTest, TestDistribDocBasedVersion, ShardSplitTest,
TestCollectionAPI, TestCloudInspectUtil,
HdfsTlogReplayBufferedWhileIndexingTest, SubstringBytesRefFilterTest,
BaseCdcrDistributedZkTest, TestPseudoReturnFields, URLClassifyProcessorTest,
CollectionStateFormat2Test, PrimitiveFieldTypeTest,
TestDocBasedVersionConstraints, TestDistributedMissingSort,
DistribCursorPagingTest, CurrencyFieldTypeTest, TestJmxIntegration,
BasicDistributedZk2Test, OverseerRolesTest, TestExportWriter,
TestFoldingMultitermQuery, TestLegacyNumericRangeQueryBuilder,
TestPayloadCheckQParserPlugin, TestAnalyzeInfixSuggestions, TestRecoveryHdfs,
TestXmlQParserPlugin, RegexBoostProcessorTest,
TermVectorComponentDistributedTest, TestNumericRangeQuery64,
CollectionsAPISolrJTest]
[junit4] Completed [194/727 (1!)] on J2 in 146.57s, 13 tests, 1 failure <<<
FAILURES!
[...truncated 41113 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]