Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.6/48/

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - 
probably something was changed in the attributes published in the MBean of 
SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using 
the same indexDir - probably something was changed in the attributes published 
in the MBean of SolrCore : {}
        at 
__randomizedtesting.SeedInfo.seed([9BEA467D8F34168B:D39F32C98907391E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([9BEA467D8F34168B:11E3B9F11AE8AB7]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
        ... 40 more




Build Log:
[...truncated 12465 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/init-core-data-001
   [junit4]   2> 851826 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 851826 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 851827 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 851828 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001
   [junit4]   2> 851828 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 851828 INFO  (Thread-2990) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 851828 INFO  (Thread-2990) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 851831 ERROR (Thread-2990) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 851928 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:54381
   [junit4]   2> 851933 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 851933 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 851933 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 851934 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 851935 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@688e51d1{/solr,null,AVAILABLE}
   [junit4]   2> 851936 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c738060{/solr,null,AVAILABLE}
   [junit4]   2> 851936 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69ab3758{HTTP/1.1,[http/1.1]}{127.0.0.1:46342}
   [junit4]   2> 851936 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.e.j.s.Server Started @854363ms
   [junit4]   2> 851936 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46342}
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6a27574c{HTTP/1.1,[http/1.1]}{127.0.0.1:55540}
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.e.j.s.Server Started @854364ms
   [junit4]   2> 851937 ERROR (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55540}
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.3
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851937 ERROR (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-03T23:54:07.494Z
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.3
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-03T23:54:07.494Z
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@962951f{/solr,null,AVAILABLE}
   [junit4]   2> 851937 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6171d7be{/solr,null,AVAILABLE}
   [junit4]   2> 851938 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1dce1fb9{HTTP/1.1,[http/1.1]}{127.0.0.1:37240}
   [junit4]   2> 851938 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.e.j.s.Server Started @854365ms
   [junit4]   2> 851938 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37240}
   [junit4]   2> 851939 ERROR (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851939 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.3
   [junit4]   2> 851939 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851939 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851939 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-03T23:54:07.496Z
   [junit4]   2> 851940 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6d4eca23{HTTP/1.1,[http/1.1]}{127.0.0.1:55141}
   [junit4]   2> 851940 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.e.j.s.Server Started @854367ms
   [junit4]   2> 851940 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55141}
   [junit4]   2> 851940 ERROR (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 851941 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.3
   [junit4]   2> 851941 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851941 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851941 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-03T23:54:07.498Z
   [junit4]   2> 851941 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851942 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851946 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851948 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851948 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851949 INFO  (jetty-launcher-1481-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54381/solr
   [junit4]   2> 851949 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851954 INFO  (jetty-launcher-1481-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54381/solr
   [junit4]   2> 851957 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851957 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851958 INFO  (jetty-launcher-1481-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54381/solr
   [junit4]   2> 851958 INFO  (jetty-launcher-1481-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54381/solr
   [junit4]   2> 851976 INFO  (jetty-launcher-1481-thread-2) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851976 INFO  (jetty-launcher-1481-thread-1) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851977 INFO  (jetty-launcher-1481-thread-2) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55540_solr
   [junit4]   2> 851977 INFO  (jetty-launcher-1481-thread-1) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37240_solr
   [junit4]   2> 851977 INFO  (jetty-launcher-1481-thread-2) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.Overseer Overseer 
(id=99622666068688905-127.0.0.1:55540_solr-n_0000000000) starting
   [junit4]   2> 851978 INFO  
(zkCallback-1501-thread-1-processing-n:127.0.0.1:37240_solr) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851983 INFO  
(zkCallback-1500-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851988 INFO  (jetty-launcher-1481-thread-4) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851989 INFO  (jetty-launcher-1481-thread-3) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851989 INFO  (jetty-launcher-1481-thread-4) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851990 INFO  (jetty-launcher-1481-thread-3) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46342_solr
   [junit4]   2> 851990 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 851991 INFO  (jetty-launcher-1481-thread-4) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55141_solr
   [junit4]   2> 851991 INFO  
(zkCallback-1501-thread-1-processing-n:127.0.0.1:37240_solr) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 851992 INFO  
(zkCallback-1500-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 851994 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 851999 INFO  
(zkCallback-1502-thread-1-processing-n:127.0.0.1:55141_solr) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 852004 INFO  (jetty-launcher-1481-thread-2) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55540_solr
   [junit4]   2> 852004 INFO  
(zkCallback-1500-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 852004 INFO  
(zkCallback-1501-thread-1-processing-n:127.0.0.1:37240_solr) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 852004 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 852005 INFO  
(zkCallback-1501-thread-1-processing-n:127.0.0.1:37240_solr) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852005 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852006 INFO  
(zkCallback-1500-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 852006 INFO  
(zkCallback-1502-thread-1-processing-n:127.0.0.1:55141_solr) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 852038 INFO  (jetty-launcher-1481-thread-3) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/.
   [junit4]   2> 852078 INFO  (jetty-launcher-1481-thread-1) 
[n:127.0.0.1:37240_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node1/.
   [junit4]   2> 852081 INFO  (jetty-launcher-1481-thread-2) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node2/.
   [junit4]   2> 852144 INFO  (jetty-launcher-1481-thread-4) 
[n:127.0.0.1:55141_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node4/.
   [junit4]   2> 852155 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 852156 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9BEA467D8F34168B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54381/solr ready
   [junit4]   2> 852182 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 852183 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[9BEA467D8F34168B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 852186 INFO  (qtp422220486-9598) [n:127.0.0.1:37240_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> 852187 INFO  
(OverseerThreadFactory-3725-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
acollection
   [junit4]   2> 852188 ERROR 
(OverseerThreadFactory-3725-thread-1-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_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:226)
   [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:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 852190 INFO  (qtp422220486-9598) [n:127.0.0.1:37240_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=3
   [junit4]   2> 852190 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 852214 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 852214 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[9BEA467D8F34168B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 852217 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 852217 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 852219 INFO  
(OverseerStateUpdate-99622666068688905-127.0.0.1:55540_solr-n_0000000000) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 853229 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.3
   [junit4]   2> 853235 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
[halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 853237 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 853237 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using 
configuration from collection halfcollectionblocker, trusted=true
   [junit4]   2> 853237 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 853237 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_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-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/halfcollection_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-002/]
   [junit4]   2> 853266 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 853266 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_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> 853267 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853267 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853267 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32228711[halfcollection_shard1_replica1] main]
   [junit4]   2> 853268 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 853268 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_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> 853269 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 853269 INFO  
(searcherExecutor-3734-thread-1-processing-n:127.0.0.1:46342_solr 
x:halfcollection_shard1_replica1 c:halfcollectionblocker) 
[n:127.0.0.1:46342_solr c:halfcollectionblocker   
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1] Registered new searcher 
Searcher@32228711[halfcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 853269 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_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 
1593962658608971776
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46342/solr/halfcollection_shard1_replica1/
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:46342/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 853274 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 853287 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46342/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 853438 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 853440 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_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-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2}
 status=0 QTime=1223
   [junit4]   2> 853442 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
   [junit4]   2> 853442 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 853444 INFO  
(OverseerStateUpdate-99622666068688905-127.0.0.1:55540_solr-n_0000000000) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 854189 INFO  
(OverseerCollectionConfigSetProcessor-99622666068688905-127.0.0.1:55540_solr-n_0000000000)
 [n:127.0.0.1:55540_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> 854452 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.3
   [junit4]   2> 854458 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 854460 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 854461 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using 
configuration from collection halfcollectionblocker2, trusted=true
   [junit4]   2> 854461 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 854461 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node1/halfcollection_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-003/]
   [junit4]   2> 854493 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 854493 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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> 854494 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 854494 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 854495 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4454d7d0[halfcollection_shard1_replica1] main]
   [junit4]   2> 854495 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 854496 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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> 854496 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 854496 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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 
1593962659895574528
   [junit4]   2> 854497 INFO  
(searcherExecutor-3739-thread-1-processing-n:127.0.0.1:37240_solr 
x:halfcollection_shard1_replica1 c:halfcollectionblocker2) 
[n:127.0.0.1:37240_solr c:halfcollectionblocker2   
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1] Registered new searcher 
Searcher@4454d7d0[halfcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37240/solr/halfcollection_shard1_replica1/
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37240/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 854501 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 854504 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37240/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 854655 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 854656 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2}
 status=0 QTime=1214
   [junit4]   2> 854658 INFO  (qtp422220486-9601) [n:127.0.0.1:37240_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:46342_solr,127.0.0.1:37240_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 854660 INFO  
(OverseerThreadFactory-3725-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
halfcollection
   [junit4]   2> 854864 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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> 854865 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_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> 854865 WARN  (qtp422220486-9587) [n:127.0.0.1:37240_solr    ] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 854865 ERROR (qtp422220486-9587) [n:127.0.0.1:37240_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:841)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java: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:748)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [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:136)
   [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.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 854866 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_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=0
   [junit4]   2> 854866 ERROR (qtp422220486-9587) [n:127.0.0.1:37240_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:841)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java: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:748)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [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:136)
   [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.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 854866 ERROR 
(OverseerThreadFactory-3725-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:37240/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37240/solr: Core with name 
'halfcollection_shard1_replica1' already exists.
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
   [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:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 854968 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_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> 855875 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.3
   [junit4]   2> 855884 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.IndexSchema [halfcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 855886 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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> 855886 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica1' using 
configuration from collection halfcollection, trusted=true
   [junit4]   2> 855886 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 855887 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/halfcollection_shard2_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/./halfcollection_shard2_replica1/data/]
   [junit4]   2> 855919 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 855919 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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> 855920 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 855920 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 855921 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f26c43e[halfcollection_shard2_replica1] main]
   [junit4]   2> 855922 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 855922 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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> 855922 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 855922 INFO  
(searcherExecutor-3744-thread-1-processing-n:127.0.0.1:46342_solr 
x:halfcollection_shard2_replica1 s:shard2 c:halfcollection) 
[n:127.0.0.1:46342_solr c:halfcollection s:shard2  
x:halfcollection_shard2_replica1] o.a.s.c.SolrCore 
[halfcollection_shard2_replica1] Registered new searcher 
Searcher@3f26c43e[halfcollection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 855922 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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 
1593962661390843904
   [junit4]   2> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46342/solr/halfcollection_shard2_replica1/
   [junit4]   2> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:46342/solr/halfcollection_shard2_replica1/ has no replicas
   [junit4]   2> 855930 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 855932 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46342/solr/halfcollection_shard2_replica1/ shard2
   [junit4]   2> 856034 INFO  
(zkCallback-1503-thread-1-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_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> 856083 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 856085 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_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=1220
   [junit4]   2> 856085 ERROR 
(OverseerThreadFactory-3725-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning 
up collection [halfcollection].
   [junit4]   2> 856086 INFO  
(OverseerThreadFactory-3725-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 856088 INFO  (qtp1882867134-9599) [n:127.0.0.1:46342_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection.shard2.replica1
   [junit4]   2> 856088 INFO  (qtp1882867134-9599) [n:127.0.0.1:46342_solr    ] 
o.a.s.c.SolrCore [halfcollection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2ac7bbae
   [junit4]   2> 856089 INFO  (qtp1882867134-9599) [n:127.0.0.1:46342_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection.shard2.replica1
   [junit4]   2> 856090 INFO  (qtp1882867134-9599) [n:127.0.0.1:46342_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=2
   [junit4]   2> 856793 INFO  
(OverseerThreadFactory-3725-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts 
for failed create collection for [halfcollection]
   [junit4]   2> 856795 INFO  (qtp422220486-9601) [n:127.0.0.1:37240_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> 858661 INFO  
(OverseerCollectionConfigSetProcessor-99622666068688905-127.0.0.1:55540_solr-n_0000000000)
 [n:127.0.0.1:55540_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> 886798 ERROR (qtp422220486-9601) [n:127.0.0.1:37240_solr    ] 
o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to 
become ACTIVE with timeout=30
   [junit4]   2> 886799 INFO  (qtp422220486-9601) [n:127.0.0.1:37240_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:46342_solr,127.0.0.1:37240_solr&wt=javabin&version=2}
 status=0 QTime=32140
   [junit4]   2> 886799 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShouldFailOnExistingCore
   [junit4]   2> 886824 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 886825 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[9BEA467D8F34168B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 886828 INFO  (qtp422220486-9598) [n:127.0.0.1:37240_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> 886830 INFO  
(OverseerThreadFactory-3725-thread-3-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 886831 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 886831 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_solr    ] 
o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4ceca67e
   [junit4]   2> 886832 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 886839 INFO  (qtp422220486-9587) [n:127.0.0.1:37240_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=8
   [junit4]   2> 887548 INFO  (qtp422220486-9598) [n:127.0.0.1:37240_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2} 
status=0 QTime=719
   [junit4]   2> 887549 INFO  (qtp422220486-9607) [n:127.0.0.1:37240_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> 887551 INFO  
(OverseerThreadFactory-3725-thread-4-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 887551 INFO  
(OverseerCollectionConfigSetProcessor-99622666068688905-127.0.0.1:55540_solr-n_0000000000)
 [n:127.0.0.1:55540_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> 887552 INFO  (qtp1882867134-9585) [n:127.0.0.1:46342_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 887552 INFO  (qtp1882867134-9585) [n:127.0.0.1:46342_solr    ] 
o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2b022f00
   [junit4]   2> 887553 INFO  (qtp1882867134-9585) [n:127.0.0.1:46342_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 887554 INFO  (qtp1882867134-9585) [n:127.0.0.1:46342_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> 888257 INFO  (qtp422220486-9607) [n:127.0.0.1:37240_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfcollectionblocker&action=DELETE&wt=javabin&version=2} status=0 
QTime=707
   [junit4]   2> 888259 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_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> 888259 ERROR (qtp422220486-9606) [n:127.0.0.1:37240_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:462)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:396)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:922)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:228)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:215)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [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:136)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 888260 INFO  (qtp422220486-9606) [n:127.0.0.1:37240_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 888260 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 888295 INFO  
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[9BEA467D8F34168B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 888295 INFO  
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[9BEA467D8F34168B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 888298 INFO  (qtp422220486-9608) [n:127.0.0.1:37240_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=unknown_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 888299 INFO  
(OverseerCollectionConfigSetProcessor-99622666068688905-127.0.0.1:55540_solr-n_0000000000)
 [n:127.0.0.1:55540_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> 888300 INFO  
(OverseerThreadFactory-3725-thread-5-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 888300 ERROR 
(OverseerThreadFactory-3725-thread-5-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: unknown_collection operation: delete 
failed:org.apache.solr.common.SolrException: Could not find collection : 
unknown_collection
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:846)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:226)
   [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:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 888302 INFO  (qtp422220486-9608) [n:127.0.0.1:37240_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 
QTime=3
   [junit4]   2> 888303 INFO  (qtp422220486-9582) [n:127.0.0.1:37240_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 888304 INFO  
(OverseerThreadFactory-3725-thread-5-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
acollectionafterbaddelete
   [junit4]   2> 888305 INFO  
(OverseerCollectionConfigSetProcessor-99622666068688905-127.0.0.1:55540_solr-n_0000000000)
 [n:127.0.0.1:55540_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 888510 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 888510 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 888510 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 888614 INFO  
(zkCallback-1500-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 888614 INFO  
(zkCallback-1503-thread-2-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 889519 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 889519 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 889540 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema 
[acollectionafterbaddelete_shard1_replica1] Schema name=minimal
   [junit4]   2> 889540 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema 
[acollectionafterbaddelete_shard1_replica2] Schema name=minimal
   [junit4]   2> 889542 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 889542 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 889542 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from 
collection acollectionafterbaddelete, trusted=true
   [junit4]   2> 889542 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from 
collection acollectionafterbaddelete, trusted=true
   [junit4]   2> 889543 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 889543 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 889543 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore 
[[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node2/acollectionafterbaddelete_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node2/./acollectionafterbaddelete_shard1_replica1/data/]
   [junit4]   2> 889543 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore 
[[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/acollectionafterbaddelete_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9BEA467D8F34168B-001/tempDir-001/node3/./acollectionafterbaddelete_shard1_replica2/data/]
   [junit4]   2> 889573 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 889573 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 889573 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 889573 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 889574 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 889574 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 889574 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 889574 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 889575 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23125e79[acollectionafterbaddelete_shard1_replica2] main]
   [junit4]   2> 889575 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7374b79d[acollectionafterbaddelete_shard1_replica1] main]
   [junit4]   2> 889575 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 889575 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 889576 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 889576 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 889576 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 889576 INFO  (qtp1882867134-9597) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1593962696679620608
   [junit4]   2> 889578 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 889578 INFO  
(searcherExecutor-3749-thread-1-processing-n:127.0.0.1:46342_solr 
x:acollectionafterbaddelete_shard1_replica2 s:shard1 
c:acollectionafterbaddelete) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore 
[acollectionafterbaddelete_shard1_replica2] Registered new searcher 
Searcher@23125e79[acollectionafterbaddelete_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 889578 INFO  
(searcherExecutor-3750-thread-1-processing-n:127.0.0.1:55540_solr 
x:acollectionafterbaddelete_shard1_replica1 s:shard1 
c:acollectionafterbaddelete) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore 
[acollectionafterbaddelete_shard1_replica1] Registered new searcher 
Searcher@7374b79d[acollectionafterbaddelete_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 889578 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1593962696681717760
   [junit4]   2> 889589 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 889589 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 889589 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:55540/solr/acollectionafterbaddelete_shard1_replica1/
   [junit4]   2> 889589 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:55540/solr 
START 
replicas=[http://127.0.0.1:46342/solr/acollectionafterbaddelete_shard1_replica2/]
 nUpdates=100
   [junit4]   2> 889589 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:55540/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 889590 INFO  (qtp1882867134-9590) [n:127.0.0.1:46342_solr 
c:acollectionafterbaddelete s:shard1 r:core_node2 
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.S.Request 
[acollectionafterbaddelete_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 889590 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 889590 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 889590 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 889592 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
http://127.0.0.1:55540/solr/acollectionafterbaddelete_shard1_replica1/ shard1
   [junit4]   2> 889694 INFO  
(zkCallback-1503-thread-2-processing-n:127.0.0.1:46342_solr) 
[n:127.0.0.1:46342_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 889695 INFO  
(zkCallback-1500-thread-2-processing-n:127.0.0.1:55540_solr) 
[n:127.0.0.1:55540_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 889743 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 889745 INFO  (qtp229353530-9578) [n:127.0.0.1:55540_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.HttpSolrCal

[...truncated too long message...]

luate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 982819 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[9BEA467D8F34168B]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=9BEA467D8F34168B -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=ECT -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.25s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9BEA467D8F34168B:11E3B9F11AE8AB7]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]    >        ... 40 more
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1265955931
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3467eecf: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ null
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5df19046: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
null
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 982820 INFO  
(SUITE-AutoCommitTest-seed#[9BEA467D8F34168B]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a47c762: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / null
   [junit4]   2> 982825 INFO  
(coreCloseExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@527adae0
   [junit4]   2> 982825 INFO  
(coreCloseExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 982825 INFO  
(coreCloseExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6e77254f
   [junit4]   2> 982827 INFO  
(coreCloseExecutor-4069-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BEA467D8F34168B-001
   [junit4]   2> Mar 03, 2018 11:56:18 PM 
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(Lucene62), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=tr, timezone=ECT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=195414264,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsThreadLeakTest, 
DirectUpdateHandlerOptimizeTest, CdcrVersionReplicationTest, 
StatelessScriptUpdateProcessorFactoryTest, TestObjectReleaseTracker, 
TestPhraseSuggestions, TestLockTree, TestConfigOverlay, ActionThrottleTest, 
ConcurrentDeleteAndCreateCollectionTest, TestShardHandlerFactory, 
CloudMLTQParserTest, FullHLLTest, TestFieldCache, 
TestPerFieldSimilarityWithDefaultOverride, TestAnalyzedSuggestions, 
DistributedFacetPivotLargeTest, TestGroupingSearch, TestOrdValues, 
LeaderElectionTest, TestConfigSets, TermVectorComponentDistributedTest, 
PrimUtilsTest, TestDistributedMissingSort, SolrCloudExampleTest, 
OpenExchangeRatesOrgProviderTest, TestChildDocTransformer, 
TestLeaderElectionZkExpiry, CollectionTooManyReplicasTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SpellCheckCollatorWithCollapseTest, 
CircularListTest, TestExtendedDismaxParser, LukeRequestHandlerTest, 
HdfsDirectoryFactoryTest, TestTestInjection, TestCustomDocTransformer, 
TestCustomSort, HdfsWriteToMultipleCollectionsTest, RuleEngineTest, 
UnloadDistributedZkTest, MoveReplicaTest, TestSolrJ, 
TestExclusionRuleCollectionAccess, BadIndexSchemaTest, TestZkChroot, 
TestPayloadScoreQParserPlugin, TestReload, HttpPartitionTest, 
FullSolrCloudDistribCmdsTest, TestSmileRequest, SpellPossibilityIteratorTest, 
PluginInfoTest, TestFieldCacheWithThreads, DistributedVersionInfoTest, 
SolrCoreCheckLockOnStartupTest, TestDynamicLoading, 
SharedFSAutoReplicaFailoverUtilsTest, FieldMutatingUpdateProcessorTest, 
TestSolrDynamicMBean, TestPostingsSolrHighlighter, 
TestLMJelinekMercerSimilarityFactory, TestRestManager, TestCloudPivotFacet, 
SuggesterWFSTTest, CloneFieldUpdateProcessorFactoryTest, PreAnalyzedFieldTest, 
QueryParsingTest, HdfsRecoveryZkTest, ResponseLogComponentTest, 
CdcrReplicationDistributedZkTest, TestDistributedStatsComponentCardinality, 
TestSolrCloudWithDelegationTokens, SolrPluginUtilsTest, 
TestJsonFacetRefinement, TestScoreJoinQPNoScore, ZkStateReaderTest, 
TriLevelCompositeIdRoutingTest, TestInPlaceUpdatesStandalone, 
DistributedQueryComponentOptimizationTest, TestDeleteCollectionOnDownNodes, 
UUIDUpdateProcessorFallbackTest, DistributedFacetPivotSmallTest, 
TestSolrDeletionPolicy1, SolrJmxReporterCloudTest, BlockCacheTest, 
TestTrackingShardHandlerFactory, HttpSolrCallGetCoreTest, UpdateParamsTest, 
TestCollapseQParserPlugin, TestCollectionAPIs, JSONWriterTest, 
SimpleFacetsTest, SolrCoreMetricManagerTest, SegmentsInfoRequestHandlerTest, 
OverseerModifyCollectionTest, SuggesterTSTTest, PingRequestHandlerTest, 
MinimalSchemaTest, LegacyCloudClusterPropTest, TestManagedSchemaAPI, 
TestSubQueryTransformerDistrib, TestJmxMonitoredMap, TestMaxScoreQueryParser, 
TestXIncludeConfig, HdfsDirectoryTest, TestRandomRequestDistribution, 
CoreAdminRequestStatusTest, TestDFRSimilarityFactory, 
TemplateUpdateProcessorTest, TestRawResponseWriter, TestMergePolicyConfig, 
CoreAdminHandlerTest, RankQueryTest, TestTolerantSearch, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, TestRandomFaceting, 
AutoCommitTest]
   [junit4] Completed [346/714 (2!)] on J2 in 8.41s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 47475 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to