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/04/09 19:13:03 UTC

[JENKINS-EA] Lucene-Solr-6.0-Linux (64bit/jdk-9-ea+113) - Build # 56 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.0-Linux/56/
Java: 64bit/jdk-9-ea+113 -XX:-UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings

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

Error Message:
Could not get expected value  'CY val' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([C7AC0BCE89EAC8F8:4FF834142716A500]: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:458)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:165)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:804)




Build Log:
[...truncated 12071 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/init-core-data-001
   [junit4]   2> 1761083 INFO  (SUITE-TestReqParamsAPI-seed#[C7AC0BCE89EAC8F8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1761083 INFO  (SUITE-TestReqParamsAPI-seed#[C7AC0BCE89EAC8F8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1761085 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1761086 INFO  (Thread-4598) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1761086 INFO  (Thread-4598) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1761186 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkTestServer start zk server on port:34304
   [junit4]   2> 1761186 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1761186 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761188 INFO  (zkCallback-2007-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5295e813 name:ZooKeeperConnection Watcher:127.0.0.1:34304 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761188 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1761189 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1761189 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1761190 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1761190 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761191 INFO  (zkCallback-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4608a20f name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761191 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1761191 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1761191 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1761192 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1761192 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1761193 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1761193 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1761193 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1761194 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1761194 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1761195 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1761195 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1761196 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1761196 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1761196 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1761196 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1761197 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1761197 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1761198 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1761198 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1761198 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1761198 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1761199 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1761199 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1761200 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1761200 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1761200 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1761200 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1761254 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1
   [junit4]   2> 1761256 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1761257 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12b31325{/,null,AVAILABLE}
   [junit4]   2> 1761259 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@237bbc5d{HTTP/1.1,[http/1.1]}{127.0.0.1:33115}
   [junit4]   2> 1761259 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.Server Started @1763280ms
   [junit4]   2> 1761259 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/tempDir-001/control/data, hostContext=/, hostPort=33115, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores}
   [junit4]   2> 1761259 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@725bef66
   [junit4]   2> 1761259 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001'
   [junit4]   2> 1761260 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1761260 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1761260 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1761260 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761261 INFO  (zkCallback-2009-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60eaaceb name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761261 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1761261 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1761261 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1761262 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/solr.xml
   [junit4]   2> 1761265 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores
   [junit4]   2> 1761265 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer New CoreContainer 2019880427
   [junit4]   2> 1761265 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001]
   [junit4]   2> 1761265 WARN  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/lib
   [junit4]   2> 1761265 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] 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,useRetries : false,
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34304/solr
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1761266 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1761267 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761267 INFO  (zkCallback-2012-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d2f9fb7 name:ZooKeeperConnection Watcher:127.0.0.1:34304 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761267 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1761268 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1761268 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1761269 INFO  (zkCallback-2013-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42c9dc81 name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1761269 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1761269 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1761270 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1761271 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1761272 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1761272 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1761273 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1761273 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1761273 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1761274 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1761274 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1761274 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1761275 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1761276 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1761276 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1761276 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95697096712585220-127.0.0.1:33115_-n_0000000000
   [junit4]   2> 1761276 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33115_
   [junit4]   2> 1761276 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1761277 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.Overseer Overseer (id=95697096712585220-127.0.0.1:33115_-n_0000000000) starting
   [junit4]   2> 1761277 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1761279 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1761280 INFO  (OverseerCollectionConfigSetProcessor-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1761280 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1761280 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33115_
   [junit4]   2> 1761280 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33115_
   [junit4]   2> 1761280 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1761281 INFO  (zkCallback-2013-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> 1761281 INFO  (zkCallback-2013-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1761291 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1761291 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1761291 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores
   [junit4]   2> 1761292 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] 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> 1761292 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1
   [junit4]   2> 1761292 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1761293 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1761293 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1761293 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1761293 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1761294 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:33115",
   [junit4]   2>   "node_name":"127.0.0.1:33115_",
   [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> 1761294 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1761294 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:33115",
   [junit4]   2>   "node_name":"127.0.0.1:33115_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1761294 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1761295 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1761296 INFO  (zkCallback-2013-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> 1762294 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1762294 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1'
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1762295 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1762296 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1762298 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1762302 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1762309 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1762312 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1762405 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1762409 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1762410 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1762413 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1762414 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1762415 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1762415 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1762416 INFO  (coreLoadExecutor-6366-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-6.0-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1762416 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1762416 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1762416 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/]
   [junit4]   2> 1762416 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ed36ab
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1762417 WARN  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/index
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=59.2529296875, floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=13.184426311210864, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7340596e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fadffdf),segFN=segments_1,generation=1}
   [junit4]   2> 1762417 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1762418 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/
   [junit4]   2> 1762418 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1762419 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1762420 WARN  (coreLoadExecutor-6366-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> 1762421 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1762421 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1762422 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1762422 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1762424 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1762424 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1762424 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1762424 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1762425 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1762425 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=99.609375, floorSegmentMB=0.583984375, forceMergeDeletesPctAllowed=7.73810085291427, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7340596e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fadffdf),segFN=segments_1,generation=1}
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a799220[collection1] main]
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1762426 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1762427 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1762427 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1762427 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1762427 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1762427 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1762427 INFO  (searcherExecutor-6367-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a799220[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1762428 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1762428 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1762428 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1762428 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531153548808552448
   [junit4]   2> 1762429 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531153548808552448
   [junit4]   2> 1762430 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1762430 INFO  (coreLoadExecutor-6366-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1762430 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:33115 collection:control_collection shard:shard1
   [junit4]   2> 1762430 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95697096712585220-core_node1-n_0000000000
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33115/collection1/
   [junit4]   2> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1762432 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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> 1762432 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:33115/collection1/ has no replicas
   [junit4]   2> 1762433 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1762433 INFO  (coreZkRegister-6360-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/95697096712585220-core_node1-n_0000000000
   [junit4]   2> 1762434 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33115/collection1/ shard1
   [junit4]   2> 1762434 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:33115",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1762535 INFO  (zkCallback-2013-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> 1762585 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:33115/collection1/ and leader is http://127.0.0.1:33115/collection1/
   [junit4]   2> 1762585 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33115
   [junit4]   2> 1762585 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1762585 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1762585 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1762586 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:33115",
   [junit4]   2>   "node_name":"127.0.0.1:33115_",
   [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> 1762586 INFO  (coreZkRegister-6360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1762586 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:33115",
   [junit4]   2>   "node_name":"127.0.0.1:33115_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1762687 INFO  (zkCallback-2013-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> 1762794 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1762795 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1762795 INFO  (zkCallback-2015-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@222063af name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1762795 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1762796 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1762796 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1762796 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1762797 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1762887 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1
   [junit4]   2> 1762887 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001
   [junit4]   2> 1762889 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1762890 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12cd0ed2{/,null,AVAILABLE}
   [junit4]   2> 1762891 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3d6420ed{HTTP/1.1,[http/1.1]}{127.0.0.1:35857}
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.Server Started @1764913ms
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=35857, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores}
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@725bef66
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001'
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1762892 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1762893 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1762893 INFO  (zkCallback-2016-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d447c75 name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1762894 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1762894 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1762894 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1762894 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/solr.xml
   [junit4]   2> 1762899 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores
   [junit4]   2> 1762899 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1324053744
   [junit4]   2> 1762900 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001]
   [junit4]   2> 1762900 WARN  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/lib
   [junit4]   2> 1762900 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] 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,useRetries : false,
   [junit4]   2> 1762901 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1762901 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1762902 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1762902 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34304/solr
   [junit4]   2> 1762902 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1762902 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1762902 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1762903 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7cf2bd86 name:ZooKeeperConnection Watcher:127.0.0.1:34304 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1762903 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1762903 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1762904 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1762905 INFO  (zkCallback-2020-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74c8cf78 name:ZooKeeperConnection Watcher:127.0.0.1:34304/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1762905 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1762907 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1762908 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1762908 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1762909 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95697096712585224-127.0.0.1:35857_-n_0000000001
   [junit4]   2> 1762909 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95697096712585220-127.0.0.1:33115_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1762909 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35857_ as DOWN
   [junit4]   2> 1762910 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35857_"} current state version: 3
   [junit4]   2> 1762910 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35857_
   [junit4]   2> 1763011 INFO  (zkCallback-2015-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> 1763011 INFO  (zkCallback-2013-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> 1763011 INFO  (zkCallback-2020-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> 1763910 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35857_
   [junit4]   2> 1763910 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35857_
   [junit4]   2> 1763911 INFO  (zkCallback-2015-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> 1763911 INFO  (zkCallback-2013-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> 1763911 INFO  (zkCallback-2020-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> 1763911 INFO  (zkCallback-2015-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1763911 INFO  (zkCallback-2013-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1763912 INFO  (zkCallback-2020-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1763920 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1763920 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1763921 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores
   [junit4]   2> 1763922 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] 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> 1763922 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1
   [junit4]   2> 1763922 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1763922 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1763922 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1763922 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1763923 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1763923 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1763923 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:35857",
   [junit4]   2>   "node_name":"127.0.0.1:35857_",
   [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> 1763924 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:35857",
   [junit4]   2>   "node_name":"127.0.0.1:35857_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1763924 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1763924 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1764025 INFO  (zkCallback-2013-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> 1764025 INFO  (zkCallback-2015-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> 1764025 INFO  (zkCallback-2020-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> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1764924 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1'
   [junit4]   2> 1764925 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1764925 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1764925 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1764928 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1764931 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1764937 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1764941 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1765012 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1765016 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1765016 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1765020 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1765021 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1765022 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1765022 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1765023 INFO  (coreLoadExecutor-6377-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-6.0-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1765023 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1765023 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1765023 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1765023 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ed36ab
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1765024 WARN  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=59.2529296875, floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=13.184426311210864, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ae8ae08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@144fe166),segFN=segments_1,generation=1}
   [junit4]   2> 1765024 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1765025 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1765025 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1765026 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1765026 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1765026 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1765026 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1765026 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1765027 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1765027 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1765027 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1765027 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1765027 WARN  (coreLoadExecutor-6377-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> 1765028 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1765028 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1765029 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1765029 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1765032 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1765032 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1765032 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1765032 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1765045 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1765045 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1765047 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=99.609375, floorSegmentMB=0.583984375, forceMergeDeletesPctAllowed=7.73810085291427, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1765047 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ae8ae08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@144fe166),segFN=segments_1,generation=1}
   [junit4]   2> 1765047 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1765047 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ef7c2b9[collection1] main]
   [junit4]   2> 1765047 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1765056 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1765057 INFO  (searcherExecutor-6378-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ef7c2b9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1765057 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1765058 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1765058 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1765058 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531153551566307328
   [junit4]   2> 1765060 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1531153551566307328
   [junit4]   2> 1765060 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1765060 INFO  (coreLoadExecutor-6377-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1765060 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:35857 collection:collection1 shard:shard2
   [junit4]   2> 1765061 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1765062 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95697096712585224-core_node1-n_0000000000
   [junit4]   2> 1765062 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1765063 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1765063 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1765063 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35857/collection1/
   [junit4]   2> 1765063 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1765063 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35857/collection1/ has no replicas
   [junit4]   2> 1765063 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1"} current state version: 5
   [junit4]   2> 1765064 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1765065 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/95697096712585224-core_node1-n_0000000000
   [junit4]   2> 1765065 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35857/collection1/ shard2
   [junit4]   2> 1765066 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:35857",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 5
   [junit4]   2> 1765167 INFO  (zkCallback-2013-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> 1765167 INFO  (zkCallback-2020-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> 1765167 INFO  (zkCallback-2015-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> 1765216 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:35857/collection1/ and leader is http://127.0.0.1:35857/collection1/
   [junit4]   2> 1765216 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35857
   [junit4]   2> 1765216 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1765216 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1765216 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1765217 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-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:35857",
   [junit4]   2>   "node_name":"127.0.0.1:35857_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 6
   [junit4]   2> 1765218 INFO  (coreZkRegister-6372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 1765218 INFO  (OverseerStateUpdate-95697096712585220-127.0.0.1:33115_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 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:35857",
   [junit4]   2>   "node_name":"127.0.0.1:35857_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1765319 INFO  (zkCallback-2015-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> 1765319 INFO  (zkCallback-2020-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> 1765319 INFO  (zkCallback-2013-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> 1765516 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-2-001/cores/collection1
   [junit4]   2> 1765517 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001/shard-2-001
   [junit4]   2> 1765518 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1765519 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletConte

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

r.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 1789037 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@65585c34{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1789037 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b518c24{/,null,UNAVAILABLE}
   [junit4]   2> 1789038 INFO  (TEST-TestReqParamsAPI.test-seed#[C7AC0BCE89EAC8F8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34304 34304
   [junit4]   2> 1789171 INFO  (Thread-4598) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34304 34304
   [junit4]   2> 1789172 WARN  (Thread-4598) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.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> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=C7AC0BCE89EAC8F8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lag -Dtests.timezone=Etc/GMT+3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 28.1s J2 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C7AC0BCE89EAC8F8:4FF834142716A500]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:165)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 1789177 INFO  (SUITE-TestReqParamsAPI-seed#[C7AC0BCE89EAC8F8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C7AC0BCE89EAC8F8-001
   [junit4]   2> Apr 09, 2016 5:10:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=lag, timezone=Etc/GMT+3
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=276459864,total=434110464
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest, PrimitiveFieldTypeTest, DeleteLastCustomShardedReplicaTest, TestPerFieldSimilarityWithDefaultOverride, OverseerTest, TestBlobHandler, TestLeaderInitiatedRecoveryThread, SSLMigrationTest, BlockJoinFacetRandomTest, TestCloudSchemaless, HighlighterMaxOffsetTest, StatelessScriptUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, TestReloadDeadlock, TestJmxIntegration, TestSerializedLuceneMatchVersion, HighlighterConfigTest, TestExceedMaxTermLength, TestSortByMinMaxFunction, TestCollectionAPI, TestMaxScoreQueryParser, BadComponentTest, CurrencyFieldXmlFileTest, SharedFSAutoReplicaFailoverTest, TestRawResponseWriter, HdfsRestartWhileUpdatingTest, DocValuesMultiTest, MergeStrategyTest, TestReversedWildcardFilterFactory, DeleteStatusTest, TestAuthorizationFramework, HdfsTlogReplayBufferedWhileIndexingTest, TestSolrIndexConfig, DirectSolrConnectionTest, AnalyticsMergeStrategyTest, ForceLeaderTest, CoreAdminRequestStatusTest, TestDistribIDF, CloudMLTQParserTest, AutoCommitTest, NoCacheHeaderTest, TestAddFieldRealTimeGet, TestIndexSearcher, UpdateParamsTest, ConnectionManagerTest, TestConfigOverlay, TermVectorComponentDistributedTest, DirectUpdateHandlerOptimizeTest, TestGroupingSearch, StressHdfsTest, TestElisionMultitermQuery, TestFastWriter, QueryParsingTest, LukeRequestHandlerTest, FacetPivotSmallTest, DebugComponentTest, XmlUpdateRequestHandlerTest, TestExtendedDismaxParser, TestUniqueKeyFieldResource, TestReload, TestCharFilters, StatsComponentTest, DistanceUnitsTest, SearchHandlerTest, TestFreeTextSuggestions, DistributedQueryComponentCustomSortTest, TestConfigSetsAPIZkFailure, CdcrRequestHandlerTest, TestDownShardTolerantSearch, TestSuggestSpellingConverter, BasicDistributedZk2Test, TestSort, OverseerTaskQueueTest, SparseHLLTest, TestXIncludeConfig, TestFieldTypeCollectionResource, TestConfigSets, LeaderElectionTest, PluginInfoTest, DistribJoinFromCollectionTest, TestAnalyzeInfixSuggestions, TestFilteredDocIdSet, ExitableDirectoryReaderTest, TestJmxMonitoredMap, SliceStateTest, TestSweetSpotSimilarityFactory, TestRecovery, CollectionsAPISolrJTest, TestCloudDeleteByQuery, TestSortingResponseWriter, UnloadDistributedZkTest, TestSchemaResource, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, DistributedSpellCheckComponentTest, TestStressVersions, HardAutoCommitTest, TestRangeQuery, PeerSyncTest, ConvertedLegacyTest, DirectUpdateHandlerTest, SoftAutoCommitTest, TestFoldingMultitermQuery, DocValuesTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestWriterPerf, FileBasedSpellCheckerTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestSearchPerf, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, ScriptEngineTest, PreAnalyzedFieldTest, DateFieldTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, BaseCdcrDistributedZkTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, DeleteShardTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicationHandlerBackup, TestReqParamsAPI]
   [junit4] Completed [487/579 (1!)] on J2 in 28.61s, 1 test, 1 failure <<< FAILURES!

[...truncated 314 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/common-build.xml:527: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1014: There were test failures: 579 suites (10 ignored), 2309 tests, 1 failure, 116 ignored (70 assumptions) [seed: C7AC0BCE89EAC8F8]

Total time: 54 minutes 36 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] Lucene-Solr-6.0-Linux (32bit/jdk1.8.0_72) - Build # 57 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.0-Linux/57/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
document count mismatch.  control=408 sum(shards)=407 cloudClient=407

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=408 sum(shards)=407 cloudClient=407
	at __randomizedtesting.SeedInfo.seed([89AB750D2C291D3D:1FF4AD782D570C5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1317)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:226)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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 11878 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/init-core-data-001
   [junit4]   2> 1161897 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[89AB750D2C291D3D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ra/yk
   [junit4]   2> 1161900 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1161900 INFO  (Thread-3428) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1161900 INFO  (Thread-3428) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1162000 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkTestServer start zk server on port:35398
   [junit4]   2> 1162000 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1162001 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1162003 INFO  (zkCallback-1365-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ca161 name:ZooKeeperConnection Watcher:127.0.0.1:35398 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1162004 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1162004 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1162004 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1162006 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1162007 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1162008 INFO  (zkCallback-1366-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@115d298 name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1162008 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1162008 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1162008 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1162010 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1162012 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1162014 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1162016 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1162016 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1162019 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1162019 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1162021 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1162021 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1162023 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1162024 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1162025 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1162025 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1162027 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1162027 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1162028 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1162028 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1162030 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1162030 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1162031 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1162031 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1162033 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1162033 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1162035 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1162035 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1162107 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1
   [junit4]   2> 1162109 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1162111 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5249a0{/ra/yk,null,AVAILABLE}
   [junit4]   2> 1162112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1635cc4{HTTP/1.1,[http/1.1]}{127.0.0.1:36018}
   [junit4]   2> 1162112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.Server Started @1163522ms
   [junit4]   2> 1162112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/tempDir-001/control/data, hostContext=/ra/yk, hostPort=36018, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores}
   [junit4]   2> 1162112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1162112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001'
   [junit4]   2> 1162113 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1162113 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1162113 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1162113 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1162114 INFO  (zkCallback-1367-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ac8ad9 name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1162114 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1162115 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1162116 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1162116 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/solr.xml
   [junit4]   2> 1162128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores
   [junit4]   2> 1162128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer New CoreContainer 22542219
   [junit4]   2> 1162128 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001]
   [junit4]   2> 1162129 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/lib
   [junit4]   2> 1162129 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] 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,useRetries : false,
   [junit4]   2> 1162130 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1162130 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1162130 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1162131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35398/solr
   [junit4]   2> 1162131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1162131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1162131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1162133 INFO  (zkCallback-1370-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17b14f2 name:ZooKeeperConnection Watcher:127.0.0.1:35398 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1162133 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1162134 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1162135 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1162136 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1996d6d name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1162136 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1162137 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1162139 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1162142 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1162144 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1162145 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1162147 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1162149 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1162150 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1162151 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1162152 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1162153 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1162155 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1162156 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1162157 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1162158 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000
   [junit4]   2> 1162158 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36018_ra%2Fyk
   [junit4]   2> 1162158 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1162159 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.Overseer Overseer (id=95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) starting
   [junit4]   2> 1162161 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1162166 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1162166 INFO  (OverseerCollectionConfigSetProcessor-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1162167 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1162167 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36018_ra%2Fyk
   [junit4]   2> 1162168 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36018_ra%2Fyk
   [junit4]   2> 1162169 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1162169 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1162170 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1162221 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1162221 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1162222 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores
   [junit4]   2> 1162222 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1162223 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1
   [junit4]   2> 1162223 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1162224 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1162224 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1162224 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1162224 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1162226 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:36018/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:36018_ra%2Fyk",
   [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> 1162226 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1162226 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:36018/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:36018_ra%2Fyk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1162227 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1162228 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1162229 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1163226 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1163227 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1163227 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1163227 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1163228 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1163228 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1'
   [junit4]   2> 1163228 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1163228 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1163229 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1163241 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1163249 WARN  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1163251 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1163266 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1163289 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1163394 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1163395 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1163397 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1163401 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1163423 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1163423 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1163423 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 1163423 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1163423 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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@17d8859
   [junit4]   2> 1163424 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data
   [junit4]   2> 1163424 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1163424 WARN  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1163425 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/index
   [junit4]   2> 1163425 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21228786255269158]
   [junit4]   2> 1163485 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1163486 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1163486 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36018_ra%2Fyk 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-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/
   [junit4]   2> 1163490 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163491 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163492 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163492 WARN  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163493 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1163494 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1163495 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1163496 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1163503 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1163503 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163504 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163504 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163504 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1163504 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1163505 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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=29, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=6.2265625, floorSegmentMB=0.2666015625, forceMergeDeletesPctAllowed=16.33110929845107, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5882298677601179
   [junit4]   2> 1163505 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1163505 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1163506 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d66b4f[collection1] main]
   [junit4]   2> 1163506 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163507 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163507 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163507 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1163507 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1163507 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163508 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163508 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163508 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1163508 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1163509 INFO  (searcherExecutor-4903-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d66b4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1163509 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163509 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163509 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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> 1163509 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk 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 1531162254406320128
   [junit4]   2> 1163512 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1531162254406320128
   [junit4]   2> 1163512 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1163512 INFO  (coreLoadExecutor-4902-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1163513 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:36018/ra/yk collection:control_collection shard:shard1
   [junit4]   2> 1163513 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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> 1163516 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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/95697640795013124-core_node1-n_0000000000
   [junit4]   2> 1163516 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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> 1163517 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1163517 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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> 1163517 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36018/ra/yk/collection1/
   [junit4]   2> 1163518 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1163518 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36018/ra/yk/collection1/ has no replicas
   [junit4]   2> 1163518 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1163518 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1163520 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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/95697640795013124-core_node1-n_0000000000
   [junit4]   2> 1163521 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36018/ra/yk/collection1/ shard1
   [junit4]   2> 1163522 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:36018/ra/yk",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1163627 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1163672 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:36018/ra/yk/collection1/ and leader is http://127.0.0.1:36018/ra/yk/collection1/
   [junit4]   2> 1163672 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36018/ra/yk
   [junit4]   2> 1163673 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1163673 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1163673 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk 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> 1163676 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:36018/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:36018_ra%2Fyk",
   [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> 1163677 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:36018/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:36018_ra%2Fyk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1163678 INFO  (coreZkRegister-4896-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36018_ra%2Fyk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1163729 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1163731 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1163738 INFO  (zkCallback-1373-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1103f31 name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1163738 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1163739 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1163739 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1163741 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163741 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1163741 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1163742 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1163743 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1163745 INFO  (zkCallback-1374-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70170b name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1163745 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1163745 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1163749 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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: 2
   [junit4]   2> 1163749 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1163753 INFO  (zkCallback-1373-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> 1163753 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1163831 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores/collection1
   [junit4]   2> 1163832 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001
   [junit4]   2> 1163832 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1163834 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a7b73b{/ra/yk,null,AVAILABLE}
   [junit4]   2> 1163835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2ab60e{HTTP/1.1,[http/1.1]}{127.0.0.1:37243}
   [junit4]   2> 1163835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.Server Started @1165245ms
   [junit4]   2> 1163835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ra/yk, hostPort=37243, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores}
   [junit4]   2> 1163835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1163835 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001'
   [junit4]   2> 1163836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1163836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1163836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1163836 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1163837 INFO  (zkCallback-1375-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3711d1 name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1163837 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1163838 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1163838 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1163839 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/solr.xml
   [junit4]   2> 1163845 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores
   [junit4]   2> 1163845 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer New CoreContainer 21307709
   [junit4]   2> 1163846 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001]
   [junit4]   2> 1163846 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/lib
   [junit4]   2> 1163846 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] 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,useRetries : false,
   [junit4]   2> 1163847 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1163848 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1163848 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1163848 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35398/solr
   [junit4]   2> 1163848 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1163848 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1163849 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1163849 INFO  (zkCallback-1378-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15776ff name:ZooKeeperConnection Watcher:127.0.0.1:35398 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1163849 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1163850 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1163851 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1163852 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@782d99 name:ZooKeeperConnection Watcher:127.0.0.1:35398/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1163852 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1163857 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1163858 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163859 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163860 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95697640795013129-127.0.0.1:37243_ra%2Fyk-n_0000000001
   [junit4]   2> 1163860 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1163860 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000 to know if I could be the leader
   [junit4]   2> 1163861 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.ZkController Publish node=127.0.0.1:37243_ra%2Fyk as DOWN
   [junit4]   2> 1163863 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37243_ra%2Fyk"} current state version: 3
   [junit4]   2> 1163863 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37243_ra%2Fyk
   [junit4]   2> 1163864 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1163968 INFO  (zkCallback-1373-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> 1163968 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1163968 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] 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> 1164863 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37243_ra%2Fyk
   [junit4]   2> 1164864 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37243_ra%2Fyk
   [junit4]   2> 1164865 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] 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> 1164865 INFO  (zkCallback-1373-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> 1164865 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] 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> 1164865 INFO  (zkCallback-1373-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1164865 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1164865 INFO  (zkCallback-1371-thread-1-processing-n:127.0.0.1:36018_ra%2Fyk) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1164918 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1164918 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1164919 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores
   [junit4]   2> 1164920 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] 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> 1164920 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores/collection1
   [junit4]   2> 1164920 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1164921 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1164921 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1164922 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1164922 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1164923 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1164924 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 1164924 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:37243/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:37243_ra%2Fyk",
   [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> 1164924 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 1164924 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1164925 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] 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:37243/ra/yk",
   [junit4]   2>   "node_name":"127.0.0.1:37243_ra%2Fyk",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1164925 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1164925 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1165027 INFO  (OverseerStateUpdate-95697640795013124-127.0.0.1:36018_ra%2Fyk-n_0000000000) [n:127.0.0.1:36018_ra%2Fyk    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1165028 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] 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> 1165028 INFO  (zkCallback-1379-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 1165925 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1165925 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1165925 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1165926 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1165926 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1165926 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-1-001/cores/collection1'
   [junit4]   2> 1165926 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1165927 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1165928 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1165934 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1165938 WARN  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1165939 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1165948 INFO  (coreLoadExecutor-4913-thread-1-processing-n:127.0.0.1:37243_ra%2Fyk) [n:127.0.0.1:37243_ra%2Fyk c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [ju

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

C291D3D-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 1213841 INFO  (coreCloseExecutor-4963-thread-1) [n:127.0.0.1:44667_ra%2Fyk c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 1213842 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.Overseer Overseer (id=95697640795013138-127.0.0.1:44667_ra%2Fyk-n_0000000004) closing
   [junit4]   2> 1213842 INFO  (OverseerStateUpdate-95697640795013138-127.0.0.1:44667_ra%2Fyk-n_0000000004) [n:127.0.0.1:44667_ra%2Fyk    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44667_ra%2Fyk
   [junit4]   2> 1213843 INFO  (zkCallback-1395-thread-5-processing-n:127.0.0.1:44667_ra%2Fyk) [n:127.0.0.1:44667_ra%2Fyk    ] 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: [1])
   [junit4]   2> 1213844 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:44667_ra%2Fyk) [n:127.0.0.1:44667_ra%2Fyk    ] 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> 1215343 WARN  (zkCallback-1395-thread-5-processing-n:127.0.0.1:44667_ra%2Fyk) [n:127.0.0.1:44667_ra%2Fyk    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections/collection1/state.json]
   [junit4]   2> 1215344 WARN  (zkCallback-1395-thread-2-processing-n:127.0.0.1:44667_ra%2Fyk) [n:127.0.0.1:44667_ra%2Fyk    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1215345 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@9b1be1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1215345 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@256f40{/ra/yk,null,UNAVAILABLE}
   [junit4]   2> 1215348 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[89AB750D2C291D3D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35398 35398
   [junit4]   2> 1215463 INFO  (Thread-3497) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35398 35398
   [junit4]   2> 1215464 WARN  (Thread-3497) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=89AB750D2C291D3D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PR -Dtests.timezone=America/Indiana/Indianapolis -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 53.6s J1 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: document count mismatch.  control=408 sum(shards)=407 cloudClient=407
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([89AB750D2C291D3D:1FF4AD782D570C5]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1317)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:226)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1215469 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[89AB750D2C291D3D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_89AB750D2C291D3D-001
   [junit4]   2> Apr 09, 2016 7:29:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=es-PR, timezone=America/Indiana/Indianapolis
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=247128424,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [RollingRestartTest, SoftAutoCommitTest, SpatialRPTFieldTypeTest, TestSolrDeletionPolicy2, HdfsWriteToMultipleCollectionsTest, TestCodecSupport, LeaderFailoverAfterPartitionTest, TestSolrQueryResponse, CollectionsAPIDistributedZkTest, TestSolrCoreProperties, LoggingHandlerTest, DistributedIntervalFacetingTest, MBeansHandlerTest, TestSurroundQueryParser, TestUseDocValuesAsStored2, DistributedTermsComponentTest, DeleteInactiveReplicaTest, TestFieldSortValues, SuggesterFSTTest, TestDocumentBuilder, SpellPossibilityIteratorTest, DistributedSuggestComponentTest, TestDefaultStatsCache, RemoteQueryErrorTest, TestSolrQueryParserResource, TestNRTOpen, TestQuerySenderNoQuery, TestStressVersions, CdcrReplicationHandlerTest, TestLFUCache, TestRTimerTree, TestTrie, TestDistributedGrouping, DistributedVersionInfoTest, TestMiniSolrCloudClusterBase, HdfsCollectionsAPIDistributedZkTest, JavabinLoaderTest, WordBreakSolrSpellCheckerTest, ConvertedLegacyTest, HdfsRecoveryZkTest, RuleEngineTest, TestSchemaNameResource, DistributedMLTComponentTest, ZkCLITest, SpellCheckComponentTest, TestRecoveryHdfs, NotRequiredUniqueKeyTest, ShardRoutingCustomTest, PKIAuthenticationIntegrationTest, HdfsDirectoryTest, TestSchemaVersionResource, TestQueryTypes, BasicFunctionalityTest, TestDynamicFieldCollectionResource, DateRangeFieldTest, ZkStateReaderTest, TestDistribDocBasedVersion, TestManagedSynonymFilterFactory, BigEndianAscendingWordDeserializerTest, TestLMJelinekMercerSimilarityFactory, DirectSolrSpellCheckerTest, UniqFieldsUpdateProcessorFactoryTest, ExplicitHLLTest, NumericFieldsTest, BlockCacheTest, TestJsonRequest, CloneFieldUpdateProcessorFactoryTest, TestSQLHandler, AsyncMigrateRouteKeyTest, TimeZoneUtilsTest, ShardRoutingTest, SolrInfoMBeanTest, DistributedDebugComponentTest, UUIDUpdateProcessorFallbackTest, TestLeaderElectionZkExpiry, SimplePostToolTest, MultiTermTest, CheckHdfsIndexTest, VersionInfoTest, TriLevelCompositeIdRoutingTest, TestInitQParser, RequestLoggingTest, FileUtilsTest, TestOrdValues, TestSystemIdResolver, TestFileDictionaryLookup, ClusterStateUpdateTest, TestRandomRequestDistribution, TestExactStatsCache, MoreLikeThisHandlerTest, TestRequestForwarding, TestRuleBasedAuthorizationPlugin, TestXmlQParser, TestSimpleTrackingShardHandler, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TermVectorComponentDistributedTest, HardAutoCommitTest, SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, TestBadConfig, SolrIndexSplitterTest, TestCoreDiscovery, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, SynonymTokenizerTest, EchoParamsTest, ResourceLoaderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [426/579 (1!)] on J1 in 54.61s, 1 test, 1 failure <<< FAILURES!

[...truncated 491 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/common-build.xml:527: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1014: There were test failures: 579 suites (10 ignored), 2309 tests, 1 failure, 114 ignored (70 assumptions) [seed: 89AB750D2C291D3D]

Total time: 59 minutes 52 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