Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/461/

2 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([2094C979BBB11E3A:D7E727217D59B1DC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1331)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'A val' for path 'response/params/x/a' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   
"response":{"znodeVersion":-1}},  from server:  
http://127.0.0.1:56411/solr/collection1_shard1_replica1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'A val' for path 
'response/params/x/a' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{"znodeVersion":-1}},  from server:  
http://127.0.0.1:56411/solr/collection1_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([2094C979BBB11E3A:A8C0F6A3154D73C2]: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:535)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:108)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10740 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/init-core-data-001
   [junit4]   2> 225320 INFO  
(SUITE-TestReqParamsAPI-seed#[2094C979BBB11E3A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 225327 INFO  
(SUITE-TestReqParamsAPI-seed#[2094C979BBB11E3A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 225338 INFO  (Thread-58) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 225339 INFO  (Thread-58) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 225454 INFO  
(SUITE-TestReqParamsAPI-seed#[2094C979BBB11E3A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58455
   [junit4]   2> 225546 INFO  (jetty-launcher-37-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 225553 INFO  (jetty-launcher-37-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f01d2a0{/solr,null,AVAILABLE}
   [junit4]   2> 225542 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 225604 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7ae9f91f{/solr,null,AVAILABLE}
   [junit4]   2> 225605 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6eb27d0d{HTTP/1.1,[http/1.1]}{127.0.0.1:44253}
   [junit4]   2> 225605 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.Server Started @234325ms
   [junit4]   2> 225566 INFO  (jetty-launcher-37-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@582565fd{HTTP/1.1,[http/1.1]}{127.0.0.1:56411}
   [junit4]   2> 225605 INFO  (jetty-launcher-37-thread-2) [    ] 
o.e.j.s.Server Started @234326ms
   [junit4]   2> 225605 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56411}
   [junit4]   2> 225605 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44253}
   [junit4]   2> 225628 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 225629 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 225629 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 225630 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T12:28:36.354Z
   [junit4]   2> 225629 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 225630 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 225630 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 225630 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T12:28:36.354Z
   [junit4]   2> 225718 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 225743 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 225769 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 225799 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58455/solr
   [junit4]   2> 225888 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 225896 INFO  (jetty-launcher-37-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58455/solr
   [junit4]   2> 226108 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1578a84696a0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 226274 INFO  (jetty-launcher-37-thread-2) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56411_solr
   [junit4]   2> 226276 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:44253_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44253_solr
   [junit4]   2> 226278 INFO  (jetty-launcher-37-thread-2) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.Overseer Overseer 
(id=96698218320625670-127.0.0.1:56411_solr-n_0000000000) starting
   [junit4]   2> 226283 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 226284 INFO  
(zkCallback-48-thread-1-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 226337 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:44253_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/.
   [junit4]   2> 226376 INFO  (jetty-launcher-37-thread-2) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56411_solr
   [junit4]   2> 226378 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 226379 INFO  
(zkCallback-48-thread-1-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 226439 INFO  (jetty-launcher-37-thread-2) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/.
   [junit4]   2> 226549 INFO  
(SUITE-TestReqParamsAPI-seed#[2094C979BBB11E3A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 226661 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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> 226723 INFO  
(OverseerThreadFactory-111-thread-1-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 226879 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 226902 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 227047 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 227050 INFO  
(zkCallback-48-thread-2-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 227921 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 228171 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema 
[collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 228187 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228188 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228189 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 228204 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 228236 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema 
[collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 228243 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 228243 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 228244 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 228244 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 228245 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@374c00f5[collection1_shard1_replica2] main]
   [junit4]   2> 228247 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228248 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228250 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228265 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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> 228265 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_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 1547171496186609664
   [junit4]   2> 228266 INFO  
(searcherExecutor-114-thread-1-processing-n:127.0.0.1:44253_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@374c00f5[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228268 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228269 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228288 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 228295 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 228375 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 228375 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 228398 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 228398 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 228400 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1113984e[collection1_shard1_replica1] main]
   [junit4]   2> 228401 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 228401 INFO  
(zkCallback-48-thread-4-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 228403 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228403 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228403 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228406 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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> 228407 INFO  (qtp513897603-241) [n:127.0.0.1:56411_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 1547171496335507456
   [junit4]   2> 228409 INFO  
(searcherExecutor-119-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@1113984e[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228799 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 228799 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 228799 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44253/solr/collection1_shard1_replica2/
   [junit4]   2> 228804 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica2 
url=http://127.0.0.1:44253/solr START 
replicas=[http://127.0.0.1:56411/solr/collection1_shard1_replica1/] nUpdates=100
   [junit4]   2> 228806 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica2 
url=http://127.0.0.1:44253/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 228817 INFO  (qtp513897603-245) [n:127.0.0.1:56411_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=1
   [junit4]   2> 228817 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 228818 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 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> 228898 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44253/solr/collection1_shard1_replica2/ shard1
   [junit4]   2> 229000 INFO  
(zkCallback-48-thread-2-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 229000 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 229017 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 229025 INFO  (qtp1187298880-252) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2122
   [junit4]   2> 229129 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 229130 INFO  
(zkCallback-48-thread-2-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 229415 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica1
   [junit4]   2> 229421 INFO  
(updateExecutor-44-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 229423 INFO  (qtp513897603-241) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2550
   [junit4]   2> 229439 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 229439 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 229439 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica1]
   [junit4]   2> 229439 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 229439 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica1] as recovering, leader is 
[http://127.0.0.1:44253/solr/collection1_shard1_replica2/] and I am 
[http://127.0.0.1:56411/solr/collection1_shard1_replica1/]
   [junit4]   2> 229617 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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> 229635 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:44253/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica2&nodeName=127.0.0.1:56411_solr&coreNodeName=core_node1&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 229637 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node1, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 229655 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see 
collection1_shard1_replica2 (shard1 of collection1) have state: recovering
   [junit4]   2> 229655 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:56411_solr, 
coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: 
core_node1:{"core":"collection1_shard1_replica1","base_url":"http://127.0.0.1:56411/solr","node_name":"127.0.0.1:56411_solr","state":"down"}
   [junit4]   2> 229756 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 229756 INFO  
(zkCallback-48-thread-4-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 230655 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:56411_solr, 
coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: 
core_node1:{"core":"collection1_shard1_replica1","base_url":"http://127.0.0.1:56411/solr","node_name":"127.0.0.1:56411_solr","state":"recovering"}
   [junit4]   2> 230655 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node1, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 230655 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:56411_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica2&coreNodeName=core_node1&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1018
   [junit4]   2> 230748 INFO  
(OverseerCollectionConfigSetProcessor-96698218320625670-127.0.0.1:56411_solr-n_0000000000)
 [n:127.0.0.1:56411_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 237657 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:44253/solr/collection1_shard1_replica2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 237658 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=collection1_shard1_replica1 url=http://127.0.0.1:56411/solr START 
replicas=[http://127.0.0.1:44253/solr/collection1_shard1_replica2/] nUpdates=100
   [junit4]   2> 237673 INFO  (qtp1187298880-249) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 237673 INFO  (qtp1187298880-249) [n:127.0.0.1:44253_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] 
o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 237683 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 237683 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.PeerSync We are already in sync. No need 
to do a PeerSync 
   [junit4]   2> 237683 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 237683 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 237684 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 237686 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 237686 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 237687 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 237687 INFO  
(recoveryExecutor-45-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 237701 INFO  
(zkCallback-48-thread-2-processing-n:127.0.0.1:56411_solr) 
[n:127.0.0.1:56411_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> 237701 INFO  
(zkCallback-47-thread-1-processing-n:127.0.0.1:44253_solr) 
[n:127.0.0.1:44253_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> 238631 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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=12048
   [junit4]   2> 238645 INFO  
(TEST-TestReqParamsAPI.test-seed#[2094C979BBB11E3A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 238661 INFO  
(TEST-TestReqParamsAPI.test-seed#[2094C979BBB11E3A]) [    ] 
o.a.s.c.TestSolrConfigHandler going to send config command. path 
/config?wt=json , payload: 
   [junit4]   2> 238695 INFO  (qtp513897603-239) [n:127.0.0.1:56411_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> 238697 INFO  (qtp513897603-239) [n:127.0.0.1:56411_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> 238733 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica2
   [junit4]   2> 238744 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 238798 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 238820 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 238831 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica1
   [junit4]   2> 238851 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica2
   [junit4]   2> 238853 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 238900 INFO  
(solrHandlerExecutor-124-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 238854 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 238902 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 238906 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 238916 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 238951 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica1
   [junit4]   2> 238971 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 239382 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 239385 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 239408 INFO  (Thread-79) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using 
configuration from collection collection1
   [junit4]   2> 239410 INFO  (qtp1187298880-254) [n:127.0.0.1:44253_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> 239419 INFO  (Thread-79) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 239419 INFO  (qtp1187298880-254) [n:127.0.0.1:44253_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=9
   [junit4]   2> 239423 INFO  
(solrHandlerExecutor-124-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:44253/solr/collection1_shard1_replica2/ 
for prop overlay   after 1 attempts
   [junit4]   2> 239423 INFO  
(solrHandlerExecutor-124-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 239425 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 239425 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 239444 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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> 239451 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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=7
   [junit4]   2> 239452 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:56411/solr/collection1_shard1_replica1/ 
for prop overlay   after 1 attempts
   [junit4]   2> 239452 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 239462 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 239463 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 239470 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SchemaManager managed schema loaded . 
version : 0 
   [junit4]   2> 239477 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 239524 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 239531 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 239538 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SchemaManager managed schema loaded . 
version : 0 
   [junit4]   2> 239539 INFO  (Thread-80) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using 
configuration from collection collection1
   [junit4]   2> 239539 INFO  (Thread-79) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 239539 INFO  (Thread-79) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 239748 INFO  (Thread-79) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7a14bc0d[collection1_shard1_replica2] main]
   [junit4]   2> 239749 INFO  (Thread-79) [n:127.0.0.1:44253_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> 239749 INFO  (Thread-79) [n:127.0.0.1:44253_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> 239749 INFO  (Thread-79) [n:127.0.0.1:44253_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> 239750 INFO  (Thread-79) [n:127.0.0.1:44253_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> 239750 INFO  (Thread-79) [n:127.0.0.1:44253_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 
1547171508229505024
   [junit4]   2> 239800 INFO  
(searcherExecutor-125-thread-1-processing-n:127.0.0.1:44253_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@7a14bc0d[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 239815 INFO  (Thread-80) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 239817 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 239821 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 239821 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore core reload 
collection1_shard1_replica1
   [junit4]   2> 239822 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_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> 239847 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 239847 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore core reload 
collection1_shard1_replica2
   [junit4]   2> 239866 INFO  (qtp1187298880-250) [n:127.0.0.1:44253_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=44
   [junit4]   2> 239876 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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> 239903 INFO  
(solrHandlerExecutor-124-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:44253/solr/collection1_shard1_replica2/ 
for prop overlay   after 2 attempts
   [junit4]   2> 239903 INFO  
(solrHandlerExecutor-124-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, 
maxWait 30
   [junit4]   2> 239903 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 239942 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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=66
   [junit4]   2> 239949 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 239963 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:56411/solr/collection1_shard1_replica1/ 
for prop overlay   after 2 attempts
   [junit4]   2> 239963 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, 
maxWait 30
   [junit4]   2> 240267 INFO  (Thread-80) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 240267 INFO  (Thread-80) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 240280 INFO  (qtp513897603-240) [n:127.0.0.1:56411_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> 240280 INFO  (qtp513897603-240) [n:127.0.0.1:56411_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> 240299 INFO  (Thread-79) [n:127.0.0.1:44253_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> 240299 INFO  (Thread-79) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1ef3edcc[collection1_shard1_replica2] main]
   [junit4]   2> 240299 INFO  (Thread-79) [n:127.0.0.1:44253_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@4bf0b90c
   [junit4]   2> 240300 INFO  
(searcherExecutor-125-thread-1-processing-n:127.0.0.1:44253_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@1ef3edcc[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240303 INFO  (Thread-80) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7430670f[collection1_shard1_replica1] main]
   [junit4]   2> 240306 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240311 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:56411/solr/collection1_shard1_replica1/ 
for prop overlay   after 3 attempts
   [junit4]   2> 240311 INFO  
(solrHandlerExecutor-124-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, 
maxWait 30
   [junit4]   2> 240312 INFO  (Thread-80) [n:127.0.0.1:56411_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> 240313 INFO  (Thread-80) [n:127.0.0.1:56411_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> 240313 INFO  (Thread-80) [n:127.0.0.1:56411_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> 240313 INFO  (Thread-80) [n:127.0.0.1:56411_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> 240313 INFO  (Thread-80) [n:127.0.0.1:56411_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 
1547171508819853312
   [junit4]   2> 240314 INFO  
(searcherExecutor-129-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@7430670f[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240321 INFO  (qtp1187298880-255) [n:127.0.0.1:44253_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> 240322 INFO  (qtp1187298880-255) [n:127.0.0.1:44253_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> 240322 INFO  (qtp1187298880-255) [n:127.0.0.1:44253_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> 240331 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
6.3.0
   [junit4]   2> 240341 INFO  (Thread-80) [n:127.0.0.1:56411_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> 240342 INFO  (Thread-80) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@27055708[collection1_shard1_replica1] main]
   [junit4]   2> 240342 INFO  
(searcherExecutor-129-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@27055708[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240360 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
6.3.0
   [junit4]   2> 240446 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240453 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240455 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240470 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] 
] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 240475 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240478 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240499 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240503 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] 
] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 240559 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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> 240559 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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> 240559 INFO  (qtp513897603-243) [n:127.0.0.1:56411_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=52
   [junit4]   2> 240567 INFO  (qtp513897603-239) [n:127.0.0.1:56411_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] 
o.a.s.h.SolrConfigHandler Took 1871.0ms to set the property overlay to be of 
version 0 for collection collection1
   [junit4]   2> 240567 INFO  (qtp513897603-239) [n:127.0.0.1:56411_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=1904
   [junit4]   2> 240568 INFO  (qtp513897603-239) [n:127.0.0.1:56411_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@488654d9
   [junit4]   2> 240576 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 240576 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 240595 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 240595 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 240612 INFO  
(TEST-TestReqParamsAPI.test-seed#[2094C979BBB11E3A]) [    ] 
o.a.s.c.TestSolrConfigHandler going to send config command. path 
/config?wt=json , payload: 
   [junit4]   2> 240616 INFO  (qtp513897603-246) [n:127.0.0.1:56411_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> 240618 INFO  (qtp513897603-246) [n:127.0.0.1:56411_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> 240618 INFO  (qtp513897603-246) [n:127.0.0.1:56411_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> 240623 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@42abe4e0[collection1_shard1_replica1] main]
   [junit4]   2> 240624 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@530a7bfe[collection1_shard1_replica2] main]
   [junit4]   2> 240624 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240625 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240625 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240626 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240628 INFO  
(solrHandlerExecutor-141-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 240629 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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 1547171509151203328
   [junit4]   2> 240630 INFO  
(searcherExecutor-133-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@42abe4e0[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240640 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240641 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@779a8c5b[collection1_shard1_replica1] main]
   [junit4]   2> 240644 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240644 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240644 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240645 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240645 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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 1547171509167980544
   [junit4]   2> 240651 INFO  
(searcherExecutor-133-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] 
Registered new searcher Searcher@779a8c5b[collection1_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240654 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240654 WARN  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 240666 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica2
   [junit4]   2> 240669 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 240669 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
collection1_shard1_replica1
   [junit4]   2> 240670 INFO  
(searcherExecutor-134-thread-1-processing-n:127.0.0.1:44253_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@530a7bfe[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240671 INFO  
(solrHandlerExecutor-141-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 240674 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a8f9ee2[collection1_shard1_replica2] main]
   [junit4]   2> 240678 INFO  
(searcherExecutor-134-thread-1-processing-n:127.0.0.1:44253_solr 
x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] 
Registered new searcher Searcher@7a8f9ee2[collection1_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 240685 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 240692 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 240694 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 240697 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 240709 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 240711 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@22e5ef69
   [junit4]   2> 240711 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica1
   [junit4]   2> 240735 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 240744 INFO  (qtp1187298880-255) [n:127.0.0.1:44253_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> 240753 INFO  (qtp1187298880-255) [n:127.0.0.1:44253_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=13
   [junit4]   2> 240753 INFO  
(solrHandlerExecutor-141-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:44253/solr/collection1_shard1_replica2/ 
for prop overlay   after 1 attempts
   [junit4]   2> 240753 INFO  
(solrHandlerExecutor-141-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 240754 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrCore core reload collection1_shard1_replica2
   [junit4]   2> 240759 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 240759 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240761 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.s.SchemaManager managed schema loaded . 
version : 0 
   [junit4]   2> 240764 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240766 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 240766 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica2] o.a.s.c.SolrCore core reload 
collection1_shard1_replica2
   [junit4]   2> 240785 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 240790 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 240805 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 240826 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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> 240830 INFO  (Thread-82) [n:127.0.0.1:56411_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using 
configuration from collection collection1
   [junit4]   2> 240831 INFO  (Thread-82) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore 
[[collection1_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/collection1_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 240847 INFO  (qtp513897603-244) [n:127.0.0.1:56411_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=20
   [junit4]   2> 240847 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.h.SolrConfigHandler Trying to update my 
configs
   [junit4]   2> 240847 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240851 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 240865 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 240867 INFO  (Thread-81) [n:127.0.0.1:44253_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using 
configuration from collection collection1
   [junit4]   2> 240867 INFO  (Thread-81) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.SolrCore 
[[collection1_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/collection1_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_2094C979BBB11E3A-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 240867 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.s.SchemaManager managed schema loaded . 
version : 0 
   [junit4]   2> 240870 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240873 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_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> 240873 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:56411_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica1] o.a.s.c.SolrCore core reload 
collection1_shard1_replica1
   [junit4]   2> 240876 INFO  
(solrHandlerExecutor-141-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:56411/solr/collection1_shard1_replica1/ 
for prop overlay   after 1 attempts
   [junit4]   2> 240876 INFO  
(solrHandlerExecutor-141-thread-1-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 240907 INFO  (Thread-82) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 240907 INFO  (Thread-82) [n:127.0.0.1:56411_solr c:collection1 
s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 240927 INFO  (qtp1187298880-256) [n:127.0.0.1:44253_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> 240958 INFO  (qtp1187298880-256) [n:127.0.0.1:44253_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=31
   [junit4]   2> 240959 INFO  
(solrHandlerExecutor-141-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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:44253/solr/collection1_shard1_replica2/ 
for prop overlay   after 2 attempts
   [junit4]   2> 240959 INFO  
(solrHandlerExecutor-141-thread-2-processing-n:127.0.0.1:56411_solr 
x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:56411_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> 240959 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:44253_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> 241192 INFO  (Thread-81) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 241192 INFO  (Thread-81) [n:127.0.0.1:44253_solr c:collection1 
s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 241195 INFO  (T

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

ndler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1888216 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001/solr-instance-030/.
   [junit4]   2> 1888216 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1888283 WARN  (coreLoadExecutor-4771-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1888294 INFO  (coreLoadExecutor-4771-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1889006 INFO  (coreLoadExecutor-4771-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1889008 INFO  (coreLoadExecutor-4771-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1889009 INFO  (coreLoadExecutor-4771-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001/solr-instance-030/./collection1
   [junit4]   2> 1889009 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001/solr-instance-030/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001/solr-instance-030/./collection1/data/]
   [junit4]   2> 1889034 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=34.76171875, 
floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=24.18147659591659, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1563001498889709
   [junit4]   2> 1889103 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1889103 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1889104 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=90.6767578125, 
floorSegmentMB=0.7197265625, forceMergeDeletesPctAllowed=20.3923823811087, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1889104 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65c96163[collection1] main]
   [junit4]   2> 1889105 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001/solr-instance-030/collection1/conf
   [junit4]   2> 1889119 INFO  (coreLoadExecutor-4771-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1889128 INFO  
(searcherExecutor-4772-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@65c96163[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1889154 INFO  (qtp1584758722-10262) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1889155 INFO  (indexFetcher-4776-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1889155 INFO  (indexFetcher-4776-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1889155 INFO  (indexFetcher-4776-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1889510 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 1889511 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@28093524{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1889511 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1379195606
   [junit4]   2> 1889526 INFO  (coreCloseExecutor-4777-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@30d19c60
   [junit4]   2> 1889531 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@27b5f5b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889549 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@10a1952b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1889550 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=512620849
   [junit4]   2> 1889570 INFO  (coreCloseExecutor-4779-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@44bde497
   [junit4]   2> 1889578 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2094C979BBB11E3A])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@46948ff7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889586 INFO  
(SUITE-TestReplicationHandler-seed#[2094C979BBB11E3A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2094C979BBB11E3A-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=es-PY, timezone=Pacific/Samoa
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=144828496,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderFailoverAfterPartitionTest, TestSuggestSpellingConverter, 
TestSolrQueryParserDefaultOperatorResource, TestFieldCacheSanityChecker, 
TestSolrCloudWithKerberosAlt, TestDistributedGrouping, TestUpdate, 
TestCSVResponseWriter, SliceStateTest, TestFuzzyAnalyzedSuggestions, 
TestQueryUtils, DistributedQueryComponentCustomSortTest, CopyFieldTest, 
TestMinMaxOnMultiValuedField, RuleEngineTest, TestManagedSchemaAPI, 
TestHdfsCloudBackupRestore, TestDistribDocBasedVersion, 
TestRandomRequestDistribution, HdfsWriteToMultipleCollectionsTest, 
SchemaVersionSpecificBehaviorTest, TestRTimerTree, 
TestLMDirichletSimilarityFactory, TestFieldCacheVsDocValues, 
StatsReloadRaceTest, ConvertedLegacyTest, RankQueryTest, 
LeaderInitiatedRecoveryOnShardRestartTest, CollectionTooManyReplicasTest, 
ExplicitHLLTest, TestBinaryResponseWriter, TestSimpleTrackingShardHandler, 
HdfsCollectionsAPIDistributedZkTest, TestSolrIndexConfig, TestNumericTerms32, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestQueryTypes, 
TestExactSharedStatsCache, TestFastOutputStream, CdcrVersionReplicationTest, 
TestTrie, SimpleMLTQParserTest, UUIDUpdateProcessorFallbackTest, 
DistributedVersionInfoTest, SystemInfoHandlerTest, TestGraphTermsQParserPlugin, 
AnalyticsQueryTest, TestLRUCache, InfoHandlerTest, EchoParamsTest, 
BigEndianAscendingWordDeserializerTest, AliasIntegrationTest, HighlighterTest, 
CoreAdminCreateDiscoverTest, AsyncMigrateRouteKeyTest, SuggesterFSTTest, 
TestSweetSpotSimilarityFactory, TestSurroundQueryParser, DistanceFunctionTest, 
DateMathParserTest, TermsComponentTest, TestDocTermOrds, SuggestComponentTest, 
PreAnalyzedUpdateProcessorTest, ZkControllerTest, CreateCollectionCleanupTest, 
ConcurrentDeleteAndCreateCollectionTest, SpatialFilterTest, BJQParserTest, 
MoreLikeThisHandlerTest, TestSmileRequest, OverseerTaskQueueTest, 
TestTolerantUpdateProcessorCloud, TestCustomSort, TestShardHandlerFactory, 
ChaosMonkeySafeLeaderTest, TestMaxScoreQueryParser, SolrInfoMBeanTest, 
DocumentBuilderTest, HdfsBasicDistributedZkTest, DirectoryFactoryTest, 
TestCoreContainer, TestBlendedInfixSuggestions, 
TestEmbeddedSolrServerConstructors, BasicAuthIntegrationTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestSystemIdResolver, MultiTermTest, 
RestartWhileUpdatingTest, TestLuceneMatchVersion, ResponseHeaderTest, 
SolrCmdDistributorTest, SampleTest, DistributedMLTComponentTest, 
TestConfigSetsAPIExclusivity, BufferStoreTest, HdfsRecoveryZkTest, 
FacetPivotSmallTest, TermVectorComponentTest, TestNonDefinedSimilarityFactory, 
SimplePostToolTest, SolrCloudExampleTest, BasicDistributedZkTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, TestReplicationHandler]
   [junit4] Completed [303/638 (2!)] on J1 in 127.36s, 15 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 61351 lines...]


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

Reply via email to