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

3 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'response/params/y/c' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   
"response":{"znodeVersion":-1}},  from server:  
http://127.0.0.1:60200/solr/collection1_shard1_replica2

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{"znodeVersion":-1}},  from server:  
http://127.0.0.1:60200/solr/collection1_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([A33AFB76746001BE:2B6EC4ACDA9C6C46]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:174)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.TestRecovery.testCorruptLog

Error Message:
mismatch: '3'!='0' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '3'!='0' @ response/numFound
        at 
__randomizedtesting.SeedInfo.seed([A33AFB76746001BE:51E74FA58E585062]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1006)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:953)
        at 
org.apache.solr.search.TestRecovery.testCorruptLog(TestRecovery.java:1274)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([A33AFB76746001BE:F66A13E4D899CE4E]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1376)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1072)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11349 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/init-core-data-001
   [junit4]   2> 779909 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 779912 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-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> 779913 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001
   [junit4]   2> 779913 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 779914 INFO  (Thread-1176) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 779914 INFO  (Thread-1176) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 780016 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60197
   [junit4]   2> 780039 INFO  (jetty-launcher-907-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 780041 INFO  (jetty-launcher-907-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 780044 INFO  (jetty-launcher-907-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31550ad0{/solr,null,AVAILABLE}
   [junit4]   2> 780044 INFO  (jetty-launcher-907-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c64646f{/solr,null,AVAILABLE}
   [junit4]   2> 780045 INFO  (jetty-launcher-907-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@457e5cba{HTTP/1.1,[http/1.1]}{127.0.0.1:60199}
   [junit4]   2> 780046 INFO  (jetty-launcher-907-thread-2) [    ] 
o.e.j.s.Server Started @785316ms
   [junit4]   2> 780046 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60199}
   [junit4]   2> 780046 INFO  (jetty-launcher-907-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3d87c2a1{HTTP/1.1,[http/1.1]}{127.0.0.1:60200}
   [junit4]   2> 780046 INFO  (jetty-launcher-907-thread-1) [    ] 
o.e.j.s.Server Started @785316ms
   [junit4]   2> 780046 ERROR (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 780046 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60200}
   [junit4]   2> 780046 ERROR (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 780047 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 780047 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 780047 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 780047 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-16T04:56:58.514Z
   [junit4]   2> 780048 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 780048 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 780048 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 780048 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-16T04:56:58.515Z
   [junit4]   2> 780053 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 780053 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 780070 INFO  (jetty-launcher-907-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60197/solr
   [junit4]   2> 780074 INFO  (jetty-launcher-907-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60197/solr
   [junit4]   2> 780119 INFO  (jetty-launcher-907-thread-2) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 780119 INFO  (jetty-launcher-907-thread-1) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 780122 INFO  (jetty-launcher-907-thread-2) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60199_solr
   [junit4]   2> 780123 INFO  (jetty-launcher-907-thread-1) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60200_solr
   [junit4]   2> 780124 INFO  (jetty-launcher-907-thread-2) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.Overseer Overseer 
(id=97466516660748293-127.0.0.1:60199_solr-n_0000000000) starting
   [junit4]   2> 780129 INFO  
(zkCallback-917-thread-1-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 780129 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 780154 INFO  (jetty-launcher-907-thread-2) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60199_solr
   [junit4]   2> 780163 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 780163 INFO  
(zkCallback-917-thread-1-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 780253 INFO  (jetty-launcher-907-thread-2) 
[n:127.0.0.1:60199_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.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/.
   [junit4]   2> 780253 INFO  (jetty-launcher-907-thread-1) 
[n:127.0.0.1:60200_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.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/.
   [junit4]   2> 780618 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 780621 INFO  
(SUITE-TestReqParamsAPI-seed#[A33AFB76746001BE]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60197/solr ready
   [junit4]   2> 780634 INFO  (qtp1625587029-5612) [n:127.0.0.1:60199_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=collection1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 780643 INFO  
(OverseerThreadFactory-2373-thread-1-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 780761 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 780761 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 780874 INFO  
(zkCallback-917-thread-2-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 780874 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 781780 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 781780 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 781787 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 781787 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 781792 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 781792 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 781794 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica2' using configuration from 
collection collection1
   [junit4]   2> 781794 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica1' using configuration from 
collection collection1
   [junit4]   2> 781795 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 781795 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 781878 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 781878 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 781878 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 781878 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 781880 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 781880 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 781880 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 781880 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 781880 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76270b2e[collection1_shard1_replica2] main]
   [junit4]   2> 781880 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f51ea62[collection1_shard1_replica1] main]
   [junit4]   2> 781882 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 781882 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 781883 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 781883 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 781883 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 781883 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 781884 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 781884 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 781884 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 781884 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 781884 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1559464268635570176
   [junit4]   2> 781884 INFO  
(searcherExecutor-2378-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[collection1_shard1_replica2] Registered new searcher 
Searcher@76270b2e[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 781884 INFO  
(searcherExecutor-2379-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[collection1_shard1_replica1] Registered new searcher 
Searcher@7f51ea62[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 781884 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1559464268635570176
   [junit4]   2> 781895 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 781895 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 781895 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:60200/solr/collection1_shard1_replica2/
   [junit4]   2> 781895 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica2 url=http://127.0.0.1:60200/solr 
START replicas=[http://127.0.0.1:60199/solr/collection1_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 781896 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=collection1_shard1_replica2 url=http://127.0.0.1:60200/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 781898 INFO  (qtp1625587029-5616) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 781899 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 781899 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 781906 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60200/solr/collection1_shard1_replica2/ shard1
   [junit4]   2> 782013 INFO  
(zkCallback-917-thread-1-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 782013 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 782015 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 782020 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1259
   [junit4]   2> 782134 INFO  
(zkCallback-917-thread-3-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 782134 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 782900 INFO  (qtp1625587029-5614) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2139
   [junit4]   2> 782906 INFO  (qtp1625587029-5612) [n:127.0.0.1:60199_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> 783004 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60200_solr) 
[n:127.0.0.1:60200_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 783004 INFO  
(zkCallback-917-thread-2-processing-n:127.0.0.1:60199_solr) 
[n:127.0.0.1:60199_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 783908 INFO  (qtp1625587029-5612) [n:127.0.0.1:60199_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf1&name=collection1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3274
   [junit4]   2> 783930 INFO  
(TEST-TestReqParamsAPI.test-seed#[A33AFB76746001BE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 783944 INFO  
(TEST-TestReqParamsAPI.test-seed#[A33AFB76746001BE]) [    ] 
o.a.s.c.TestSolrConfigHandler going to send config command. path 
/config?wt=json , payload: {
   [junit4]   2> 'create-requesthandler' : { 'name' : '/dump0', 'class': 
'org.apache.solr.handler.DumpRequestHandler' }
   [junit4]   2> }
   [junit4]   2> 783952 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"create-requesthandler":{
   [junit4]   2>     "name":"/dump0",
   [junit4]   2>     "class":"org.apache.solr.handler.DumpRequestHandler"}}]
   [junit4]   2> 783953 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica1
   [junit4]   2> 783953 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica2
   [junit4]   2> 783955 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica1
   [junit4]   2> 783955 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica2
   [junit4]   2> 783957 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the 
property overlay to be of version 0 for collection collection1
   [junit4]   2> 783960 INFO  
(solrHandlerExecutor-2388-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 783961 INFO  
(solrHandlerExecutor-2388-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 783969 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 783969 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 783978 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 783978 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 783982 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 783982 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 783985 INFO  (Thread-1195) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using 
configuration from collection collection1
   [junit4]   2> 783985 INFO  (Thread-1196) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using 
configuration from collection collection1
   [junit4]   2> 783987 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 783987 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 784065 INFO  (qtp1625587029-5613) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 784065 INFO  (qtp110594021-5606) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 784066 INFO  (qtp1625587029-5613) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=1
   [junit4]   2> 784066 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 784067 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore config update listener called 
for core collection1_shard1_replica1
   [junit4]   2> 784067 INFO  (qtp110594021-5606) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=1
   [junit4]   2> 784067 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 784067 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore config update listener called 
for core collection1_shard1_replica2
   [junit4]   2> 784068 INFO  
(solrHandlerExecutor-2388-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from http://127.0.0.1:60199/solr/collection1_shard1_replica1/ 
for prop overlay   after 1 attempts
   [junit4]   2> 784068 INFO  
(solrHandlerExecutor-2388-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from http://127.0.0.1:60200/solr/collection1_shard1_replica2/ 
for prop overlay   after 1 attempts
   [junit4]   2> 784068 INFO  
(solrHandlerExecutor-2388-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784068 INFO  
(solrHandlerExecutor-2388-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784069 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore core reload 
collection1_shard1_replica1
   [junit4]   2> 784069 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore core reload 
collection1_shard1_replica2
   [junit4]   2> 784079 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784079 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784079 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cd5efa7[collection1_shard1_replica1] main]
   [junit4]   2> 784079 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784079 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784080 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@655a1b4b[collection1_shard1_replica2] main]
   [junit4]   2> 784081 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 784082 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 784082 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784083 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 784083 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784083 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 784084 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 784084 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784084 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559464270942437376
   [junit4]   2> 784084 INFO  
(searcherExecutor-2390-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@2cd5efa7[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784085 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 784085 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784085 INFO  
(searcherExecutor-2389-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@655a1b4b[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784086 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559464270944534528
   [junit4]   2> 784089 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 784090 INFO  (Thread-1195) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e6a6a2a[collection1_shard1_replica1] main]
   [junit4]   2> 784090 INFO  
(searcherExecutor-2390-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@6e6a6a2a[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784091 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 784091 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@630ec08d[collection1_shard1_replica2] main]
   [junit4]   2> 784092 INFO  
(searcherExecutor-2389-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@630ec08d[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784092 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3c68900
   [junit4]   2> 784094 INFO  (Thread-1196) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica2
   [junit4]   2> 784105 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 784106 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 784112 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 784114 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 784116 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 784117 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 784118 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.CoreContainer Reloading SolrCore 
'collection1_shard1_replica1' using configuration from collection collection1
   [junit4]   2> 784118 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.CoreContainer Reloading SolrCore 
'collection1_shard1_replica2' using configuration from collection collection1
   [junit4]   2> 784119 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 784119 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 784175 INFO  (qtp1625587029-5615) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 784175 INFO  (qtp1625587029-5615) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 784175 INFO  (qtp1625587029-5615) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784175 INFO  (qtp110594021-5607) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 784176 INFO  (qtp110594021-5607) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 784176 INFO  (qtp110594021-5607) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784177 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Took 225.0ms to set the property overlay to be of 
version 0 for collection collection1
   [junit4]   2> 784177 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/config 
params={wt=json} status=0 QTime=231
   [junit4]   2> 784178 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.SolrCore [collection1_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6f6af93f
   [junit4]   2> 784178 INFO  (qtp1625587029-5608) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica1
   [junit4]   2> 784179 INFO  
(TEST-TestReqParamsAPI.test-seed#[A33AFB76746001BE]) [    ] 
o.a.s.c.TestSolrConfigHandler going to send config command. path 
/config?wt=json , payload: {
   [junit4]   2> 'create-requesthandler' : { 'name' : '/dump1', 'class': 
'org.apache.solr.handler.DumpRequestHandler', 'useParams':'x' }
   [junit4]   2> }
   [junit4]   2> 784181 INFO  (qtp1625587029-5616) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.ZkController Persisted config data to node 
/configs/conf1/configoverlay.json 
   [junit4]   2> 784182 INFO  (qtp1625587029-5616) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"create-requesthandler":{
   [junit4]   2>     "name":"/dump1",
   [junit4]   2>     "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2>     "useParams":"x"}}]
   [junit4]   2> 784182 INFO  (qtp1625587029-5616) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the 
property overlay to be of version 1 for collection collection1
   [junit4]   2> 784184 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica2
   [junit4]   2> 784184 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica1
   [junit4]   2> 784186 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica2
   [junit4]   2> 784186 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica1
   [junit4]   2> 784187 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784187 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784224 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784224 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784225 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fa6e45a[collection1_shard1_replica2] main]
   [junit4]   2> 784226 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784226 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784226 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 784226 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d8fcff8[collection1_shard1_replica1] main]
   [junit4]   2> 784227 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784227 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper 
watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 784228 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Current schema 
version 0 is already the latest
   [junit4]   2> 784228 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be 
reserved for  10000
   [junit4]   2> 784228 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 784229 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1559464271094480896
   [junit4]   2> 784229 INFO  
(searcherExecutor-2398-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@3fa6e45a[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784230 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784230 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper 
watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 784231 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema 
version 0 is already the latest
   [junit4]   2> 784231 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be 
reserved for  10000
   [junit4]   2> 784231 INFO  
(searcherExecutor-2397-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@7d8fcff8[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784231 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1559464271096578048
   [junit4]   2> 784234 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.DefaultSolrCoreState New IndexWriter is 
ready to be used.
   [junit4]   2> 784235 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34da02f7[collection1_shard1_replica2] main]
   [junit4]   2> 784235 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@7264691b
   [junit4]   2> 784235 INFO  
(searcherExecutor-2398-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@34da02f7[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784235 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is 
ready to be used.
   [junit4]   2> 784235 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 784237 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c8b2fe[collection1_shard1_replica1] main]
   [junit4]   2> 784237 INFO  
(searcherExecutor-2397-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@3c8b2fe[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784254 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 784255 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 784267 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 784269 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 784272 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 784273 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 784280 INFO  (Thread-1198) [n:127.0.0.1:60200_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using 
configuration from collection collection1
   [junit4]   2> 784280 INFO  (Thread-1197) [n:127.0.0.1:60199_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using 
configuration from collection collection1
   [junit4]   2> 784294 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 784295 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 784299 INFO  (qtp1625587029-5617) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784299 INFO  (qtp1625587029-5617) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784300 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 784300 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore config update listener called 
for core collection1_shard1_replica1
   [junit4]   2> 784300 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60199/solr/collection1_shard1_replica1/ 
for prop overlay   after 1 attempts
   [junit4]   2> 784300 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784301 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784301 INFO  (qtp110594021-5604) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784301 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 784301 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore config update listener called 
for core collection1_shard1_replica2
   [junit4]   2> 784301 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60200/solr/collection1_shard1_replica2/ 
for prop overlay   after 1 attempts
   [junit4]   2> 784301 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784302 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore core reload 
collection1_shard1_replica1
   [junit4]   2> 784302 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore core reload 
collection1_shard1_replica2
   [junit4]   2> 784410 INFO  (qtp110594021-5605) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784410 INFO  (qtp110594021-5605) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784411 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 784411 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60200/solr/collection1_shard1_replica2/ 
for prop overlay   after 2 attempts
   [junit4]   2> 784411 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784421 INFO  (qtp1625587029-5613) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784422 INFO  (qtp1625587029-5613) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784422 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 784422 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60199/solr/collection1_shard1_replica1/ 
for prop overlay   after 2 attempts
   [junit4]   2> 784422 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784516 INFO  (qtp110594021-5606) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784516 INFO  (qtp110594021-5606) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784516 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 784516 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60200/solr/collection1_shard1_replica2/ 
for prop overlay   after 3 attempts
   [junit4]   2> 784517 INFO  
(solrHandlerExecutor-2399-thread-2-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784520 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784520 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784520 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ae5fd90[collection1_shard1_replica2] main]
   [junit4]   2> 784523 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 784524 INFO  (qtp1625587029-5615) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
   [junit4]   2> 784524 INFO  (qtp1625587029-5615) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr 
path=/config/znodeVersion params={overlay=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 784524 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 784525 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 1 from http://127.0.0.1:60199/solr/collection1_shard1_replica1/ 
for prop overlay   after 3 attempts
   [junit4]   2> 784525 INFO  
(solrHandlerExecutor-2399-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, 
maxWait 30
   [junit4]   2> 784525 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784525 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 784529 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 784529 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784530 INFO  
(searcherExecutor-2406-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@7ae5fd90[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784530 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559464271410102272
   [junit4]   2> 784560 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784560 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784560 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12e67d11[collection1_shard1_replica1] main]
   [junit4]   2> 784563 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 784564 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 784564 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 784565 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 784566 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784566 INFO  
(searcherExecutor-2407-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@12e67d11[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784566 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559464271447851008
   [junit4]   2> 784569 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 784569 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69f1749e[collection1_shard1_replica2] main]
   [junit4]   2> 784569 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@16826ca3
   [junit4]   2> 784569 INFO  
(searcherExecutor-2406-thread-1-processing-n:127.0.0.1:60200_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@69f1749e[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784570 INFO  (Thread-1198) [n:127.0.0.1:60200_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica2
   [junit4]   2> 784570 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 784570 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c4f27c6[collection1_shard1_replica1] main]
   [junit4]   2> 784571 INFO  
(searcherExecutor-2407-thread-1-processing-n:127.0.0.1:60199_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@1c4f27c6[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784571 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.SolrCore [collection1_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c800d9b
   [junit4]   2> 784571 INFO  (Thread-1197) [n:127.0.0.1:60199_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1.shard1.replica1
   [junit4]   2> 784582 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 784583 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 784588 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 784592 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 784593 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 784595 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 784597 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.CoreContainer Reloading SolrCore 
'collection1_shard1_replica2' using configuration from collection collection1
   [junit4]   2> 784598 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60200_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A33AFB76746001BE-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 784597 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:60199_solr c:collection1 s:shard1 r:core_node

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


 [ecj-lint]              ^^
 [ecj-lint] Resource leak: 'a2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java
 (at line 63)
 [ecj-lint]     NamedList res = (NamedList) new JavaBinCodec().unmarshal(new 
ByteArrayInputStream(baos.toByteArray()));
 [ecj-lint]                                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 72)
 [ecj-lint]     JavabinTupleStreamParser parser = new 
JavabinTupleStreamParser(new ByteArrayInputStream(bytes), true);
 [ecj-lint]                              ^^^^^^
 [ecj-lint] Resource leak: 'parser' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 173)
 [ecj-lint]     new JavaBinCodec().marshal(response.getValues(), baos);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 175)
 [ecj-lint]     Object o = new JavaBinCodec().unmarshal(new 
ByteArrayInputStream(bytes));
 [ecj-lint]                ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 178)
 [ecj-lint]     JavabinTupleStreamParser parser = new 
JavabinTupleStreamParser(new ByteArrayInputStream(bytes), false);
 [ecj-lint]                              ^^^^^^
 [ecj-lint] Resource leak: 'parser' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 192)
 [ecj-lint]     new JavaBinCodec().marshal(response.getValues(), baos);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/TestPushWriter.java
 (at line 57)
 [ecj-lint]     m = (Map) new JavaBinCodec().unmarshal(new 
ByteArrayInputStream(baos.toByteArray()));
 [ecj-lint]               ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/response/transform/TestSubQueryTransformer.java
 (at line 387)
 [ecj-lint]     unmarshalled = (NamedList<Object>) new JavaBinCodec().unmarshal(
 [ecj-lint]                                        ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/search/TestDocSet.java
 (at line 241)
 [ecj-lint]     return loadfactor!=0 ? new HashDocSet(a,0,n,1/loadfactor) : new 
HashDocSet(a,0,n);
 [ecj-lint]                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/search/TestDocSet.java
 (at line 526)
 [ecj-lint]     DocSet a = new BitDocSet(bs);
 [ecj-lint]            ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. ERROR in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/search/TestRecovery.java
 (at line 26)
 [ecj-lint]     import org.apache.solr.common.SolrInputDocument;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.SolrInputDocument is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java
 (at line 85)
 [ecj-lint]     final MockPKIAuthenticationPlugin mock = new 
MockPKIAuthenticationPlugin(null, nodeName);
 [ecj-lint]                                       ^^^^
 [ecj-lint] Resource leak: 'mock' is never closed
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java
 (at line 138)
 [ecj-lint]     MockPKIAuthenticationPlugin mock1 = new 
MockPKIAuthenticationPlugin(null, nodeName) {
 [ecj-lint]                                 ^^^^^
 [ecj-lint] Resource leak: 'mock1' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/security/TestRuleBasedAuthorizationPlugin.java
 (at line 365)
 [ecj-lint]     RuleBasedAuthorizationPlugin plugin = new 
RuleBasedAuthorizationPlugin();
 [ecj-lint]                                  ^^^^^^
 [ecj-lint] Resource leak: 'plugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/security/TestSha256AuthenticationProvider.java
 (at line 49)
 [ecj-lint]     BasicAuthPlugin basicAuthPlugin = new BasicAuthPlugin();
 [ecj-lint]                     ^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'basicAuthPlugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/spelling/SimpleQueryConverter.java
 (at line 42)
 [ecj-lint]     WhitespaceAnalyzer analyzer = new WhitespaceAnalyzer();
 [ecj-lint]                        ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 139)
 [ecj-lint]     IndexWriter w = new IndexWriter(d, 
newIndexWriterConfig(analyzer));
 [ecj-lint]                 ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 172)
 [ecj-lint]     throw iae;
 [ecj-lint]     ^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 178)
 [ecj-lint]     return;
 [ecj-lint]     ^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java
 (at line 415)
 [ecj-lint]     new JavaBinCodec().marshal(topDocument, os);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java
 (at line 419)
 [ecj-lint]     SolrInputDocument result = (SolrInputDocument) new 
JavaBinCodec().unmarshal(is);
 [ecj-lint]                                                    
^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java
 (at line 181)
 [ecj-lint]     EmbeddedSolrServer server1 = new 
EmbeddedSolrServer(h.getCoreContainer(), "split1");
 [ecj-lint]                        ^^^^^^^
 [ecj-lint] Resource leak: 'server1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java
 (at line 182)
 [ecj-lint]     EmbeddedSolrServer server2 = new 
EmbeddedSolrServer(h.getCoreContainer(), "split2");
 [ecj-lint]                        ^^^^^^^
 [ecj-lint] Resource leak: 'server2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32 problems (1 error, 31 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:775: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:674: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2010:
 The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2043:
 Compile failed; see the compiler error output for details.

Total time: 111 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to