Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/100/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C:FC78457C706B0A31]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection(CollectionsAPISolrJTest.java:123)
        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:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = 
AuthFailed for /solr
        at __randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:123)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:306)
        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:303)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:303)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:512)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:467)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:441)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:233)
        at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
        at 
org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth.setupClass(TestZkAclsWithHadoopAuth.java:69)
        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$6.evaluate(RandomizedRunner.java:847)
        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:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
5 threads leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth:     1) 
Thread[id=28674, name=Thread-5235, state=WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]         at java.lang.Object.wait(Native 
Method)         at java.lang.Thread.join(Thread.java:1252)         at 
java.lang.Thread.join(Thread.java:1326)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)    
2) Thread[id=28678, name=ProcessThread(sid:0 cport:64807):, state=WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
    3) Thread[id=28680, 
name=SUITE-TestZkAclsWithHadoopAuth-seed#[FBAD443757FF6F3C]-worker-EventThread, 
state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    
4) Thread[id=28676, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]         at java.lang.Object.wait(Native 
Method)         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146) 
   5) Thread[id=28675, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]         at 
sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth: 
   1) Thread[id=28674, name=Thread-5235, state=WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1252)
        at java.lang.Thread.join(Thread.java:1326)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   2) Thread[id=28678, name=ProcessThread(sid:0 cport:64807):, state=WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   3) Thread[id=28680, 
name=SUITE-TestZkAclsWithHadoopAuth-seed#[FBAD443757FF6F3C]-worker-EventThread, 
state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   4) Thread[id=28676, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]
        at java.lang.Object.wait(Native Method)
        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   5) Thread[id=28675, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=28675, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestZkAclsWithHadoopAuth]         at 
sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=28675, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)




