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

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([DAC6DBC53ECF0848:DD13DA8E195B6D45]: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:98)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([DAC6DBC53ECF0848:B73A7F388487F74F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([DAC6DBC53ECF0848:DE3872D704058AD2]: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.autoscaling.TriggerIntegrationTest.testNodeLostTrigger(TriggerIntegrationTest.java:521)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13766 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 2505034 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/init-core-data-001
   [junit4]   2> 2505034 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 2505035 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2505041 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2505042 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001
   [junit4]   2> 2505042 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2505042 INFO  (Thread-4083) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2505042 INFO  (Thread-4083) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2505046 ERROR (Thread-4083) [    ] 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> 2505151 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:65024
   [junit4]   2> 2505163 INFO  (zkConnectionManagerCallback-4827-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505169 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2505170 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2505170 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2505171 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2505171 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2505171 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2505172 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f35a6e5{/solr,null,AVAILABLE}
   [junit4]   2> 2505172 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69bed17{HTTP/1.1,[http/1.1]}{127.0.0.1:65026}
   [junit4]   2> 2505172 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.e.j.s.Server Started @2508852ms
   [junit4]   2> 2505172 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65026}
   [junit4]   2> 2505173 ERROR (jetty-launcher-4824-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2505173 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2505173 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2505173 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2505173 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T14:45:25.771Z
   [junit4]   2> 2505175 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2505176 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2505177 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2505177 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2505177 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@733b6690{/solr,null,AVAILABLE}
   [junit4]   2> 2505177 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15dcbc6{HTTP/1.1,[http/1.1]}{127.0.0.1:65027}
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.e.j.s.Server Started @2508857ms
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65027}
   [junit4]   2> 2505178 ERROR (jetty-launcher-4824-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2505178 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T14:45:25.776Z
   [junit4]   2> 2505181 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2505181 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2505181 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2505181 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f98e018{/solr,null,AVAILABLE}
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52884744{HTTP/1.1,[http/1.1]}{127.0.0.1:65029}
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.e.j.s.Server Started @2508861ms
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65029}
   [junit4]   2> 2505182 ERROR (jetty-launcher-4824-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2505182 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T14:45:25.780Z
   [junit4]   2> 2505183 INFO  (zkConnectionManagerCallback-4829-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505184 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2505185 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2505185 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2505185 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2505185 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@531f1015{/solr,null,AVAILABLE}
   [junit4]   2> 2505187 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a5f235c{HTTP/1.1,[http/1.1]}{127.0.0.1:65031}
   [junit4]   2> 2505187 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.e.j.s.Server Started @2508867ms
   [junit4]   2> 2505187 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65031}
   [junit4]   2> 2505187 ERROR (jetty-launcher-4824-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2505188 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2505188 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2505188 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2505188 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-09T14:45:25.786Z
   [junit4]   2> 2505189 INFO  (zkConnectionManagerCallback-4831-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505191 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2505192 INFO  (zkConnectionManagerCallback-4833-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505192 INFO  (zkConnectionManagerCallback-4835-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505196 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2505197 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2505204 INFO  (jetty-launcher-4824-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65024/solr
   [junit4]   2> 2505210 INFO  (zkConnectionManagerCallback-4839-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505211 INFO  (jetty-launcher-4824-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65024/solr
   [junit4]   2> 2505212 INFO  (jetty-launcher-4824-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65024/solr
   [junit4]   2> 2505216 INFO  (zkConnectionManagerCallback-4844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505217 INFO  (zkConnectionManagerCallback-4847-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505217 INFO  
(zkConnectionManagerCallback-4849-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505218 INFO  (jetty-launcher-4824-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65024/solr
   [junit4]   2> 2505222 INFO  (zkConnectionManagerCallback-4853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505223 INFO  
(zkConnectionManagerCallback-4855-thread-1-processing-n:127.0.0.1:65029_solr) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505223 INFO  
(zkConnectionManagerCallback-4857-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505228 INFO  
(zkConnectionManagerCallback-4859-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505505 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2505505 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2505507 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65026_solr
   [junit4]   2> 2505508 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65031_solr
   [junit4]   2> 2505509 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.Overseer Overseer 
(id=72063700499169288-127.0.0.1:65026_solr-n_0000000000) starting
   [junit4]   2> 2505511 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2505511 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2505515 INFO  
(zkCallback-4856-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2505516 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2505521 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65027_solr
   [junit4]   2> 2505527 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2505527 INFO  
(zkCallback-4856-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2505528 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2505536 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65026_solr
   [junit4]   2> 2505540 INFO  
(zkCallback-4856-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2505541 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2505541 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2505606 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2505610 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2505622 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65029_solr
   [junit4]   2> 2505624 INFO  
(zkCallback-4854-thread-1-processing-n:127.0.0.1:65029_solr) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2505624 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2505624 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2505624 INFO  
(zkCallback-4856-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2505704 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65026.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505726 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65027.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505726 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65031.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505735 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65026.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505735 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65026.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505737 INFO  (jetty-launcher-4824-thread-4) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/.
   [junit4]   2> 2505760 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65031.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505760 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65031.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505773 INFO  (jetty-launcher-4824-thread-3) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node3/.
   [junit4]   2> 2505775 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65027.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505775 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65027.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505777 INFO  (jetty-launcher-4824-thread-2) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node2/.
   [junit4]   2> 2505815 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65029.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505847 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65029.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505847 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65029.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2505849 INFO  (jetty-launcher-4824-thread-1) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node1/.
   [junit4]   2> 2506025 INFO  (zkConnectionManagerCallback-4869-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2506042 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100058dc574000d, likely client has closed socket
   [junit4]   2> 2506045 INFO  (zkConnectionManagerCallback-4873-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2506047 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2506049 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65024/solr ready
   [junit4]   2> 2506108 INFO  
(TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[DAC6DBC53ECF0848])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionWithPropertyParam
   [junit4]   2> 2506111 INFO  (qtp1800354117-21001) [n:127.0.0.1:65027_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/ulogDir-ituc&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/dataDir-opwnf&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2506133 INFO  
(OverseerThreadFactory-9095-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
solrj_test_core_props
   [junit4]   2> 2506273 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_test_core_props",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_test_core_props_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65026/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2506496 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/dataDir-opwnf&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/ulogDir-ituc&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 2506496 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2506612 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2506612 INFO  
(zkCallback-4848-thread-2-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2507533 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2507619 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema 
[solrj_test_core_props_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2507624 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 2507625 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'solrj_test_core_props_shard1_replica_n1' using configuration from 
collection solrj_test_core_props, trusted=true
   [junit4]   2> 2507625 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65026.solr.core.solrj_test_core_props.shard1.replica_n1' 
(registry 'solr.core.solrj_test_core_props.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2507625 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2507625 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
[[solrj_test_core_props_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/solrj_test_core_props_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/dataDir-opwnf/]
   [junit4]   2> 2507753 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2507753 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2507755 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2507755 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2507756 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@24e1c685[solrj_test_core_props_shard1_replica_n1] main]
   [junit4]   2> 2507758 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2507758 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2507759 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 2507759 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1591935005734469632
   [junit4]   2> 2507761 INFO  
(searcherExecutor-9104-thread-1-processing-n:127.0.0.1:65026_solr 
x:solrj_test_core_props_shard1_replica_n1 s:shard1 c:solrj_test_core_props 
r:core_node2) [n:127.0.0.1:65026_solr c:solrj_test_core_props s:shard1 
r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
[solrj_test_core_props_shard1_replica_n1] Registered new searcher 
Searcher@24e1c685[solrj_test_core_props_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:65026/solr/solrj_test_core_props_shard1_replica_n1/
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:65026/solr/solrj_test_core_props_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2507794 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 2507801 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:65026/solr/solrj_test_core_props_shard1_replica_n1/ shard1
   [junit4]   2> 2507908 INFO  
(zkCallback-4848-thread-2-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2507909 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2507918 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2507922 INFO  (qtp72224380-21002) [n:127.0.0.1:65026_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/dataDir-opwnf&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/ulogDir-ituc&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=1426
   [junit4]   2> 2507925 INFO  (qtp1800354117-21001) [n:127.0.0.1:65027_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> 2508033 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2508033 INFO  
(zkCallback-4848-thread-3-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2508145 INFO  
(OverseerCollectionConfigSetProcessor-72063700499169288-127.0.0.1:65026_solr-n_0000000000)
 [n:127.0.0.1:65026_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> 2508932 INFO  (qtp1800354117-21001) [n:127.0.0.1:65027_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/ulogDir-ituc&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/testPropertyParamsForCreate-001/dataDir-opwnf&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2821
   [junit4]   2> 2508936 INFO  (qtp72224380-21008) [n:127.0.0.1:65026_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2508938 INFO  
(TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[DAC6DBC53ECF0848])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionWithPropertyParam
   [junit4]   2> 2509024 INFO  
(TEST-CollectionsAPISolrJTest.testCreateAndDeleteShard-seed#[DAC6DBC53ECF0848]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateAndDeleteShard
   [junit4]   2> 2509027 INFO  (qtp1800354117-21014) [n:127.0.0.1:65027_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&shards=shardA,shardB&replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&name=solrj_implicit&router.name=implicit&nrtReplicas=1&action=CREATE&tlogReplicas=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2509030 INFO  
(OverseerThreadFactory-9095-thread-2-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
solrj_implicit
   [junit4]   2> 2509274 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65031/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509283 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65026/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509327 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65027/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509358 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65029/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509368 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_t8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65031/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509370 INFO  
(OverseerStateUpdate-72063700499169288-127.0.0.1:65026_solr-n_0000000000) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_p9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65026/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2509570 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_n1&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2509571 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2509579 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_p9&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2509579 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_p4&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2509580 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2509582 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_t8&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2509584 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_n6&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2509586 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2509588 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_t2&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2509710 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509710 INFO  
(zkCallback-4856-thread-1-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509711 INFO  
(zkCallback-4854-thread-1-processing-n:127.0.0.1:65029_solr) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509711 INFO  
(zkCallback-4858-thread-2-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509712 INFO  
(zkCallback-4854-thread-2-processing-n:127.0.0.1:65029_solr) 
[n:127.0.0.1:65029_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509712 INFO  
(zkCallback-4856-thread-2-processing-n:127.0.0.1:65027_solr) 
[n:127.0.0.1:65027_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509714 INFO  
(zkCallback-4848-thread-3-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509714 INFO  
(zkCallback-4848-thread-1-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2509714 INFO  
(zkCallback-4848-thread-2-processing-n:127.0.0.1:65026_solr) 
[n:127.0.0.1:65026_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2510621 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510624 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510650 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510661 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510661 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_t8] Schema name=minimal
   [junit4]   2> 2510666 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510667 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_t8' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510667 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65031.solr.core.solrj_implicit.shardB.replica_t8' (registry 
'solr.core.solrj_implicit.shardB.replica_t8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510667 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510668 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_t8] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node3/solrj_implicit_shardB_replica_t8],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node3/./solrj_implicit_shardB_replica_t8/data/]
   [junit4]   2> 2510669 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_n1] Schema name=minimal
   [junit4]   2> 2510702 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510702 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_n1' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510703 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65031.solr.core.solrj_implicit.shardA.replica_n1' (registry 
'solr.core.solrj_implicit.shardA.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510703 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510703 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node3/solrj_implicit_shardA_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node3/./solrj_implicit_shardA_replica_n1/data/]
   [junit4]   2> 2510704 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_p9] Schema name=minimal
   [junit4]   2> 2510707 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510707 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510707 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_p9' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510708 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65026.solr.core.solrj_implicit.shardB.replica_p9' (registry 
'solr.core.solrj_implicit.shardB.replica_p9') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510708 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510708 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_p9] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/solrj_implicit_shardB_replica_p9],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/./solrj_implicit_shardB_replica_p9/data/]
   [junit4]   2> 2510710 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2510713 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_t2] Schema name=minimal
   [junit4]   2> 2510716 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510716 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_t2' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510717 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65026.solr.core.solrj_implicit.shardA.replica_t2' (registry 
'solr.core.solrj_implicit.shardA.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510717 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510717 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_t2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/solrj_implicit_shardA_replica_t2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node4/./solrj_implicit_shardA_replica_t2/data/]
   [junit4]   2> 2510717 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_p4] Schema name=minimal
   [junit4]   2> 2510718 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_n6] Schema name=minimal
   [junit4]   2> 2510736 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510736 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_p4' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510736 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2510736 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_n6' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 2510736 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65027.solr.core.solrj_implicit.shardA.replica_p4' (registry 
'solr.core.solrj_implicit.shardA.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510737 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510737 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65029.solr.core.solrj_implicit.shardB.replica_n6' (registry 
'solr.core.solrj_implicit.shardB.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28344f46
   [junit4]   2> 2510737 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_p4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node2/solrj_implicit_shardA_replica_p4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node2/./solrj_implicit_shardA_replica_p4/data/]
   [junit4]   2> 2510737 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2510737 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node1/solrj_implicit_shardB_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_DAC6DBC53ECF0848-001/tempDir-001/node1/./solrj_implicit_shardB_replica_n6/data/]
   [junit4]   2> 2510916 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2510916 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2510923 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2510923 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2510924 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2510924 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2510928 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2510928 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511002 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@761f7419[solrj_implicit_shardA_replica_t2] main]
   [junit4]   2> 2511004 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511004 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511005 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37777176[solrj_implicit_shardB_replica_n6] main]
   [junit4]   2> 2511006 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2511006 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2511007 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511007 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511008 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511008 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591935009141293056
   [junit4]   2> 2511009 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2511009 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2511013 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511014 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591935009147584512
   [junit4]   2> 2511015 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511015 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511017 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511017 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511019 INFO  
(searcherExecutor-9112-thread-1-processing-n:127.0.0.1:65026_solr 
x:solrj_implicit_shardA_replica_t2 s:shardA c:solrj_implicit r:core_node5) 
[n:127.0.0.1:65026_solr c:solrj_implicit s:shardA r:core_node5 
x:solrj_implicit_shardA_replica_t2] o.a.s.c.SolrCore 
[solrj_implicit_shardA_replica_t2] Registered new searcher 
Searcher@761f7419[solrj_implicit_shardA_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511023 INFO  
(searcherExecutor-9114-thread-1-processing-n:127.0.0.1:65029_solr 
x:solrj_implicit_shardB_replica_n6 s:shardB c:solrj_implicit r:core_node10) 
[n:127.0.0.1:65029_solr c:solrj_implicit s:shardB r:core_node10 
x:solrj_implicit_shardB_replica_n6] o.a.s.c.SolrCore 
[solrj_implicit_shardB_replica_n6] Registered new searcher 
Searcher@37777176[solrj_implicit_shardB_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511026 INFO  (qtp72224380-21005) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shardA: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2511028 INFO  (qtp932796683-21025) [n:127.0.0.1:65029_solr 
c:solrj_implicit s:shardB r:core_node10 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shardB: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2511029 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511029 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511029 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d83c154[solrj_implicit_shardB_replica_t8] main]
   [junit4]   2> 2511030 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@664cfaf3[solrj_implicit_shardA_replica_n1] main]
   [junit4]   2> 2511031 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511032 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511032 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511032 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511033 INFO  (qtp1871221680-21026) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591935009167507456
   [junit4]   2> 2511033 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511033 INFO  
(searcherExecutor-9109-thread-1-processing-n:127.0.0.1:65031_solr 
x:solrj_implicit_shardB_replica_t8 s:shardB c:solrj_implicit r:core_node11) 
[n:127.0.0.1:65031_solr c:solrj_implicit s:shardB r:core_node11 
x:solrj_implicit_shardB_replica_t8] o.a.s.c.SolrCore 
[solrj_implicit_shardB_replica_t8] Registered new searcher 
Searcher@4d83c154[solrj_implicit_shardB_replica_t8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511033 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511034 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511034 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511034 INFO  (qtp1871221680-21004) [n:127.0.0.1:65031_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591935009168556032
   [junit4]   2> 2511035 INFO  
(searcherExecutor-9110-thread-1-processing-n:127.0.0.1:65031_solr 
x:solrj_implicit_shardA_replica_n1 s:shardA c:solrj_implicit r:core_node3) 
[n:127.0.0.1:65031_solr c:solrj_implicit s:shardA r:core_node3 
x:solrj_implicit_shardA_replica_n1] o.a.s.c.SolrCore 
[solrj_implicit_shardA_replica_n1] Registered new searcher 
Searcher@664cfaf3[solrj_implicit_shardA_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511035 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67a5e8d4[solrj_implicit_shardB_replica_p9] main]
   [junit4]   2> 2511036 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70a4f708[solrj_implicit_shardA_replica_p4] main]
   [junit4]   2> 2511037 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511037 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2511037 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511038 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2511038 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511038 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511039 INFO  
(searcherExecutor-9111-thread-1-processing-n:127.0.0.1:65026_solr 
x:solrj_implicit_shardB_replica_p9 s:shardB c:solrj_implicit r:core_node12) 
[n:127.0.0.1:65026_solr c:solrj_implicit s:shardB r:core_node12 
x:solrj_implicit_shardB_replica_p9] o.a.s.c.SolrCore 
[solrj_implicit_shardB_replica_p9] Registered new searcher 
Searcher@67a5e8d4[solrj_implicit_shardB_replica_p9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511039 INFO  
(searcherExecutor-9113-thread-1-processing-n:127.0.0.1:65027_solr 
x:solrj_implicit_shardA_replica_p4 s:shardA c:solrj_implicit r:core_node7) 
[n:127.0.0.1:65027_solr c:solrj_implicit s:shardA r:core_node7 
x:solrj_implicit_shardA_replica_p4] o.a.s.c.SolrCore 
[solrj_implicit_shardA_replica_p4] Registered new searcher 
Searcher@70a4f708[solrj_implicit_shardA_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511043 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 2511044 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.ZkController solrj_implicit_shardA_replica_p4 starting background 
replication from leader
   [junit4]   2> 2511044 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2511045 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.ZkController solrj_implicit_shardB_replica_p9 starting background 
replication from leader
   [junit4]   2> 2511045 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2511048 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2511048 INFO  (qtp72224380-21009) [n:127.0.0.1:65026_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p9] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511048 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2511048 INFO  (qtp1800354117-21017) [n:127.0.0.1:65027_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511137 INFO  
(zkCallback-4858-thread-1-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2511137 INFO  
(zkCallback-4858-thread-2-processing-n:127.0.0.1:65031_solr) 
[n:127.0.0.1:65031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2511138 INFO  
(zkCallback-4856-thread-2-processing-n:127.0.0.1:65027_so

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

_n4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection..system.shard1.leader, tag=88825857
   [junit4]   2> 3970257 INFO  (jetty-closer-9804-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@73ad0bbf{/solr,null,UNAVAILABLE}
   [junit4]   2> 3970257 INFO  (jetty-closer-9804-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3970262 INFO  (jetty-closer-9804-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72063795596754952-127.0.0.1:54458_solr-n_0000000000) closing
   [junit4]   2> 3970262 INFO  
(OverseerStateUpdate-72063795596754952-127.0.0.1:54458_solr-n_0000000000) 
[n:127.0.0.1:54458_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:54458_solr
   [junit4]   2> 3970263 WARN  
(OverseerAutoScalingTriggerThread-72063795596754952-127.0.0.1:54458_solr-n_0000000000)
 [n:127.0.0.1:54458_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3970265 DEBUG (jetty-closer-9804-thread-2) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3970267 INFO  (jetty-closer-9804-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2a4e472d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3970270 INFO  (jetty-closer-9804-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3971686 WARN  
(zkCallback-9849-thread-1-processing-n:127.0.0.1:54489_solr) 
[n:127.0.0.1:54489_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3971690 INFO  (jetty-closer-9804-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@50401614{/solr,null,UNAVAILABLE}
   [junit4]   2> 3971693 INFO  (jetty-closer-9804-thread-4) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3971694 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3971695 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[DAC6DBC53ECF0848]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:54456 54456
   [junit4]   2> 3971722 INFO  (Thread-5046) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54456 54456
   [junit4]   2> 3972587 WARN  (Thread-5046) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        10      
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        9       /solr/collections/.system/terms/shard1
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        22      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72063795596754952-127.0.0.1:54458_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_DAC6DBC53ECF0848-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5064d8b7),
 locale=id, timezone=Etc/GMT+7
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=229349272,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextCodec, 
HdfsBasicDistributedZkTest, RulesTest, AutoAddReplicasIntegrationTest, 
HDFSCollectionsAPITest, TestPostingsSolrHighlighter, SolrIndexMetricsTest, 
TestSolrCoreParser, TestLegacyNumericRangeQueryBuilder, 
DistributedDebugComponentTest, TestXmlQParserPlugin, 
TriLevelCompositeIdRoutingTest, UtilsToolTest, TestSolrConfigHandlerCloud, 
ShardRoutingCustomTest, MultiTermTest, TestManagedResource, 
TestPhraseSuggestions, TestEmbeddedSolrServerSchemaAPI, FileUtilsTest, 
StatelessScriptUpdateProcessorFactoryTest, TestSystemCollAutoCreate, 
LeaderElectionIntegrationTest, CurrencyRangeFacetCloudTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, AddReplicaTest, 
AlternateDirectoryTest, TestLazyCores, TestRangeQuery, 
TestSchemalessBufferedUpdates, TestQueryUtils, TestUtilizeNode, 
TestGenericDistributedQueue, RegexBytesRefFilterTest, TestDocTermOrds, 
ConjunctionSolrSpellCheckerTest, DistributedFacetPivotLongTailTest, 
TestQueryTypes, DocumentBuilderTest, TestReplicationHandler, ZkCLITest, 
UniqFieldsUpdateProcessorFactoryTest, HttpTriggerListenerTest, 
TestHalfAndHalfDocValues, TestTrieFacet, TestMergePolicyConfig, 
TestCollationField, TestBackupRepositoryFactory, TestSmileRequest, 
TestQuerySenderNoQuery, SuggesterTSTTest, TestNumericTerms32, 
TestDefaultStatsCache, TestQueryWrapperFilter, ExecutePlanActionTest, 
SolrRequestParserTest, TestFieldTypeResource, TestSchemaVersionResource, 
SynonymTokenizerTest, TestLockTree, RequiredFieldsTest, CopyFieldTest, 
SolrInfoBeanTest, BigEndianAscendingWordDeserializerTest, 
TestUninvertingReader, SolrIndexSplitterTest, TestManagedSynonymFilterFactory, 
TestPayloadCheckQParserPlugin, TestConfigSetsAPIExclusivity, 
SolrJmxReporterTest, TestFieldCacheWithThreads, TestLegacyField, 
WordBreakSolrSpellCheckerTest, TestDistribDocBasedVersion, TestBinaryField, 
TestFieldCacheReopen, TestLeaderElectionZkExpiry, 
TestMultiValuedNumericRangeQuery, HLLUtilTest, TestCustomDocTransformer, 
CoreMergeIndexesAdminHandlerTest, DistributedMLTComponentTest, 
TestObjectReleaseTracker, CursorPagingTest, TestCSVResponseWriter, 
SolrMetricManagerTest, TestTolerantUpdateProcessorCloud, TestCoreContainer, 
TestFiltering, AssignBackwardCompatibilityTest, TestNodeAddedTrigger, 
TestRealTimeGet, TestPerFieldSimilarity, AnalyticsMergeStrategyTest, 
RankQueryTest, LukeRequestHandlerTest, SpatialFilterTest, 
CollectionTooManyReplicasTest, TestRestManager, TestRandomFlRTGCloud, 
TestBulkSchemaConcurrent, TestRuleBasedAuthorizationPlugin, NumberUtilsTest, 
TestPolicyCloud, CustomCollectionTest, TermVectorComponentDistributedTest, 
DistributedQueryElevationComponentTest, TestSQLHandler, 
HdfsDirectoryFactoryTest, DeleteInactiveReplicaTest, SolrPluginUtilsTest, 
TestChildDocTransformer, ZkFailoverTest, TestInPlaceUpdatesDistrib, 
TestFaceting, CloudExitableDirectoryReaderTest, SpellingQueryConverterTest, 
TestConfigSets, DataDrivenBlockJoinTest, MoveReplicaTest, OutputWriterTest, 
HdfsDirectoryTest, UnloadDistributedZkTest, SuggesterFSTTest, 
OverseerModifyCollectionTest, TestClusterStateProvider, InfixSuggestersTest, 
BasicAuthStandaloneTest, TestHashQParserPlugin, DistribCursorPagingTest, 
TestManagedSchemaAPI, DateFieldTest, LeaderInitiatedRecoveryOnShardRestartTest, 
ZkStateReaderTest, TestCloudPivotFacet, HttpSolrCallGetCoreTest, 
TestMinMaxOnMultiValuedField, ConvertedLegacyTest, 
ClassificationUpdateProcessorIntegrationTest, TestReloadAndDeleteDocs, 
TestMissingGroups, LeaderElectionTest, TestJsonFacetRefinement, 
NumericFieldsTest, TestStressLiveNodes, UpdateLogTest, 
DirectSolrConnectionTest, SearchHandlerTest, TestHttpShardHandlerFactory, 
TestTolerantSearch, RestartWhileUpdatingTest, TestElisionMultitermQuery, 
HdfsUnloadDistributedZkTest, OpenExchangeRatesOrgProviderTest, 
V2StandaloneTest, TestFunctionQuery, TestTrackingShardHandlerFactory, 
TestCustomSort, ConfigureRecoveryStrategyTest, TestCopyFieldCollectionResource, 
TestSuggestSpellingConverter, TestRecovery, BasicZkTest, TestSearcherReuse, 
RecoveryZkTest, SolrGraphiteReporterTest, SOLR749Test, 
TestShortCircuitedRequests, TestXIncludeConfig, 
LeaderFailoverAfterPartitionTest, TestCollectionAPI, ForceLeaderTest, 
DistributedQueryComponentCustomSortTest, TestInitParams, 
DistributedVersionInfoTest, BadCopyFieldTest, TestRemoteStreaming, 
TestTriggerIntegration, TestDelegationWithHadoopAuth, 
TestAuthenticationFramework, SolrIndexConfigTest, BasicDistributedZkTest, 
ImplicitSnitchTest, TestSortByMinMaxFunction, CreateCollectionCleanupTest, 
DirectUpdateHandlerOptimizeTest, TestSolrCloudWithHadoopAuthPlugin, 
DeleteNodeTest, ConfigSetsAPITest, NodeMutatorTest, ConnectionManagerTest, 
CreateRoutedAliasTest, DeleteReplicaTest, DeleteShardTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HttpPartitionTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
PeerSyncReplicationTest, SolrXmlInZkTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestClusterProperties, 
TestConfigSetsAPI, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestPullReplica, TestRequestForwarding, TestSSLRandomization, 
TestSegmentSorting, TestSkipOverseerOperations, 
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, 
VMParamsZkACLAndCredentialsProvidersTest, AssignTest, 
ConcurrentDeleteAndCreateCollectionTest, ShardSplitTest, 
TriggerIntegrationTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [639/775 (3!)] on J0 in 16.61s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to