Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1757/
2 tests failed.
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCreateNodeSet
Error Message:
Could not find collection : nodeset_collection
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection :
nodeset_collection
at
__randomizedtesting.SeedInfo.seed([B53D0153E8D0CB16:EE9ED6B38151EF9E]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCreateNodeSet(CollectionsAPIDistributedZkTest.java:467)
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:745)
FAILED: org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest
Error Message:
Captured an uncaught exception in thread: Thread[id=13861, name=WRITER2,
state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13861, name=WRITER2, state=RUNNABLE,
group=TGRP-TestStressInPlaceUpdates]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:37236/uj/collection1
at __randomizedtesting.SeedInfo.seed([B53D0153E8D0CB16]:0)
at
org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:320)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: https://127.0.0.1:37236/uj/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:524)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:544)
at
org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:183)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:532)
... 6 more
Build Log:
[...truncated 12261 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/init-core-data-001
[junit4] 2> 1178953 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 1178954 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1178955 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1178955 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001
[junit4] 2> 1178955 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1178956 INFO (Thread-2490) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1178956 INFO (Thread-2490) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1179056 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:59768
[junit4] 2> 1179075 INFO (jetty-launcher-1624-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1179077 INFO (jetty-launcher-1624-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1179083 INFO (jetty-launcher-1624-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1179085 INFO (jetty-launcher-1624-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1179085 INFO (jetty-launcher-1624-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66f7bff4{/solr,null,AVAILABLE}
[junit4] 2> 1179086 INFO (jetty-launcher-1624-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@52698e98{SSL,[ssl,
http/1.1]}{127.0.0.1:36392}
[junit4] 2> 1179086 INFO (jetty-launcher-1624-thread-2) [ ]
o.e.j.s.Server Started @1182988ms
[junit4] 2> 1179086 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36392}
[junit4] 2> 1179086 ERROR (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1179086 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1179086 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1179087 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1179087 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-24T06:26:31.770Z
[junit4] 2> 1179092 INFO (jetty-launcher-1624-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@9470388{/solr,null,AVAILABLE}
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@44f0e5ef{SSL,[ssl,
http/1.1]}{127.0.0.1:52023}
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.e.j.s.Server Started @1182995ms
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52023}
[junit4] 2> 1179093 ERROR (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1179093 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-24T06:26:31.776Z
[junit4] 2> 1179103 INFO (jetty-launcher-1624-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4026289c{/solr,null,AVAILABLE}
[junit4] 2> 1179103 INFO (jetty-launcher-1624-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3a069946{SSL,[ssl,
http/1.1]}{127.0.0.1:38635}
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.e.j.s.Server Started @1183006ms
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38635}
[junit4] 2> 1179104 ERROR (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1179104 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-24T06:26:31.787Z
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2342502b{/solr,null,AVAILABLE}
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@70bb5a81{SSL,[ssl,
http/1.1]}{127.0.0.1:38658}
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.e.j.s.Server Started @1183008ms
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38658}
[junit4] 2> 1179106 ERROR (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1179106 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1179107 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1179107 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-24T06:26:31.790Z
[junit4] 2> 1179108 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1179112 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1179160 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 0x15afefebc570002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1179161 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1179166 INFO (jetty-launcher-1624-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59768/solr
[junit4] 2> 1179170 INFO (jetty-launcher-1624-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59768/solr
[junit4] 2> 1179171 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1179182 INFO (jetty-launcher-1624-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59768/solr
[junit4] 2> 1179186 INFO (jetty-launcher-1624-thread-3)
[n:127.0.0.1:38635_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1179195 INFO (jetty-launcher-1624-thread-3)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38635_solr
[junit4] 2> 1179195 INFO (jetty-launcher-1624-thread-3)
[n:127.0.0.1:38635_solr ] o.a.s.c.Overseer Overseer
(id=97670711976853511-127.0.0.1:38635_solr-n_0000000000) starting
[junit4] 2> 1179200 INFO (jetty-launcher-1624-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59768/solr
[junit4] 2> 1179211 INFO (jetty-launcher-1624-thread-1)
[n:127.0.0.1:52023_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1179211 INFO (jetty-launcher-1624-thread-1)
[n:127.0.0.1:52023_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52023_solr
[junit4] 2> 1179213 INFO (jetty-launcher-1624-thread-3)
[n:127.0.0.1:38635_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38635_solr
[junit4] 2> 1179231 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1179243 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 0x15afefebc57000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1179248 INFO
(OverseerStateUpdate-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1179251 INFO (jetty-launcher-1624-thread-2)
[n:127.0.0.1:36392_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1179252 INFO (jetty-launcher-1624-thread-2)
[n:127.0.0.1:36392_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1179253 INFO (jetty-launcher-1624-thread-2)
[n:127.0.0.1:36392_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36392_solr
[junit4] 2> 1179253 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1179302 INFO
(zkCallback-1645-thread-1-processing-n:127.0.0.1:36392_solr)
[n:127.0.0.1:36392_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1179317 INFO
(zkCallback-1637-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1179318 INFO (jetty-launcher-1624-thread-4)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1179320 INFO (jetty-launcher-1624-thread-4)
[n:127.0.0.1:38658_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1179321 INFO (jetty-launcher-1624-thread-4)
[n:127.0.0.1:38658_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38658_solr
[junit4] 2> 1179322 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1179322 INFO
(zkCallback-1645-thread-1-processing-n:127.0.0.1:36392_solr)
[n:127.0.0.1:36392_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1179326 INFO
(zkCallback-1637-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1179332 INFO
(zkCallback-1648-thread-1-processing-n:127.0.0.1:38658_solr)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1179335 INFO (jetty-launcher-1624-thread-1)
[n:127.0.0.1:52023_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node1/.
[junit4] 2> 1179451 INFO (jetty-launcher-1624-thread-3)
[n:127.0.0.1:38635_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node4/.
[junit4] 2> 1179486 INFO (jetty-launcher-1624-thread-4)
[n:127.0.0.1:38658_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/.
[junit4] 2> 1179511 INFO (jetty-launcher-1624-thread-2)
[n:127.0.0.1:36392_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node2/.
[junit4] 2> 1180595 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1180596 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59768/solr ready
[junit4] 2> 1180624 INFO
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
[junit4] 2> 1180624 INFO
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[B53D0153E8D0CB16])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1180645 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1180647 INFO
(OverseerThreadFactory-4713-thread-1-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.CreateCollectionCmd Create collection
acollection
[junit4] 2> 1180647 ERROR
(OverseerThreadFactory-4713-thread-1-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler
Collection: acollection operation: create
failed:org.apache.solr.common.SolrException: numShards must be > 0
[junit4] 2> at
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:124)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:225)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1180649 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2}
status=400 QTime=4
[junit4] 2> 1180649 INFO
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
[junit4] 2> 1180671 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
[junit4] 2> 1180672 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[B53D0153E8D0CB16])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1180691 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
] o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1182648 INFO
(OverseerCollectionConfigSetProcessor-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_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> 1187691 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
] o.a.s.h.a.CoreAdminOperation core create command
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
[junit4] 2> 1187694 INFO
(OverseerStateUpdate-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_solr ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 1188710 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1188716 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema
[halfcollection_shard1_replica1] Schema name=minimal
[junit4] 2> 1188719 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1188719 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using
configuration from collection halfcollectionblocker
[junit4] 2> 1188720 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1188720 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
[[halfcollection_shard1_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node1/halfcollection_shard1_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-002/]
[junit4] 2> 1188752 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1188752 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1188753 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1188753 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1188756 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@28832e02[halfcollection_shard1_replica1] main]
[junit4] 2> 1188757 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1188757 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1188758 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1188758 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562731401907798016
[junit4] 2> 1188762 INFO
(searcherExecutor-4722-thread-1-processing-n:127.0.0.1:52023_solr
x:halfcollection_shard1_replica1 c:halfcollectionblocker)
[n:127.0.0.1:52023_solr c:halfcollectionblocker
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
[halfcollection_shard1_replica1] Registered new searcher
Searcher@28832e02[halfcollection_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:52023/solr/halfcollection_shard1_replica1/
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy
https://127.0.0.1:52023/solr/halfcollection_shard1_replica1/ has no replicas
[junit4] 2> 1188763 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1188766 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:52023/solr/halfcollection_shard1_replica1/ shard1
[junit4] 2> 1188917 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1188919 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:halfcollectionblocker x:halfcollection_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2}
status=0 QTime=8228
[junit4] 2> 1188926 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1195927 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CoreAdminOperation core create command
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
[junit4] 2> 1195929 INFO
(OverseerStateUpdate-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_solr ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 1196941 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1196947 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
[junit4] 2> 1196949 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1196950 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using
configuration from collection halfcollectionblocker2
[junit4] 2> 1196950 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1196950 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
[[halfcollection_shard1_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/halfcollection_shard1_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-003/]
[junit4] 2> 1196980 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1196980 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1196981 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1196981 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1196981 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@10181f91[halfcollection_shard1_replica1] main]
[junit4] 2> 1196982 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1196983 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1196983 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1196983 INFO
(searcherExecutor-4727-thread-1-processing-n:127.0.0.1:38658_solr
x:halfcollection_shard1_replica1 c:halfcollectionblocker2)
[n:127.0.0.1:38658_solr c:halfcollectionblocker2
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore
[halfcollection_shard1_replica1] Registered new searcher
Searcher@10181f91[halfcollection_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1196983 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562731410532335616
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38658/solr/halfcollection_shard1_replica1/
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.SyncStrategy
https://127.0.0.1:38658/solr/halfcollection_shard1_replica1/ has no replicas
[junit4] 2> 1196988 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1196992 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38658/solr/halfcollection_shard1_replica1/ shard1
[junit4] 2> 1197143 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1197144 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollectionblocker2 x:halfcollection_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2}
status=0 QTime=8218
[junit4] 2> 1197150 INFO (qtp189601123-10248) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=halfcollection&action=CREATE&numShards=2&createNodeSet=127.0.0.1:52023_solr,127.0.0.1:38658_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1197153 INFO
(OverseerThreadFactory-4713-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.CreateCollectionCmd Create collection
halfcollection
[junit4] 2> 1197362 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2
[junit4] 2> 1197367 INFO (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1197473 INFO
(zkCallback-1648-thread-1-processing-n:127.0.0.1:38658_solr)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/halfcollection/state.json] for collection [halfcollection]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1198378 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1198401 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.s.IndexSchema [halfcollection_shard2_replica1] Schema name=minimal
[junit4] 2> 1198403 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1198404 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica1' using
configuration from collection halfcollection
[junit4] 2> 1198404 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1198405 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1] o.a.s.c.SolrCore
[[halfcollection_shard2_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/halfcollection_shard2_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/./halfcollection_shard2_replica1/data/]
[junit4] 2> 1198443 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1198443 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1198444 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1198444 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1198445 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@a2260d4[halfcollection_shard2_replica1] main]
[junit4] 2> 1198446 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1198446 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1198446 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1198446 INFO
(searcherExecutor-4732-thread-1-processing-n:127.0.0.1:38658_solr
x:halfcollection_shard2_replica1 s:shard2 c:halfcollection)
[n:127.0.0.1:38658_solr c:halfcollection s:shard2
x:halfcollection_shard2_replica1] o.a.s.c.SolrCore
[halfcollection_shard2_replica1] Registered new searcher
Searcher@a2260d4[halfcollection_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1198447 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562731412067450880
[junit4] 2> 1198452 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1198452 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1198452 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38658/solr/halfcollection_shard2_replica1/
[junit4] 2> 1198452 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1198454 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.SyncStrategy
https://127.0.0.1:38658/solr/halfcollection_shard2_replica1/ has no replicas
[junit4] 2> 1198454 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1198456 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38658/solr/halfcollection_shard2_replica1/ shard2
[junit4] 2> 1198559 INFO
(zkCallback-1648-thread-1-processing-n:127.0.0.1:38658_solr)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/halfcollection/state.json] for collection [halfcollection]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1198607 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1198610 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
c:halfcollection s:shard2 x:halfcollection_shard2_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2}
status=0 QTime=1248
[junit4] 2> 1198711 INFO
(zkCallback-1648-thread-1-processing-n:127.0.0.1:38658_solr)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/halfcollection/state.json] for collection [halfcollection]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1204367 INFO (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2
[junit4] 2> 1204368 WARN (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 1204368 ERROR (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Core with
name 'halfcollection_shard1_replica1' already exists.
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:871)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
[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:395)
[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.ssl.SslConnection.onFillable(SslConnection.java:202)
[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:745)
[junit4] 2>
[junit4] 2> 1204369 INFO (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2}
status=500 QTime=7001
[junit4] 2> 1204369 ERROR (qtp518818709-10224) [n:127.0.0.1:52023_solr
] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Core with
name 'halfcollection_shard1_replica1' already exists.
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:871)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
[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:395)
[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.ssl.SslConnection.onFillable(SslConnection.java:202)
[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:745)
[junit4] 2>
[junit4] 2> 1204370 ERROR
(OverseerThreadFactory-4713-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:52023/solr
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:52023/solr: Core with name
'halfcollection_shard1_replica1' already exists.
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:163)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1204372 ERROR
(OverseerThreadFactory-4713-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler Cleaning
up collection [halfcollection].
[junit4] 2> 1204373 INFO
(OverseerThreadFactory-4713-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1204375 INFO (qtp189601123-10246) [n:127.0.0.1:38658_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollection.shard2.replica1, tag=null
[junit4] 2> 1204375 INFO (qtp189601123-10246) [n:127.0.0.1:38658_solr
] o.a.s.c.SolrCore [halfcollection_shard2_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d372f99
[junit4] 2> 1204376 INFO (qtp189601123-10246) [n:127.0.0.1:38658_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollection.shard2.replica1, tag=1027026841
[junit4] 2> 1204378 INFO (qtp189601123-10246) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=halfcollection_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1205081 INFO
(OverseerThreadFactory-4713-thread-2-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts
for failed create collection for [halfcollection]
[junit4] 2> 1205083 INFO (qtp189601123-10248) [n:127.0.0.1:38658_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> 1205155 INFO
(OverseerCollectionConfigSetProcessor-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_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> 1235086 ERROR (qtp189601123-10248) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas
to become ACTIVE with timeout=30
[junit4] 2> 1235086 INFO (qtp189601123-10248) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=halfcollection&action=CREATE&numShards=2&createNodeSet=127.0.0.1:52023_solr,127.0.0.1:38658_solr&wt=javabin&version=2}
status=0 QTime=37935
[junit4] 2> 1235087 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShouldFailOnExistingCore
[junit4] 2> 1235111 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
[junit4] 2> 1235112 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B53D0153E8D0CB16])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1235113 INFO (qtp189601123-10249) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1235116 INFO
(OverseerThreadFactory-4713-thread-3-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1235118 INFO (qtp189601123-10244) [n:127.0.0.1:38658_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollectionblocker2.shard1.core_node1, tag=null
[junit4] 2> 1235118 INFO (qtp189601123-10244) [n:127.0.0.1:38658_solr
] o.a.s.c.SolrCore [halfcollection_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@58ed1f94
[junit4] 2> 1235119 INFO (qtp189601123-10244) [n:127.0.0.1:38658_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollectionblocker2.shard1.core_node1, tag=1491935124
[junit4] 2> 1235134 INFO (qtp189601123-10244) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=halfcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=15
[junit4] 2> 1235837 INFO (qtp189601123-10249) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2}
status=0 QTime=724
[junit4] 2> 1235838 INFO (qtp189601123-10243) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=halfcollectionblocker&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1235839 INFO
(OverseerCollectionConfigSetProcessor-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_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> 1235841 INFO
(OverseerThreadFactory-4713-thread-4-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1235843 INFO (qtp518818709-10225) [n:127.0.0.1:52023_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollectionblocker.shard1.core_node1, tag=null
[junit4] 2> 1235843 INFO (qtp518818709-10225) [n:127.0.0.1:52023_solr
] o.a.s.c.SolrCore [halfcollection_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@54198f68
[junit4] 2> 1235844 INFO (qtp518818709-10225) [n:127.0.0.1:52023_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.halfcollectionblocker.shard1.core_node1, tag=1410961256
[junit4] 2> 1235845 INFO (qtp518818709-10225) [n:127.0.0.1:52023_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=halfcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1236548 INFO (qtp189601123-10243) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=halfcollectionblocker&action=DELETE&wt=javabin&version=2} status=0
QTime=710
[junit4] 2> 1236549 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 1236558 ERROR (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing
required parameter: name
[junit4] 2> at
org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
[junit4] 2> at
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:461)
[junit4] 2> at
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:478)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:395)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:890)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:227)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:214)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
[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.ssl.SslConnection.onFillable(SslConnection.java:202)
[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:745)
[junit4] 2>
[junit4] 2> 1236559 INFO (qtp189601123-10250) [n:127.0.0.1:38658_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=9
[junit4] 2> 1236559 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B53D0153E8D0CB16])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
[junit4] 2> 1236587 INFO
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[B53D0153E8D0CB16]) [
] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
[junit4] 2> 1236587 INFO
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[B53D0153E8D0CB16]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1236588 INFO (qtp189601123-10246) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1236590 INFO
(OverseerCollectionConfigSetProcessor-97670711976853511-127.0.0.1:38635_solr-n_0000000000)
[n:127.0.0.1:38635_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1236590 INFO
(OverseerThreadFactory-4713-thread-5-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.CreateCollectionCmd Create collection
addReplicaColl
[junit4] 2> 1236804 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 1236806 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
] o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1236866 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
] o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1236867 INFO (qtp53430495-10236) [n:127.0.0.1:38635_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 7s
[junit4] 2> 1236928 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1237841 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1237847 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
[junit4] 2> 1237849 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1237850 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using
configuration from collection addReplicaColl
[junit4] 2> 1237850 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1237850 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore
[[addReplicaColl_shard2_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node1/addReplicaColl_shard2_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node1/./addReplicaColl_shard2_replica1/data/]
[junit4] 2> 1237879 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1237879 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1237880 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1237880 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1237881 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@30ab33d7[addReplicaColl_shard2_replica1] main]
[junit4] 2> 1237882 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1237882 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1237882 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1237882 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562731453418045440
[junit4] 2> 1237884 INFO
(searcherExecutor-4737-thread-1-processing-n:127.0.0.1:52023_solr
x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl)
[n:127.0.0.1:52023_solr c:addReplicaColl s:shard2
x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore
[addReplicaColl_shard2_replica1] Registered new searcher
Searcher@30ab33d7[addReplicaColl_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1237887 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1237887 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1237888 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:52023/solr/addReplicaColl_shard2_replica1/
[junit4] 2> 1237888 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1237888 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.SyncStrategy
https://127.0.0.1:52023/solr/addReplicaColl_shard2_replica1/ has no replicas
[junit4] 2> 1237888 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1237890 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:52023/solr/addReplicaColl_shard2_replica1/ shard2
[junit4] 2> 1237991 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1238047 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1238052 INFO (qtp518818709-10226) [n:127.0.0.1:52023_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
status=0 QTime=1247
[junit4] 2> 1238153 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1243806 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 1243809 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1243816 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1243826 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
[junit4] 2> 1243829 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1243830 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using
configuration from collection addReplicaColl
[junit4] 2> 1243831 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1243831 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore
[[addReplicaColl_shard2_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/addReplicaColl_shard2_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node3/./addReplicaColl_shard2_replica2/data/]
[junit4] 2> 1243866 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 1243867 INFO (qtp53430495-10236) [n:127.0.0.1:38635_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 1243902 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1243902 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1243903 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1243903 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1243905 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@73967b2[addReplicaColl_shard2_replica2] main]
[junit4] 2> 1243915 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1243915 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1243915 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1243916 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562731459745153024
[junit4] 2> 1243918 INFO
(searcherExecutor-4742-thread-1-processing-n:127.0.0.1:38658_solr
x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl)
[n:127.0.0.1:38658_solr c:addReplicaColl s:shard2
x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore
[addReplicaColl_shard2_replica2] Registered new searcher
Searcher@73967b2[addReplicaColl_shard2_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1243920 INFO (qtp189601123-10247) [n:127.0.0.1:38658_solr
c:addReplicaColl s:shard2 x:addReplicaColl_shard2_replica2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
status=0 QTime=7114
[junit4] 2> 1244024 INFO
(zkCallback-1645-thread-1-processing-n:127.0.0.1:36392_solr)
[n:127.0.0.1:36392_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1244024 INFO
(zkCallback-1644-thread-1-processing-n:127.0.0.1:52023_solr)
[n:127.0.0.1:52023_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1244024 INFO
(zkCallback-1648-thread-1-processing-n:127.0.0.1:38658_solr)
[n:127.0.0.1:38658_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1244024 INFO
(zkCallback-1637-thread-5-processing-n:127.0.0.1:38635_solr)
[n:127.0.0.1:38635_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1244874 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1244905 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1]
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
[junit4] 2> 1244907 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1244909 INFO (qtp53430495-10236) [n:127.0.0.1:38635_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1244911 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using
configuration from collection addReplicaColl
[junit4] 2> 1244912 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1244912 INFO (qtp1843930428-10214) [n:127.0.0.1:36392_solr
c:addReplicaColl s:shard1 x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore
[[addReplicaColl_shard1_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-001/tempDir-001/node2/addReplicaColl_shard1_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B53D0153E8D0CB16-
[...truncated too long message...]
InternalHttpClient.doExecute(InternalHttpClient.java:184)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:532)
[junit4] > ... 6 moreThrowable #23:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13866, name=WRITER7, state=RUNNABLE,
group=TGRP-TestStressInPlaceUpdates]
[junit4] > Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:37236/uj/collection1
[junit4] > at
__randomizedtesting.SeedInfo.seed([B53D0153E8D0CB16]:0)
[junit4] > at
org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:320)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
https://127.0.0.1:37236/uj/collection1
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
[junit4] > at
org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:187)
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:171)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] > at
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
[junit4] > at
sun.security.ssl.InputRecord.read(InputRecord.java:503)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
[junit4] > at
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
[junit4] > at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:532)
[junit4] > ... 6 more
[junit4] 2> 3695144 INFO
(SUITE-TestStressInPlaceUpdates-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 3695144 INFO
(SUITE-TestStressInPlaceUpdates-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1031829162
[junit4] 2> 3695144 INFO
(SUITE-TestStressInPlaceUpdates-seed#[B53D0153E8D0CB16]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 3695145 INFO (coreCloseExecutor-6177-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@410fd2e4
[junit4] 2> 3695158 INFO (coreCloseExecutor-6177-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1091556068
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_B53D0153E8D0CB16-001
[junit4] 2> Mar 24, 2017 7:08:27 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{title_s=Lucene50(blocksize=128),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
id_field_copy_that_does_not_support_in_place_update_s=Lucene50(blocksize=128)},
docValues:{val1_i_dvo=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Direct),
val2_l_dvo=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70),
inplace_updatable_int_with_default=DocValuesFormat(name=Direct),
inplace_updatable_float_with_default=DocValuesFormat(name=Memory)},
maxPointsInLeafNode=1936, maxMBSortInHeap=5.588906040344277,
sim=RandomSimilarity(queryNorm=true): {}, locale=cs-CZ,
timezone=Atlantic/Reykjavik
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=214716032,total=528482304
[junit4] 2> NOTE: All tests run in this JVM: [TestTrie,
ChangedSchemaMergeTest, TestQueryUtils, TestMacros, ConvertedLegacyTest,
ZkCLITest, ShardRoutingTest, TestXIncludeConfig, ChaosMonkeyNothingIsSafeTest,
ZkControllerTest, TestInPlaceUpdatesStandalone, TestHashPartitioner,
ShardSplitTest, TestClassNameShortening, TestImpersonationWithHadoopAuth,
SpellCheckComponentTest, SoftAutoCommitTest, DistanceUnitsTest,
TestLeaderElectionWithEmptyReplica, DOMUtilTest,
TestManagedSynonymFilterFactory, TestUpdate, DistributedFacetPivotLargeTest,
CleanupOldIndexTest, ConnectionReuseTest, TestSimpleTrackingShardHandler,
TestLocalFSCloudBackupRestore, CdcrBootstrapTest,
TestPartialUpdateDeduplication, TermsComponentTest, TermVectorComponentTest,
UpdateRequestProcessorFactoryTest, AnalysisErrorHandlingTest, TestDistribIDF,
TestSolrCoreSnapshots, SpatialFilterTest, DistributedDebugComponentTest,
TestGeoJSONResponseWriter, WrapperMergePolicyFactoryTest,
AlternateDirectoryTest, TestPerFieldSimilarity, AssignTest, SuggesterFSTTest,
TestJsonFacetRefinement, TestDownShardTolerantSearch, TestInfoStreamLogging,
TestAddFieldRealTimeGet, SegmentsInfoRequestHandlerTest,
ClusterStateUpdateTest, CSVRequestHandlerTest, OverseerRolesTest,
DistributedIntervalFacetingTest, TestSolrDynamicMBean, TestSmileRequest,
CdcrRequestHandlerTest, ConfigureRecoveryStrategyTest, TestSystemIdResolver,
PKIAuthenticationIntegrationTest, TestExceedMaxTermLength,
AddSchemaFieldsUpdateProcessorFactoryTest, TestElisionMultitermQuery,
TestEmbeddedSolrServerConstructors, DistribCursorPagingTest, HdfsSyncSliceTest,
HdfsRecoverLeaseTest, EnumFieldTest, TestRandomFlRTGCloud,
TestClusterStateMutator, TestDistributedStatsComponentCardinality,
OverriddenZkACLAndCredentialsProvidersTest, JvmMetricsTest, SortByFunctionTest,
TestCryptoKeys, TestStressVersions, SchemaVersionSpecificBehaviorTest,
IndexSchemaRuntimeFieldTest, TestLRUStatsCache, JsonLoaderTest,
TestManagedSchema, SpellingQueryConverterTest, DistanceFunctionTest,
MergeStrategyTest, SolrIndexSplitterTest, MetricUtilsTest, DeleteReplicaTest,
DocExpirationUpdateProcessorFactoryTest, IndexSchemaTest,
DistributedFacetPivotSmallTest, TestSolrQueryParserResource,
TestReplicaProperties, ShardRoutingCustomTest, SolrCmdDistributorTest,
OpenCloseCoreStressTest, ExitableDirectoryReaderTest,
TestRuleBasedAuthorizationPlugin, TestRTimerTree, TestSQLHandlerNonCloud,
HLLSerializationTest, SolrGraphiteReporterTest, SpatialHeatmapFacetsTest,
TestFilteredDocIdSet, AnalyticsQueryTest, SOLR749Test,
TestBlendedInfixSuggestions, CollectionsAPISolrJTest, TestCollectionAPIs,
SolrCloudReportersTest, GraphQueryTest, CollectionsAPIDistributedZkTest,
TestInitQParser, TestOrdValues, TestSearchPerf, TestCustomStream,
TestReqParamsAPI, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
CollectionReloadTest, CustomCollectionTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest,
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest,
MultiThreadedOCPTest, SimpleCollectionCreateDeleteTest, TestCloudRecovery,
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates]
[junit4] Completed [701/701 (2!)] on J1 in 1970.66s, 1 test, 1 error <<<
FAILURES!
[...truncated 62620 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]