Build Log:
[...truncated 11624 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 915102 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/init-core-data-001
   [junit4]   2> 915103 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 915105 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 915109 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 915110 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001
   [junit4]   2> 915110 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 915110 INFO  (Thread-2017) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 915110 INFO  (Thread-2017) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 915114 ERROR (Thread-2017) [    ] 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> 915220 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56040
   [junit4]   2> 915250 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 915250 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 915250 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 915251 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 915255 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50e54a7c{/solr,null,AVAILABLE}
   [junit4]   2> 915256 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4673caec{/solr,null,AVAILABLE}
   [junit4]   2> 915256 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3fccc9e{/solr,null,AVAILABLE}
   [junit4]   2> 915257 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5094eaf8{SSL,[ssl, 
http/1.1]}{127.0.0.1:56044}
   [junit4]   2> 915257 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.e.j.s.Server Started @918881ms
   [junit4]   2> 915257 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56044}
   [junit4]   2> 915257 ERROR (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e63d287{SSL,[ssl, 
http/1.1]}{127.0.0.1:56043}
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.e.j.s.Server Started @918883ms
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56043}
   [junit4]   2> 915259 ERROR (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T12:17:12.858Z
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 915259 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 915260 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T12:17:12.859Z
   [junit4]   2> 915260 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a105285{/solr,null,AVAILABLE}
   [junit4]   2> 915260 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2c4709dc{SSL,[ssl, 
http/1.1]}{127.0.0.1:56045}
   [junit4]   2> 915260 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.e.j.s.Server Started @918885ms
   [junit4]   2> 915261 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56045}
   [junit4]   2> 915261 ERROR (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 915261 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 915261 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 915261 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 915261 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T12:17:12.860Z
   [junit4]   2> 915262 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3f79d5b6{SSL,[ssl, 
http/1.1]}{127.0.0.1:56042}
   [junit4]   2> 915262 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.e.j.s.Server Started @918886ms
   [junit4]   2> 915263 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56042}
   [junit4]   2> 915263 ERROR (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 915263 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 915263 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 915263 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 915263 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T12:17:12.862Z
   [junit4]   2> 915269 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 915270 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 915273 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 915275 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 915288 INFO  (jetty-launcher-1963-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56040/solr
   [junit4]   2> 915291 INFO  (jetty-launcher-1963-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56040/solr
   [junit4]   2> 915300 INFO  (jetty-launcher-1963-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56040/solr
   [junit4]   2> 915303 INFO  (jetty-launcher-1963-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56040/solr
   [junit4]   2> 915577 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 915578 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 915578 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 915578 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 915578 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56042_solr
   [junit4]   2> 915579 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56043_solr
   [junit4]   2> 915579 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56045_solr
   [junit4]   2> 915579 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56044_solr
   [junit4]   2> 915580 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.Overseer Overseer 
(id=98453489759879179-127.0.0.1:56042_solr-n_0000000000) starting
   [junit4]   2> 915582 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 915603 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 915603 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 915609 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 915632 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56042_solr
   [junit4]   2> 915633 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 915633 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 915633 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 915633 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 915701 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56042.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915715 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56042.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915715 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56042.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915716 INFO  (jetty-launcher-1963-thread-4) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node4/.
   [junit4]   2> 915720 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56044.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915728 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56044.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915728 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56044.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915729 INFO  (jetty-launcher-1963-thread-1) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node1/.
   [junit4]   2> 915732 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56045.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915735 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56045.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915735 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56045.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915736 INFO  (jetty-launcher-1963-thread-3) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node3/.
   [junit4]   2> 915737 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56043.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915760 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56043.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915760 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56043.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 915761 INFO  (jetty-launcher-1963-thread-2) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node2/.
   [junit4]   2> 915813 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 915814 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FBAD443757FF6F3C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56040/solr ready
   [junit4]   2> 915842 INFO  
(TEST-CollectionsAPISolrJTest.testBalanceShardUnique-seed#[FBAD443757FF6F3C]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testBalanceShardUnique
   [junit4]   2> 915859 INFO  (qtp1515613843-10328) [n:127.0.0.1:56044_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=balancedProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 915861 INFO  
(OverseerThreadFactory-4398-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
balancedProperties
   [junit4]   2> 915981 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"balancedProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"balancedProperties_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56045/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 915984 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"balancedProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"balancedProperties_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56044/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 915988 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"balancedProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"balancedProperties_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56043/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 915991 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"balancedProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"balancedProperties_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56042/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 916217 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=balancedProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=balancedProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 916218 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=balancedProperties_shard2_replica_n6&action=CREATE&numShards=2&collection=balancedProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 916219 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 916219 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 916219 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=balancedProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=balancedProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 916219 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 916231 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=balancedProperties_shard2_replica_n4&action=CREATE&numShards=2&collection=balancedProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 916232 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 916344 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916344 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916344 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916344 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916344 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916344 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916345 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 916345 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917259 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 917260 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 917265 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 917288 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.s.IndexSchema 
[balancedProperties_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 917290 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.s.IndexSchema 
[balancedProperties_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 917291 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 917291 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'balancedProperties_shard1_replica_n2' using configuration from collection 
balancedProperties, trusted=true
   [junit4]   2> 917291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 917291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'balancedProperties_shard1_replica_n1' using configuration from collection 
balancedProperties, trusted=true
   [junit4]   2> 917293 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_56044.solr.core.balancedProperties.shard1.replica_n2' 
(registry 'solr.core.balancedProperties.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 917293 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 917293 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.c.SolrCore 
[[balancedProperties_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node1/balancedProperties_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node1/./balancedProperties_shard1_replica_n2/data/]
   [junit4]   2> 917294 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_56045.solr.core.balancedProperties.shard1.replica_n1' 
(registry 'solr.core.balancedProperties.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 917294 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 917294 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.SolrCore 
[[balancedProperties_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node3/balancedProperties_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node3/./balancedProperties_shard1_replica_n1/data/]
   [junit4]   2> 917298 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.s.IndexSchema 
[balancedProperties_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 917300 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 917300 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 
'balancedProperties_shard2_replica_n6' using configuration from collection 
balancedProperties, trusted=true
   [junit4]   2> 917300 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_56042.solr.core.balancedProperties.shard2.replica_n6' 
(registry 'solr.core.balancedProperties.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 917300 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 917300 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.SolrCore 
[[balancedProperties_shard2_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node4/balancedProperties_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node4/./balancedProperties_shard2_replica_n6/data/]
   [junit4]   2> 917308 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 917316 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.s.IndexSchema 
[balancedProperties_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 917317 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 917317 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 
'balancedProperties_shard2_replica_n4' using configuration from collection 
balancedProperties, trusted=true
   [junit4]   2> 917318 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_56043.solr.core.balancedProperties.shard2.replica_n4' 
(registry 'solr.core.balancedProperties.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72628fb2
   [junit4]   2> 917318 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 917318 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.c.SolrCore 
[[balancedProperties_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node2/balancedProperties_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_FBAD443757FF6F3C-001/tempDir-001/node2/./balancedProperties_shard2_replica_n4/data/]
   [junit4]   2> 917452 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 917452 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 917453 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 917453 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 917459 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 917459 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 917460 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 917460 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 917464 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79c40fa8[balancedProperties_shard2_replica_n6] main]
   [junit4]   2> 917466 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 917466 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 917467 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will 
be reserved for  10000
   [junit4]   2> 917467 INFO  
(searcherExecutor-4408-thread-1-processing-n:127.0.0.1:56042_solr 
x:balancedProperties_shard2_replica_n6 s:shard2 c:balancedProperties 
r:core_node8) [n:127.0.0.1:56042_solr c:balancedProperties s:shard2 
r:core_node8 x:balancedProperties_shard2_replica_n6] o.a.s.c.SolrCore 
[balancedProperties_shard2_replica_n6] Registered new searcher 
Searcher@79c40fa8[balancedProperties_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 917468 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575255838626414592
   [junit4]   2> 917469 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 917469 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 917470 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 917470 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 917471 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29e60098[balancedProperties_shard1_replica_n1] main]
   [junit4]   2> 917473 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 917474 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 917474 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for  10000
   [junit4]   2> 917475 INFO  
(searcherExecutor-4407-thread-1-processing-n:127.0.0.1:56045_solr 
x:balancedProperties_shard1_replica_n1 s:shard1 c:balancedProperties 
r:core_node3) [n:127.0.0.1:56045_solr c:balancedProperties s:shard1 
r:core_node3 x:balancedProperties_shard1_replica_n1] o.a.s.c.SolrCore 
[balancedProperties_shard1_replica_n1] Registered new searcher 
Searcher@29e60098[balancedProperties_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 917475 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575255838633754624
   [junit4]   2> 917476 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 917476 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 917477 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard2: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 917477 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 917477 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 917481 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7fb5bce5[balancedProperties_shard2_replica_n4] main]
   [junit4]   2> 917483 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 917483 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 917483 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 917484 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will 
be reserved for  10000
   [junit4]   2> 917484 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575255838643191808
   [junit4]   2> 917484 INFO  
(searcherExecutor-4409-thread-1-processing-n:127.0.0.1:56043_solr 
x:balancedProperties_shard2_replica_n4 s:shard2 c:balancedProperties 
r:core_node7) [n:127.0.0.1:56043_solr c:balancedProperties s:shard2 
r:core_node7 x:balancedProperties_shard2_replica_n4] o.a.s.c.SolrCore 
[balancedProperties_shard2_replica_n4] Registered new searcher 
Searcher@7fb5bce5[balancedProperties_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 917493 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54348aca[balancedProperties_shard1_replica_n2] main]
   [junit4]   2> 917494 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 917494 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 917495 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for  10000
   [junit4]   2> 917495 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575255838654726144
   [junit4]   2> 917495 INFO  
(searcherExecutor-4406-thread-1-processing-n:127.0.0.1:56044_solr 
x:balancedProperties_shard1_replica_n2 s:shard1 c:balancedProperties 
r:core_node5) [n:127.0.0.1:56044_solr c:balancedProperties s:shard1 
r:core_node5 x:balancedProperties_shard1_replica_n2] o.a.s.c.SolrCore 
[balancedProperties_shard1_replica_n2] Registered new searcher 
Searcher@54348aca[balancedProperties_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 917588 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917588 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917589 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917978 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 917978 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 917978 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:56042/solr/balancedProperties_shard2_replica_n6/
   [junit4]   2> 917978 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: 
core=balancedProperties_shard2_replica_n6 url=https://127.0.0.1:56042/solr 
START 
replicas=[https://127.0.0.1:56043/solr/balancedProperties_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 917983 INFO  (qtp922311177-10350) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.c.S.Request 
[balancedProperties_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 917990 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 917990 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 917990 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:56045/solr/balancedProperties_shard1_replica_n1/
   [junit4]   2> 917990 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=balancedProperties_shard1_replica_n1 url=https://127.0.0.1:56045/solr 
START 
replicas=[https://127.0.0.1:56044/solr/balancedProperties_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 917994 INFO  (qtp1515613843-10327) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.c.S.Request 
[balancedProperties_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 918286 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: 
core=balancedProperties_shard2_replica_n6 url=https://127.0.0.1:56042/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 918286 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 918286 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] 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> 918286 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 918291 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:56042/solr/balancedProperties_shard2_replica_n6/ shard2
   [junit4]   2> 918291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=balancedProperties_shard1_replica_n1 url=https://127.0.0.1:56045/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 918291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 918291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 918291 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 918295 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:56045/solr/balancedProperties_shard1_replica_n1/ shard1
   [junit4]   2> 918399 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918400 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918400 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918400 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918399 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918399 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918400 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918400 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918450 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 918450 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 918451 INFO  (qtp104974999-10337) [n:127.0.0.1:56042_solr 
c:balancedProperties s:shard2 r:core_node8 
x:balancedProperties_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=balancedProperties_shard2_replica_n6&action=CREATE&numShards=2&collection=balancedProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2232
   [junit4]   2> 918451 INFO  (qtp1744154422-10353) [n:127.0.0.1:56045_solr 
c:balancedProperties s:shard1 r:core_node3 
x:balancedProperties_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=balancedProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=balancedProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2232
   [junit4]   2> 918490 INFO  (qtp922311177-10346) [n:127.0.0.1:56043_solr 
c:balancedProperties s:shard2 r:core_node7 
x:balancedProperties_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=balancedProperties_shard2_replica_n4&action=CREATE&numShards=2&collection=balancedProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2259
   [junit4]   2> 918502 INFO  (qtp1515613843-10331) [n:127.0.0.1:56044_solr 
c:balancedProperties s:shard1 r:core_node5 
x:balancedProperties_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=balancedProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=balancedProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2286
   [junit4]   2> 918506 INFO  (qtp1515613843-10328) [n:127.0.0.1:56044_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> 918612 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918612 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919509 INFO  (qtp1515613843-10328) [n:127.0.0.1:56044_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=balancedProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3650
   [junit4]   2> 919512 INFO  (qtp1515613843-10329) [n:127.0.0.1:56044_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :balanceshardunique 
with params 
property=preferredLeader&action=BALANCESHARDUNIQUE&collection=balancedProperties&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 919516 INFO  
(OverseerCollectionConfigSetProcessor-98453489759879179-127.0.0.1:56042_solr-n_0000000000)
 [n:127.0.0.1:56042_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> 919519 INFO  (qtp1515613843-10329) [n:127.0.0.1:56044_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={property=preferredLeader&action=BALANCESHARDUNIQUE&collection=balancedProperties&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 919636 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919636 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919637 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919637 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919637 INFO  (zkCallback-1993-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919637 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919637 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919638 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919638 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/balancedProperties/state.json] for collection 
[balancedProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919640 INFO  
(TEST-CollectionsAPISolrJTest.testBalanceShardUnique-seed#[FBAD443757FF6F3C]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testBalanceShardUnique
   [junit4]   2> 919675 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[FBAD443757FF6F3C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddAndDeleteReplicaProp
   [junit4]   2> 919676 INFO  (qtp1515613843-10330) [n:127.0.0.1:56044_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=replicaProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 919679 INFO  
(OverseerThreadFactory-4398-thread-3-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
replicaProperties
   [junit4]   2> 919680 INFO  
(OverseerCollectionConfigSetProcessor-98453489759879179-127.0.0.1:56042_solr-n_0000000000)
 [n:127.0.0.1:56042_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> 919903 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replicaProperties_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56043/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 919906 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replicaProperties_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56042/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 919909 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replicaProperties_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56044/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 919912 INFO  
(OverseerStateUpdate-98453489759879179-127.0.0.1:56042_solr-n_0000000000) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replicaProperties_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56045/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 920128 INFO  (qtp1515613843-10323) [n:127.0.0.1:56044_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n4&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 920129 INFO  (qtp922311177-10324) [n:127.0.0.1:56043_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 920129 INFO  (qtp104974999-10338) [n:127.0.0.1:56042_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 920130 INFO  (qtp1744154422-10354) [n:127.0.0.1:56045_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n6&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 920253 INFO  
(zkCallback-1984-thread-2-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1985-thread-2-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1985-thread-1-processing-n:127.0.0.1:56043_solr) 
[n:127.0.0.1:56043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1984-thread-1-processing-n:127.0.0.1:56042_solr) 
[n:127.0.0.1:56042_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1981-thread-2-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1981-thread-1-processing-n:127.0.0.1:56044_solr) 
[n:127.0.0.1:56044_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1979-thread-1-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920253 INFO  
(zkCallback-1979-thread-2-processing-n:127.0.0.1:56045_solr) 
[n:127.0.0.1:56045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 921194 INFO  (qtp104974999-10338) [n:127.0.0.1:56042_solr 
c:replicaProperties s:shard1 r:core_node5 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 921195 INFO  (qtp922311177-10324) [n:127.0.0.1:56043_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 921200 INFO  (qtp1515613843-10323) [n:127.0.0.1:56044_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 921200 INFO  (qtp1744154422-10354) [n:127.0.0.1:56045_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 922157 INFO  (qtp922311177-10324) [n:127.0.0.1:56043_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.s.IndexSchema 
[replicaProperties_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 922160 INFO  (qtp104974999-10338) [n:127.0.0.1:56042_solr 
c:replicaProperties s:shard1 r:core_node5 
x:replicaProperties_shard1_replica_n2] o.a.s.s.IndexSchema 
[replicaProperties_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 922161 INFO  (qtp922311177-10324) [n:127.0.0.1:56043_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o

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

istribCmdsTest, LeaderElectionTest, TestZkChroot, ZkCLITest, 
TestDistributedGrouping, TestRealTimeGet, TestJoin, TestReload, 
TestStressVersions, DistributedTermsComponentTest, StatsComponentTest, 
TestSort, TestFiltering, TestFunctionQuery, TestBadConfig, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, 
SolrRequestParserTest, DocValuesTest, TestStressLucene, SuggesterWFSTTest, 
TestCSVLoader, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, 
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, DistanceFunctionTest, SolrInfoBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, QueryParsingTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, 
TestSolrDeletionPolicy2, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, 
TestConfig, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, 
URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AssignBackwardCompatibilityTest, CdcrReplicationHandlerTest, 
CdcrVersionReplicationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
CollectionsAPIAsyncDistributedZkTest, DistributedVersionInfoTest, 
LeaderFailureAfterFreshStartTest, MoveReplicaHDFSTest, 
MoveReplicaHDFSUlogDirTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, 
PeerSyncReplicationTest, ReplicationFactorTest, RestartWhileUpdatingTest, 
ShardSplitTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDistribDocBasedVersion, TestDownShardTolerantSearch, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestPrepRecovery, TestSSLRandomization, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestTlogReplica, ConfigureRecoveryStrategyTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetImmutable, 
TestDynamicLoading, TestSolrCloudSnapshots, TestSQLHandler, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, 
DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, 
InfixSuggestersTest, SuggestComponentContextFilterQueryTest, 
SuggestComponentTest, TestExpandComponent, TestTrackingShardHandlerFactory, 
JavabinLoaderTest, HighlighterMaxOffsetTest, TestUnifiedSolrHighlighter, 
UninvertDocValuesMergePolicyTest, WrapperMergePolicyFactoryTest, 
CheckHdfsIndexTest, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyNumericUtils, TestLegacyTerms, TestMultiValuedNumericRangeQuery, 
TestNumericRangeQuery32, SolrCoreMetricManagerTest, SolrShardReporterTest, 
SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestCloudSchemaless, 
TestRecoveryHdfs, TestReloadDeadlock, TestSimpleQParserPlugin, 
TestSolr4Spatial2, TestSolrFieldCacheBean, TestXmlQParser, 
TestXmlQParserPlugin, TestJsonFacets, BasicAuthStandaloneTest, 
PKIAuthenticationIntegrationTest, TestZkAclsWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestZkAclsWithHadoopAuth -Dtests.seed=FBAD443757FF6F3C 
-Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=CTT 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestZkAclsWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = 
AuthFailed for /solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:123)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:306)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:303)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:303)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:512)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:467)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:441)
   [junit4]    >        at 
org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:233)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth.setupClass(TestZkAclsWithHadoopAuth.java:69)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth: 
   [junit4]    >    1) Thread[id=28674, name=Thread-5235, state=WAITING, 
group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1252)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1326)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
   [junit4]    >         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
   [junit4]    >         at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]    >    2) Thread[id=28678, name=ProcessThread(sid:0 cport:64807):, 
state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   [junit4]    >    3) Thread[id=28680, 
name=SUITE-TestZkAclsWithHadoopAuth-seed#[FBAD443757FF6F3C]-worker-EventThread, 
state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]    >    4) Thread[id=28676, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    >    5) Thread[id=28675, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
   [junit4]    >         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=28675, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
   [junit4]    >         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FBAD443757FF6F3C]:0)
   [junit4] Completed [709/728 (2!)] on J1 in 23.40s, 0 tests, 3 errors <<< 
FAILURES!

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

Reply via email to