You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/07/13 20:37:45 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_92) - Build # 17241 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17241/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseSerialGC

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

Error Message:
Could not get expected value  'null' for path 'response/params/y/p' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":4,     "params":{       "x":{         "a":"A val",         "b":"B val",         "_appends_":{"add":"first"},         "_invariants_":{"fixed":"f"},         "":{"v":1}},       "y":{         "p":"P val",         "q":"Q val",         "":{"v":2}}}}},  from server:  https://127.0.0.1:36417/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'null' for path 'response/params/y/p' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":4,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "_appends_":{"add":"first"},
        "_invariants_":{"fixed":"f"},
        "":{"v":1}},
      "y":{
        "p":"P val",
        "q":"Q val",
        "":{"v":2}}}}},  from server:  https://127.0.0.1:36417/collection1
	at __randomizedtesting.SeedInfo.seed([758F230F35F9B8F2:FDDB1CD59B05D50A]: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:481)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:258)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 12189 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/init-core-data-001
   [junit4]   2> 2154669 INFO  (SUITE-TestReqParamsAPI-seed#[758F230F35F9B8F2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2154670 INFO  (SUITE-TestReqParamsAPI-seed#[758F230F35F9B8F2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2154672 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2154672 INFO  (Thread-3467) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2154672 INFO  (Thread-3467) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2154772 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkTestServer start zk server on port:33991
   [junit4]   2> 2154772 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2154772 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154775 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b1f815 name:ZooKeeperConnection Watcher:127.0.0.1:33991 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154775 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154775 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2154775 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2154778 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2154779 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154784 INFO  (zkCallback-2568-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@196d8dc name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154784 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154785 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2154785 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2154786 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2154788 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2154789 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2154790 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2154791 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2154793 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2154793 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2154796 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2154796 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2154798 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2154798 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2154799 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2154799 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2154801 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2154801 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2154803 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2154803 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2154804 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2154804 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2154807 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2154807 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2154808 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2154809 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2154810 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2154810 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2154813 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2154813 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154815 INFO  (zkCallback-2570-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@169e174 name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154815 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154815 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2154901 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1
   [junit4]   2> 2154907 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2154908 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@188cd9d{/,null,AVAILABLE}
   [junit4]   2> 2154916 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@d93f9f{SSL,[ssl, http/1.1]}{127.0.0.1:43025}
   [junit4]   2> 2154916 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.Server Started @2156352ms
   [junit4]   2> 2154916 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/tempDir-001/control/data, hostContext=/, hostPort=43025, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores}
   [junit4]   2> 2154916 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2154916 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001'
   [junit4]   2> 2154917 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2154917 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2154917 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2154917 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154918 INFO  (zkCallback-2571-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f2d400 name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154918 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154919 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2154920 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2154920 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/solr.xml
   [junit4]   2> 2154928 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores
   [junit4]   2> 2154928 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer New CoreContainer 24768339
   [junit4]   2> 2154928 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001]
   [junit4]   2> 2154928 WARN  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/lib
   [junit4]   2> 2154928 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2154931 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33991/solr
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2154932 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154933 INFO  (zkCallback-2574-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31f46d name:ZooKeeperConnection Watcher:127.0.0.1:33991 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154933 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154934 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2154935 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$16/13151071@7fd7ff
   [junit4]   2> 2154935 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154936 INFO  (zkCallback-2575-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10b00ca name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154936 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2154937 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2154941 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2154943 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2154944 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2154946 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2154947 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2154948 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2154949 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2154949 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2154951 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2154952 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2154952 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2154954 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2154955 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2154955 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2154956 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96235818496884741-127.0.0.1:43025_-n_0000000000
   [junit4]   2> 2154956 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43025_
   [junit4]   2> 2154956 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2154957 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer Overseer (id=96235818496884741-127.0.0.1:43025_-n_0000000000) starting
   [junit4]   2> 2154958 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2154963 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2154963 INFO  (OverseerCollectionConfigSetProcessor-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2154963 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43025_
   [junit4]   2> 2154963 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2154963 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43025_
   [junit4]   2> 2154965 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2154965 INFO  (zkCallback-2575-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2154965 INFO  (zkCallback-2575-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2155015 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2155015 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2155015 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores
   [junit4]   2> 2155016 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2155016 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1
   [junit4]   2> 2155016 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2155017 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2155017 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2155017 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:43025_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2155017 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2155018 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2155019 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43025",
   [junit4]   2>   "node_name":"127.0.0.1:43025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2155019 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 2155019 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43025",
   [junit4]   2>   "node_name":"127.0.0.1:43025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2155019 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2155019 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2155019 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2155021 INFO  (zkCallback-2575-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156020 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2156020 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1'
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2156021 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2156023 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2156027 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2156032 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2156062 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2156070 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2156176 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2156182 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2156183 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2156197 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2156202 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2156205 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2156206 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2156208 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2156208 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2156208 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2156208 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/]
   [junit4]   2> 2156208 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c1fa1e
   [junit4]   2> 2156211 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data
   [junit4]   2> 2156211 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2156211 WARN  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2156212 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/index
   [junit4]   2> 2156212 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=84.0205078125, floorSegmentMB=0.91015625, forceMergeDeletesPctAllowed=11.60123335124156, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2156215 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39c66a),segFN=segments_1,generation=1}
   [junit4]   2> 2156215 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2156216 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/
   [junit4]   2> 2156216 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2156221 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2156221 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2156223 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2156224 WARN  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2156225 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2156226 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2156227 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2156228 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2156237 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2156237 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2156237 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2156238 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2156239 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2156239 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2156240 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=16.357421875, floorSegmentMB=0.5625, forceMergeDeletesPctAllowed=12.813253721837304, segmentsPerTier=13.0, maxCFSSegmentSizeMB=1.3232421875, noCFSRatio=1.0
   [junit4]   2> 2156241 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/index-NIOFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39c66a),segFN=segments_1,generation=1}
   [junit4]   2> 2156241 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2156241 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c99171[collection1] main]
   [junit4]   2> 2156241 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2156242 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2156242 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2156242 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2156242 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2156242 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2156243 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2156243 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2156243 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2156243 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2156245 INFO  (searcherExecutor-6698-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c99171[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2156245 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2156245 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2156245 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2156245 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1539773097598517248
   [junit4]   2> 2156249 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 4.0ms to seed version buckets with highest version 1539773097598517248
   [junit4]   2> 2156250 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2156250 INFO  (coreLoadExecutor-6697-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2156250 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:43025 collection:control_collection shard:shard1
   [junit4]   2> 2156251 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2156255 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96235818496884741-core_node1-n_0000000000
   [junit4]   2> 2156255 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2156257 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2156257 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2156257 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43025/collection1/
   [junit4]   2> 2156257 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2156257 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:43025/collection1/ has no replicas
   [junit4]   2> 2156257 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2156259 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2156261 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96235818496884741-core_node1-n_0000000000
   [junit4]   2> 2156263 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43025/collection1/ shard1
   [junit4]   2> 2156263 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:43025",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2156365 INFO  (zkCallback-2575-thread-1-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156415 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:43025/collection1/ and leader is https://127.0.0.1:43025/collection1/
   [junit4]   2> 2156415 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:43025
   [junit4]   2> 2156415 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2156415 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2156415 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2156416 INFO  (coreZkRegister-6691-thread-1-processing-n:127.0.0.1:43025_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:43025_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 2156417 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43025",
   [junit4]   2>   "node_name":"127.0.0.1:43025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2156417 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43025",
   [junit4]   2>   "node_name":"127.0.0.1:43025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2156519 INFO  (zkCallback-2575-thread-2-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156519 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2156520 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2156521 INFO  (zkCallback-2579-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b252c name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2156521 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2156523 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2156523 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2156524 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2156524 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2156525 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2156615 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores/collection1
   [junit4]   2> 2156615 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001
   [junit4]   2> 2156619 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2156620 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f73a50{/,null,AVAILABLE}
   [junit4]   2> 2156623 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@d83bab{SSL,[ssl, http/1.1]}{127.0.0.1:36779}
   [junit4]   2> 2156627 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.Server Started @2158064ms
   [junit4]   2> 2156627 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=36779, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores}
   [junit4]   2> 2156628 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2156628 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001'
   [junit4]   2> 2156628 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2156628 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2156628 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2156629 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2156631 INFO  (zkCallback-2580-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cbbfa name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2156631 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2156632 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2156633 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2156633 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/solr.xml
   [junit4]   2> 2156638 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores
   [junit4]   2> 2156638 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer New CoreContainer 19897360
   [junit4]   2> 2156638 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001]
   [junit4]   2> 2156638 WARN  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/lib
   [junit4]   2> 2156638 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2156645 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2156645 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2156645 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2156646 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33991/solr
   [junit4]   2> 2156646 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2156646 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2156647 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2156647 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d39389 name:ZooKeeperConnection Watcher:127.0.0.1:33991 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2156647 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2156648 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2156649 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$16/13151071@99160e
   [junit4]   2> 2156649 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2156650 INFO  (zkCallback-2584-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@140b7e1 name:ZooKeeperConnection Watcher:127.0.0.1:33991/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2156650 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2156655 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2156656 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2156656 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2156658 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2156659 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96235818496884745-127.0.0.1:36779_-n_0000000001
   [junit4]   2> 2156659 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96235818496884741-127.0.0.1:43025_-n_0000000000 to know if I could be the leader
   [junit4]   2> 2156660 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36779_ as DOWN
   [junit4]   2> 2156662 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36779_
   [junit4]   2> 2156662 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36779_
   [junit4]   2> 2156664 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36779_"} current state version: 3
   [junit4]   2> 2156664 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36779_
   [junit4]   2> 2156664 INFO  (zkCallback-2575-thread-2-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156665 INFO  (zkCallback-2584-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156665 INFO  (zkCallback-2575-thread-2-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2156665 INFO  (zkCallback-2584-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2156666 INFO  (zkCallback-2579-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2156667 INFO  (zkCallback-2579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2156716 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2156716 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2156716 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores
   [junit4]   2> 2156717 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2156717 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores/collection1
   [junit4]   2> 2156717 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2156720 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2156720 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2156720 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2156720 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [n:127.0.0.1:36779_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2156721 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2156721 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36779",
   [junit4]   2>   "node_name":"127.0.0.1:36779_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 2156721 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36779",
   [junit4]   2>   "node_name":"127.0.0.1:36779_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2156721 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 2156721 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2156721 INFO  (OverseerStateUpdate-96235818496884741-127.0.0.1:43025_-n_0000000000) [n:127.0.0.1:43025_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2156722 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2156824 INFO  (zkCallback-2579-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2156824 INFO  (zkCallback-2584-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2156824 INFO  (zkCallback-2575-thread-2-processing-n:127.0.0.1:43025_) [n:127.0.0.1:43025_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2157722 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2157722 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2157723 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2157723 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2157723 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2157724 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores/collection1'
   [junit4]   2> 2157724 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2157724 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2157725 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2157732 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2157738 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2157747 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2157754 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2157874 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2157884 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2157885 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2157897 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2157899 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2157903 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2157903 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2157905 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2157905 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2157905 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2157905 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2157905 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c1fa1e
   [junit4]   2> 2157906 INFO  (coreLoadExecutor-6708-thread-1-processing-n:127.0.0.1:36779_) [n:127.0.0.1:36779_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new direc

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

 (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c4a7b{/,null,UNAVAILABLE}
   [junit4]   2> 2180528 INFO  (TEST-TestReqParamsAPI.test-seed#[758F230F35F9B8F2]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33991 33991
   [junit4]   2> 2180564 INFO  (Thread-3467) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33991 33991
   [junit4]   2> 2180565 WARN  (Thread-3467) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	45	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/collection-queue-work
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=758F230F35F9B8F2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-LY -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 25.9s J2 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'null' for path 'response/params/y/p' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":4,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "_appends_":{"add":"first"},
   [junit4]    >         "_invariants_":{"fixed":"f"},
   [junit4]    >         "":{"v":1}},
   [junit4]    >       "y":{
   [junit4]    >         "p":"P val",
   [junit4]    >         "q":"Q val",
   [junit4]    >         "":{"v":2}}}}},  from server:  https://127.0.0.1:36417/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([758F230F35F9B8F2:FDDB1CD59B05D50A]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:258)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2180571 INFO  (SUITE-TestReqParamsAPI-seed#[758F230F35F9B8F2]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_758F230F35F9B8F2-001
   [junit4]   2> Jul 13, 2016 8:34:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=ar-LY, timezone=Arctic/Longyearbyen
   [junit4]   2> NOTE: Linux 4.4.0-28-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=190241104,total=495935488
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, RecoveryZkTest, TestDistribDocBasedVersion, TestCopyFieldCollectionResource, TestStandardQParsers, TestPerFieldSimilarity, TestPHPSerializedResponseWriter, TestUseDocValuesAsStored, RankQueryTest, DirectUpdateHandlerTest, TestIntervalFaceting, RequestHandlersTest, TestSolrQueryParser, TermVectorComponentDistributedTest, TestLegacyFieldCache, DocValuesMultiTest, TestTolerantUpdateProcessorCloud, HdfsCollectionsAPIDistributedZkTest, TestReload, UpdateParamsTest, TestReversedWildcardFilterFactory, TestDistribIDF, TestGroupingSearch, DistributedFacetPivotSmallTest, SharedFSAutoReplicaFailoverUtilsTest, TestSchemaResource, TestBackupRepositoryFactory, AnalyticsQueryTest, TestFieldCacheReopen, TestSSLRandomization, TestSolrIndexConfig, TestCloudDeleteByQuery, BlockJoinFacetDistribTest, SaslZkACLProviderTest, TestSmileRequest, TestSolrCloudWithKerberosAlt, TestUniqueKeyFieldResource, CoreMergeIndexesAdminHandlerTest, RuleEngineTest, TestExtendedDismaxParser, TestZkChroot, HdfsBasicDistributedZkTest, TestRawTransformer, SolrCloudExampleTest, TestPostingsSolrHighlighter, RestartWhileUpdatingTest, TestSearchPerf, TestCharFilters, HdfsWriteToMultipleCollectionsTest, TestObjectReleaseTracker, BitVectorTest, TestFreeTextSuggestions, TestJmxIntegration, TestJsonRequest, MigrateRouteKeyTest, TestSha256AuthenticationProvider, QueryParsingTest, OverseerRolesTest, TestAnalyzeInfixSuggestions, HardAutoCommitTest, RequestLoggingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestIndexSearcher, TestClassicSimilarityFactory, SolrTestCaseJ4Test, SearchHandlerTest, LeaderFailoverAfterPartitionTest, TestOrdValues, TestHdfsCloudBackupRestore, TolerantUpdateProcessorTest, TestSort, CloneFieldUpdateProcessorFactoryTest, RegexBoostProcessorTest, TriLevelCompositeIdRoutingTest, DeleteShardTest, TestGraphTermsQParserPlugin, ParsingFieldUpdateProcessorsTest, PluginInfoTest, SimpleFacetsTest, BadCopyFieldTest, CollectionStateFormat2Test, DistribDocExpirationUpdateProcessorTest, TestSolrDeletionPolicy1, TestLRUStatsCache, DistributedFacetPivotLargeTest, TestRecovery, HdfsThreadLeakTest, CdcrRequestHandlerTest, ConnectionManagerTest, TestStressReorder, CollectionsAPISolrJTest, XmlUpdateRequestHandlerTest, DirectUpdateHandlerOptimizeTest, SolrCoreCheckLockOnStartupTest, FieldAnalysisRequestHandlerTest, TestUtils, TestSerializedLuceneMatchVersion, TestDistributedStatsComponentCardinality, TestConfigSetsAPIExclusivity, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, TestRealTimeGet, TestJoin, TestRangeQuery, StatsComponentTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, TestValueSourceCache, FastVectorHighlighterTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestComponentsName, HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestTolerantSearch, ConnectionReuseTest, AssignTest, AsyncMigrateRouteKeyTest, CleanupOldIndexTest, ConcurrentDeleteAndCreateCollectionTest, DeleteInactiveReplicaTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudPseudoReturnFields, TestLeaderInitiatedRecoveryThread, TestLocalFSCloudBackupRestore, TestLockTree, TestMiniSolrCloudCluster, TestTolerantUpdateProcessorRandomCloud, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestHdfsBackupRestoreCore, TestReqParamsAPI]
   [junit4] Completed [505/620 (1!)] on J2 in 26.44s, 1 test, 1 failure <<< FAILURES!

[...truncated 395 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1443: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 failure, 129 ignored (83 assumptions) [seed: 758F230F35F9B8F2]

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



[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+126) - Build # 17242 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17242/
Java: 32bit/jdk-9-ea+126 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34157/c8n_1x3_lf_shard1_replica2]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34157/c8n_1x3_lf_shard1_replica2]
	at __randomizedtesting.SeedInfo.seed([7C61C8EE6708353A:F435F734C9F458C2]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:753)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34157/c8n_1x3_lf_shard1_replica2]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:747)
	... 48 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:34157/c8n_1x3_lf_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:613)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
	... 49 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:34157 [/127.0.0.1] failed: Connection refused
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 53 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(java.base@9-ea/Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(java.base@9-ea/AbstractPlainSocketImpl.java:400)
	at java.net.AbstractPlainSocketImpl.connectToAddress(java.base@9-ea/AbstractPlainSocketImpl.java:243)
	at java.net.AbstractPlainSocketImpl.connect(java.base@9-ea/AbstractPlainSocketImpl.java:225)
	at java.net.SocksSocketImpl.connect(java.base@9-ea/SocksSocketImpl.java:402)
	at java.net.Socket.connect(java.base@9-ea/Socket.java:591)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	... 63 more


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

Error Message:
Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":2,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "c":"CY val modified",         "b":"BY val",         "i":20,         "d":[           "val 1",           "val 2"],         "e":"EY val",         "":{"v":1}}}}},  from server:  http://127.0.0.1:43128/d_jsy/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":2,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "c":"CY val modified",
        "b":"BY val",
        "i":20,
        "d":[
          "val 1",
          "val 2"],
        "e":"EY val",
        "":{"v":1}}}}},  from server:  http://127.0.0.1:43128/d_jsy/collection1
	at __randomizedtesting.SeedInfo.seed([7C61C8EE6708353A:F435F734C9F458C2]: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:481)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:230)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11256 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/init-core-data-001
   [junit4]   2> 757479 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7C61C8EE6708353A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 757479 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7C61C8EE6708353A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 757481 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 757485 INFO  (Thread-1074) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 757485 INFO  (Thread-1074) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 757585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkTestServer start zk server on port:42648
   [junit4]   2> 757585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 757585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 757587 INFO  (zkCallback-1133-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1674a3f name:ZooKeeperConnection Watcher:127.0.0.1:42648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 757587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 757587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 757587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 757588 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 757588 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 757589 INFO  (zkCallback-1134-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@130a2af name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 757589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 757589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 757589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 757590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 757590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 757591 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 757591 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 757591 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 757592 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 757592 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 757593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 757593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 757593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 757594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 757594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 757594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 757595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 757595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 757595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 757595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 757596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 757596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 757597 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 757597 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 757598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 757598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 757598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 757599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 757666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1
   [junit4]   2> 757668 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 757668 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1867c45{/,null,AVAILABLE}
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12318a1{HTTP/1.1,[http/1.1]}{127.0.0.1:40981}
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.Server Started @759513ms
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/tempDir-001/control/data, hostPort=34157, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores}
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@864e92
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001'
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 757671 INFO  (zkCallback-1135-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@112fb87 name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 757671 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 757671 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 757672 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 757672 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/solr.xml
   [junit4]   2> 757675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores
   [junit4]   2> 757675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer New CoreContainer 13419480
   [junit4]   2> 757675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001]
   [junit4]   2> 757675 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/lib
   [junit4]   2> 757675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 757676 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 757676 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 757676 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 757677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42648/solr
   [junit4]   2> 757677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 757677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 757677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 757677 INFO  (zkCallback-1138-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c24be7 name:ZooKeeperConnection Watcher:127.0.0.1:42648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 757678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 757678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 757678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$200/12870897@1377f38
   [junit4]   2> 757678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 757679 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a8f478 name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 757679 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 757679 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 757680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 757682 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 757683 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 757683 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 757684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 757684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 757685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 757685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 757685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 757685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 757686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 757686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 757687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 757687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 757687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236239600418820-127.0.0.1:34157_-n_0000000000
   [junit4]   2> 757688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34157_
   [junit4]   2> 757688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 757688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.Overseer Overseer (id=96236239600418820-127.0.0.1:34157_-n_0000000000) starting
   [junit4]   2> 757689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 757690 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 757691 INFO  (OverseerCollectionConfigSetProcessor-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 757691 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34157_
   [junit4]   2> 757691 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34157_
   [junit4]   2> 757691 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 757691 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 757691 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 757692 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=control_collection, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1
   [junit4]   2> 757710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 757711 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 757711 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 757711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 757711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 757711 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 757712 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34157",
   [junit4]   2>   "node_name":"127.0.0.1:34157_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 757712 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34157",
   [junit4]   2>   "node_name":"127.0.0.1:34157_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 757712 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 757712 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 757712 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 757712 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 757713 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1'
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 758713 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 758714 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 758717 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 758718 WARN  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 758719 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 758724 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 758727 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 758780 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 758784 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 758785 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 758789 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 758790 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 758791 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 758791 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 758792 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 758792 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 758792 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 758792 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/]
   [junit4]   2> 758792 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e479f
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 758793 WARN  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/index
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1a0d827 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a083bb),segFN=segments_1,generation=1}
   [junit4]   2> 758793 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 758793 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/
   [junit4]   2> 758794 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 758795 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 758796 WARN  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 758798 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 758799 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 758799 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 758800 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 758803 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 758803 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 758803 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 758803 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 758804 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 758804 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 758804 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7727099293289265]
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1a0d827 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a083bb),segFN=segments_1,generation=1}
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ab3877[collection1] main]
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 758805 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 758806 INFO  (searcherExecutor-2359-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ab3877[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758806 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 758807 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 758807 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 758807 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1539779834991869952
   [junit4]   2> 758808 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1539779834991869952
   [junit4]   2> 758809 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 758809 INFO  (coreLoadExecutor-2358-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 758810 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:34157 collection:control_collection shard:shard1
   [junit4]   2> 758810 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 758811 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96236239600418820-core_node1-n_0000000000
   [junit4]   2> 758811 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34157/collection1/
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:34157/collection1/ has no replicas
   [junit4]   2> 758812 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 758812 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 758813 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96236239600418820-core_node1-n_0000000000
   [junit4]   2> 758814 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34157/collection1/ shard1
   [junit4]   2> 758814 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:34157",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 758915 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 758965 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:34157/collection1/ and leader is http://127.0.0.1:34157/collection1/
   [junit4]   2> 758965 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34157
   [junit4]   2> 758965 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 758965 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 758965 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 758966 INFO  (coreZkRegister-2352-thread-1) [    ] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 758966 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34157",
   [junit4]   2>   "node_name":"127.0.0.1:34157_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 758966 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34157",
   [junit4]   2>   "node_name":"127.0.0.1:34157_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 759067 INFO  (zkCallback-1139-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759213 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 759214 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 759214 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14bdf8e name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 759214 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 759215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 759215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 759215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 759215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 759216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 759216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 759216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 759216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 759217 INFO  (zkCallback-1144-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@148f646 name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 759217 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 759217 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 759218 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 759218 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 759283 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores/collection1
   [junit4]   2> 759284 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001
   [junit4]   2> 759284 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 759285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74336{/,null,AVAILABLE}
   [junit4]   2> 759285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1dbffdb{HTTP/1.1,[http/1.1]}{127.0.0.1:40811}
   [junit4]   2> 759285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.Server Started @761128ms
   [junit4]   2> 759285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/tempDir-001/jetty1, hostPort=35401, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores}
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@864e92
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001'
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 759286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 759287 INFO  (zkCallback-1145-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1557239 name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 759287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 759287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 759287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 759288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/solr.xml
   [junit4]   2> 759291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores
   [junit4]   2> 759291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer New CoreContainer 19509958
   [junit4]   2> 759291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001]
   [junit4]   2> 759291 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/lib
   [junit4]   2> 759291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42648/solr
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 759293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 759294 INFO  (zkCallback-1148-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48c8a9 name:ZooKeeperConnection Watcher:127.0.0.1:42648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 759294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 759294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 759295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$200/12870897@db656
   [junit4]   2> 759295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 759295 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fe26d name:ZooKeeperConnection Watcher:127.0.0.1:42648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 759295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 759298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 759298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 759298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 759299 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 759299 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236239600418825-127.0.0.1:35401_-n_0000000001
   [junit4]   2> 759299 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236239600418820-127.0.0.1:34157_-n_0000000000 to know if I could be the leader
   [junit4]   2> 759300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35401_ as DOWN
   [junit4]   2> 759300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35401_
   [junit4]   2> 759300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35401_
   [junit4]   2> 759300 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35401_"} current state version: 3
   [junit4]   2> 759300 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35401_
   [junit4]   2> 759302 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759302 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759302 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 759302 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759302 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 759302 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 759302 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 759303 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759303 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759303 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759322 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 759322 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 759322 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores
   [junit4]   2> 759323 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=collection1, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 759323 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores/collection1
   [junit4]   2> 759323 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 759323 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 759323 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 759324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 759324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 759324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 759324 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35401",
   [junit4]   2>   "node_name":"127.0.0.1:35401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 759324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 759324 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35401",
   [junit4]   2>   "node_name":"127.0.0.1:35401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 759324 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 759324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 759324 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 759426 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 2147483647
   [junit4]   2> 759426 WARN  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer Bad version writing to ZK using compare-and-set, will force refresh cluster state
   [junit4]   2> org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /collections/collection1/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:115)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:230)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:240)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 759427 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 759427 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: workQueueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35401_"}
   [junit4]   2> 759427 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35401_
   [junit4]   2> 759427 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759427 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759427 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 759428 INFO  (zkCallback-1149-thread-1) [    ] 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> 759428 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: workQueueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35401",
   [junit4]   2>   "node_name":"127.0.0.1:35401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35401",
   [junit4]   2>   "node_name":"127.0.0.1:35401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 759428 INFO  (OverseerStateUpdate-96236239600418820-127.0.0.1:34157_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 759429 INFO  (zkCallback-1149-thread-1) [    ] 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> 759429 INFO  (zkCallback-1149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 760324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 760324 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7C61C8EE6708353A-001/shard-1-001/cores/collection1'
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 760325 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 760326 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 760330 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 760332 WARN  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 760334 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 760341 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 760345 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 760417 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 760422 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 760423 INFO  (coreLoadExecutor-2369-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 760430 INFO  (coreLoadExecutor-2369-thre

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

red - updating... (live nodes size: [1])
   [junit4]   2> 1867521 WARN  (zkCallback-19989-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1867522 INFO  (TEST-TestReqParamsAPI.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1ac44d4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1867522 INFO  (TEST-TestReqParamsAPI.test-seed#[7C61C8EE6708353A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12911ec{/d_jsy,null,UNAVAILABLE}
   [junit4]   2> 1867523 INFO  (TEST-TestReqParamsAPI.test-seed#[7C61C8EE6708353A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42947 42947
   [junit4]   2> 1867544 INFO  (Thread-3585) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42947 42947
   [junit4]   2> 1867544 WARN  (Thread-3585) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=7C61C8EE6708353A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=prg -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 23.2s J1 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":2,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}},
   [junit4]    >       "y":{
   [junit4]    >         "c":"CY val modified",
   [junit4]    >         "b":"BY val",
   [junit4]    >         "i":20,
   [junit4]    >         "d":[
   [junit4]    >           "val 1",
   [junit4]    >           "val 2"],
   [junit4]    >         "e":"EY val",
   [junit4]    >         "":{"v":1}}}}},  from server:  http://127.0.0.1:43128/d_jsy/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C61C8EE6708353A:F435F734C9F458C2]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:230)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1867547 INFO  (SUITE-TestReqParamsAPI-seed#[7C61C8EE6708353A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_7C61C8EE6708353A-001
   [junit4]   2> Jul 13, 2016 10:39:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=prg, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 4.4.0-28-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=134597904,total=433324032
   [junit4]   2> NOTE: All tests run in this JVM: [DistanceFunctionTest, TestLeaderInitiatedRecoveryThread, TestNumericTerms64, TestMiniSolrCloudCluster, MergeStrategyTest, BJQParserTest, TestConfigSetImmutable, SpellingQueryConverterTest, CustomCollectionTest, FullHLLTest, BasicFunctionalityTest, DirectSolrSpellCheckerTest, TestSolrConfigHandlerCloud, OutOfBoxZkACLAndCredentialsProvidersTest, AnalysisErrorHandlingTest, ClassificationUpdateProcessorFactoryTest, TestQuerySenderListener, TestConfigReload, MultiTermTest, HdfsBasicDistributedZk2Test, SolrInfoMBeanTest, TestNoOpRegenerator, HdfsDirectoryTest, TestCustomDocTransformer, OverseerTaskQueueTest, ZkControllerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, CdcrReplicationHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, OpenExchangeRatesOrgProviderTest, ZkCLITest, TestWordDelimiterFilterFactory, TestShardHandlerFactory, TestTrie, AnalyticsMergeStrategyTest, TestFieldResource, DistributedIntervalFacetingTest, OverseerModifyCollectionTest, ReplicationFactorTest, BigEndianAscendingWordSerializerTest, HdfsRecoverLeaseTest, TestCryptoKeys, HdfsSyncSliceTest, TermVectorComponentTest, SuggesterFSTTest, FileUtilsTest, TestFieldCacheSort, TestDynamicLoading, OpenCloseCoreStressTest, TestFilteredDocIdSet, TestEmbeddedSolrServerConstructors, TestDFRSimilarityFactory, CollectionReloadTest, TestStressVersions, TestSystemIdResolver, SolrCmdDistributorTest, TestLFUCache, TestCloudPivotFacet, TestClusterStateMutator, TestFieldCache, TestSimpleTrackingShardHandler, DocumentBuilderTest, DistributedTermsComponentTest, HdfsUnloadDistributedZkTest, BlockJoinFacetSimpleTest, SpellPossibilityIteratorTest, TestCoreContainer, ChangedSchemaMergeTest, TestCloudManagedSchema, SolrCLIZkUtilsTest, SparseHLLTest, SolrPluginUtilsTest, DocValuesTest, TestAuthenticationFramework, QueryResultKeyTest, SolrIndexSplitterTest, WordBreakSolrSpellCheckerTest, TestDocBasedVersionConstraints, TestCollationFieldDocValues, ShardRoutingCustomTest, ConjunctionSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, TestStressLiveNodes, SolrIndexConfigTest, TestManagedSynonymFilterFactory, UpdateRequestProcessorFactoryTest, TestRandomCollapseQParserPlugin, TestCodecSupport, TestRecoveryHdfs, BlobRepositoryCloudTest, TestSolrCoreProperties, SimpleMLTQParserTest, TestNonDefinedSimilarityFactory, TestNamedUpdateProcessors, TestHashPartitioner, DistributedQueueTest, TestQueryUtils, BasicDistributedZk2Test, LeaderElectionIntegrationTest, ShardRoutingTest, TestReplicationHandler, ZkSolrClientTest, TestDistributedGrouping, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, TestSolr4Spatial, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DebugComponentTest, TestSurroundQueryParser, StandardRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, MoreLikeThisHandlerTest, IndexSchemaTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestBinaryResponseWriter, TestStressRecovery, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, TestHighlightDedupGrouping, ConnectionReuseTest, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, DeleteStatusTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, OverseerRolesTest, RestartWhileUpdatingTest, RollingRestartTest, TestConfigSetsAPI, TestExclusionRuleCollectionAccess, TestOnReconnectListenerSupport, TestReplicaProperties, TestSSLRandomization, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates, TestReqParamsAPI]
   [junit4] Completed [510/620 (2!)] on J1 in 23.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 363 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1443: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 1 failure, 131 ignored (83 assumptions) [seed: 7C61C8EE6708353A]

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