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

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_92) - Build # 1115 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1115/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":3,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "p":"P val",
        "q":"Q val",
        "":{"v":2}}}}},  from server:  https://127.0.0.1:41067/collection1
	at __randomizedtesting.SeedInfo.seed([EF238CAE93087ECB:6777B3743DF41333]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:230)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	at 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 11403 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/init-core-data-001
   [junit4]   2> 1042837 INFO  (SUITE-TestReqParamsAPI-seed#[EF238CAE93087ECB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1042838 INFO  (SUITE-TestReqParamsAPI-seed#[EF238CAE93087ECB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1042839 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1042839 INFO  (Thread-3461) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1042839 INFO  (Thread-3461) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1042939 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkTestServer start zk server on port:41812
   [junit4]   2> 1042939 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1042939 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042941 INFO  (zkCallback-1835-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b451fda name:ZooKeeperConnection Watcher:127.0.0.1:41812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042941 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1042941 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1042941 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1042942 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1042943 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042943 INFO  (zkCallback-1836-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d8ba7b5 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042943 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1042944 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1042944 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1042944 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1042945 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1042945 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1042946 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1042946 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1042947 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1042947 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1042947 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1042947 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1042948 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1042948 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1042948 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1042949 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1042949 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1042949 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1042949 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1042950 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1042950 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1042950 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1042950 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1042950 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1042951 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1042951 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1042951 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1042951 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1042952 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1042952 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042952 INFO  (zkCallback-1838-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c1d2390 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042952 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1042953 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1043008 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1
   [junit4]   2> 1043010 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1043010 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d5b83f0{/,null,AVAILABLE}
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2b901e7a{SSL,[ssl, http/1.1]}{127.0.0.1:38430}
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.Server Started @1044698ms
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/tempDir-001/control/data, hostContext=/, hostPort=38430, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores}
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001'
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1043012 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043013 INFO  (zkCallback-1839-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f6b2cd6 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043013 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043013 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1043014 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1043014 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/solr.xml
   [junit4]   2> 1043017 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores
   [junit4]   2> 1043017 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer New CoreContainer 873708754
   [junit4]   2> 1043017 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001]
   [junit4]   2> 1043018 WARN  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/lib
   [junit4]   2> 1043018 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] 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> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41812/solr
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1043019 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043020 INFO  (zkCallback-1842-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e1b56d9 name:ZooKeeperConnection Watcher:127.0.0.1:41812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043020 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043020 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1043021 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$73/752784172@ca51b24
   [junit4]   2> 1043021 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043021 INFO  (zkCallback-1843-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fc0b485 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043021 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1043022 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1043022 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1043023 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1043023 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1043024 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1043024 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1043025 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1043025 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1043025 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1043027 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1043027 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1043027 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1043028 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1043028 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1043028 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1043028 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219045652594693-127.0.0.1:38430_-n_0000000000
   [junit4]   2> 1043029 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38430_
   [junit4]   2> 1043029 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1043029 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer Overseer (id=96219045652594693-127.0.0.1:38430_-n_0000000000) starting
   [junit4]   2> 1043030 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1043031 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1043031 INFO  (OverseerCollectionConfigSetProcessor-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1043031 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38430_
   [junit4]   2> 1043031 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38430_
   [junit4]   2> 1043031 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1043032 INFO  (zkCallback-1843-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1043032 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1043032 INFO  (zkCallback-1843-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1043042 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1043043 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1043043 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores
   [junit4]   2> 1043043 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] 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> 1043043 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1
   [junit4]   2> 1043043 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1043044 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1043044 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1043044 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1043044 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38430_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1043044 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1043044 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38430",
   [junit4]   2>   "node_name":"127.0.0.1:38430_",
   [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> 1043044 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38430",
   [junit4]   2>   "node_name":"127.0.0.1:38430_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1043044 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1043045 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1043045 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1043045 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1043045 INFO  (zkCallback-1843-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044045 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1044045 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1'
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1044046 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1044047 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1044050 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1044052 WARN  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1044053 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1044059 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1044062 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1044135 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1044139 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1044139 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1044143 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1044144 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1044145 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1044145 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1044146 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1044146 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1044146 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1044146 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/]
   [junit4]   2> 1044146 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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@31cda107
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1044147 WARN  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/index
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=19.021484375, floorSegmentMB=0.359375, forceMergeDeletesPctAllowed=18.629718787418938, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3e2d4eee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b54a8a3),segFN=segments_1,generation=1}
   [junit4]   2> 1044147 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1044148 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:38430_ 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.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/
   [junit4]   2> 1044148 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1044149 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044150 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044150 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044150 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044150 WARN  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044151 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1044151 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1044152 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1044152 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1044154 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1044154 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044155 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044155 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044155 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044155 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044156 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1178787754, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1044156 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3e2d4eee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b54a8a3),segFN=segments_1,generation=1}
   [junit4]   2> 1044156 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1044156 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2752aade[collection1] main]
   [junit4]   2> 1044156 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1044157 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044158 INFO  (searcherExecutor-4439-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2752aade[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044158 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044158 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044158 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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> 1044158 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ 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 1539504731823538176
   [junit4]   2> 1044159 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1539504731823538176
   [junit4]   2> 1044160 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1044160 INFO  (coreLoadExecutor-4438-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1044160 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:38430 collection:control_collection shard:shard1
   [junit4]   2> 1044160 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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> 1044161 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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/96219045652594693-core_node1-n_0000000000
   [junit4]   2> 1044161 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38430/collection1/
   [junit4]   2> 1044162 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] 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> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:38430/collection1/ has no replicas
   [junit4]   2> 1044162 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1044163 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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/96219045652594693-core_node1-n_0000000000
   [junit4]   2> 1044163 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38430/collection1/ shard1
   [junit4]   2> 1044163 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:38430",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1044264 INFO  (zkCallback-1843-thread-1-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044314 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:38430/collection1/ and leader is https://127.0.0.1:38430/collection1/
   [junit4]   2> 1044314 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:38430
   [junit4]   2> 1044314 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044314 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1044314 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ 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> 1044315 INFO  (coreZkRegister-4432-thread-1-processing-n:127.0.0.1:38430_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:38430_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 1044315 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38430",
   [junit4]   2>   "node_name":"127.0.0.1:38430_",
   [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> 1044315 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38430",
   [junit4]   2>   "node_name":"127.0.0.1:38430_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1044416 INFO  (zkCallback-1843-thread-2-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044545 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1044545 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1044546 INFO  (zkCallback-1847-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a887652 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1044546 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1044546 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1044546 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1044547 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1044548 INFO  (zkCallback-1848-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36b55149 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1044548 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1044548 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1044549 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1044549 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1044600 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/cores/collection1
   [junit4]   2> 1044600 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001
   [junit4]   2> 1044601 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1044602 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f19fda6{/,null,AVAILABLE}
   [junit4]   2> 1044603 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@365a7787{SSL,[ssl, http/1.1]}{127.0.0.1:38401}
   [junit4]   2> 1044603 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.Server Started @1046290ms
   [junit4]   2> 1044603 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=38401, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/cores}
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001'
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1044604 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1044605 INFO  (zkCallback-1849-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@222b29c3 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1044605 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1044605 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1044605 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1044605 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/solr.xml
   [junit4]   2> 1044609 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/cores
   [junit4]   2> 1044609 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer New CoreContainer 1140174053
   [junit4]   2> 1044609 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001]
   [junit4]   2> 1044609 WARN  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/lib
   [junit4]   2> 1044609 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] 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> 1044610 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41812/solr
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1044611 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1044612 INFO  (zkCallback-1852-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b1421f1 name:ZooKeeperConnection Watcher:127.0.0.1:41812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1044612 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1044612 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1044613 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$73/752784172@49e715d
   [junit4]   2> 1044613 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1044613 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c9d7f94 name:ZooKeeperConnection Watcher:127.0.0.1:41812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1044613 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1044615 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1044615 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1044615 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219045652594698-127.0.0.1:38401_-n_0000000001
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96219045652594693-127.0.0.1:38430_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.ZkController Publish node=127.0.0.1:38401_ as DOWN
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38401_
   [junit4]   2> 1044616 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38401_
   [junit4]   2> 1044617 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38401_"} current state version: 3
   [junit4]   2> 1044617 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38401_
   [junit4]   2> 1044617 INFO  (zkCallback-1843-thread-2-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044617 INFO  (zkCallback-1847-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> 1044617 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] 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> 1044617 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1044617 INFO  (zkCallback-1843-thread-2-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044617 INFO  (zkCallback-1847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044617 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1044618 INFO  (zkCallback-1843-thread-2-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044618 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] 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> 1044618 INFO  (zkCallback-1847-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> 1044626 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1044626 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1044626 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/cores
   [junit4]   2> 1044627 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] 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> 1044627 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001/shard-1-001/cores/collection1
   [junit4]   2> 1044627 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1044627 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1044627 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [n:127.0.0.1:38401_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1044627 INFO  (coreLoadExecutor-4449-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1044627 INFO  (coreLoadExecutor-4449-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1044627 INFO  (coreLoadExecutor-4449-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1044627 INFO  (coreLoadExecutor-4449-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 1044627 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38401",
   [junit4]   2>   "node_name":"127.0.0.1:38401_",
   [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> 1044628 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38401",
   [junit4]   2>   "node_name":"127.0.0.1:38401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1044628 INFO  (coreLoadExecutor-4449-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1044628 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1044628 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1044728 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 2147483647
   [junit4]   2> 1044729 WARN  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer Bad version writing to ZK using compare-and-set, will force refresh cluster state
   [junit4]   2> org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /collections/collection1/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:115)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:230)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:240)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1044729 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 1044730 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: workQueueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38401_"}
   [junit4]   2> 1044730 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38401_
   [junit4]   2> 1044730 INFO  (zkCallback-1843-thread-2-processing-n:127.0.0.1:38430_) [n:127.0.0.1:38430_    ] 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> 1044730 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] 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> 1044730 INFO  (zkCallback-1847-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> 1044730 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1044730 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] 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> 1044731 INFO  (zkCallback-1853-thread-1-processing-n:127.0.0.1:38401_) [n:127.0.0.1:38401_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 1044731 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.Overseer processMessage: workQueueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38401",
   [junit4]   2>   "node_name":"127.0.0.1:38401_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1044731 INFO  (OverseerStateUpdate-96219045652594693-127.0.0.1:38430_-n_0000000000) [n:127.0.0.1:38430_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":

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

shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/96219045652594707-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.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(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(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(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1067251 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7763bf29{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1067251 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cf4cec3{/,null,UNAVAILABLE}
   [junit4]   2> 1067252 INFO  (TEST-TestReqParamsAPI.test-seed#[EF238CAE93087ECB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41812 41812
   [junit4]   2> 1067349 INFO  (Thread-3461) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41812 41812
   [junit4]   2> 1067351 WARN  (Thread-3461) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/overseer/queue
   [junit4]   2> 	23	/solr/overseer/collection-queue-work
   [junit4]   2> 	13	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=EF238CAE93087ECB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 24.5s J1 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":3,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}},
   [junit4]    >       "y":{
   [junit4]    >         "p":"P val",
   [junit4]    >         "q":"Q val",
   [junit4]    >         "":{"v":2}}}}},  from server:  https://127.0.0.1:41067/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EF238CAE93087ECB:6777B3743DF41333]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:230)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    > 	at 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> 1067353 INFO  (SUITE-TestReqParamsAPI-seed#[EF238CAE93087ECB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_EF238CAE93087ECB-001
   [junit4]   2> Jul 10, 2016 9:29:05 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=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=975, maxMBSortInHeap=7.9101629938284805, sim=ClassicSimilarity, locale=ar-LB, timezone=Pacific/Chatham
   [junit4]   2> NOTE: Linux 4.4.0-28-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=213295936,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, TestSchemaNameResource, SpellCheckCollatorTest, HighlighterMaxOffsetTest, MoreLikeThisHandlerTest, TestDistributedGrouping, NotRequiredUniqueKeyTest, SolrIndexSplitterTest, TlogReplayBufferedWhileIndexingTest, SolrInfoMBeanTest, ConvertedLegacyTest, OpenExchangeRatesOrgProviderTest, TestLMJelinekMercerSimilarityFactory, BasicAuthIntegrationTest, TestQuerySenderListener, TestBinaryResponseWriter, AnalyticsMergeStrategyTest, FileUtilsTest, TestCursorMarkWithoutUniqueKey, CollectionReloadTest, TestHashPartitioner, TestUpdate, DistributedExpandComponentTest, ShardRoutingCustomTest, ResponseHeaderTest, DistributedMLTComponentTest, TestTrieFacet, DOMUtilTest, DistributedTermsComponentTest, TestPivotHelperCode, TestDynamicLoading, AsyncMigrateRouteKeyTest, TestCustomDocTransformer, HdfsSyncSliceTest, TestMiniSolrCloudCluster, MultiTermTest, SolrCLIZkUtilsTest, TestFieldCacheVsDocValues, TestRecoveryHdfs, TestLFUCache, TestEmbeddedSolrServerConstructors, TestFieldResource, TestHdfsUpdateLog, TestShardHandlerFactory, BigEndianAscendingWordDeserializerTest, ZkCLITest, CustomCollectionTest, TestFastLRUCache, NumericFieldsTest, HdfsBasicDistributedZk2Test, TestSimpleTrackingShardHandler, QueryResultKeyTest, UpdateRequestProcessorFactoryTest, DistributedQueueTest, TestMiniSolrCloudClusterSSL, SimplePostToolTest, SpatialFilterTest, TestSolrQueryParserResource, DistributedQueryComponentCustomSortTest, TestSolrXml, TestQueryUtils, FacetPivotSmallTest, TestConfigReload, TestCoreContainer, TestNumericTerms32, TestSystemIdResolver, SSLMigrationTest, CollectionsAPIAsyncDistributedZkTest, TestRTimerTree, DistributedFacetPivotSmallAdvancedTest, SecurityConfHandlerTest, TestTrie, DataDrivenBlockJoinTest, TestExclusionRuleCollectionAccess, TestSolrConfigHandlerCloud, ConfigSetsAPITest, ChaosMonkeySafeLeaderTest, TestSimpleQParserPlugin, TestStressVersions, CollectionsAPIDistributedZkTest, ChaosMonkeyNothingIsSafeTest, TestSolrDeletionPolicy2, TestDFRSimilarityFactory, TestReqParamsAPI]
   [junit4] Completed [253/621 (1!)] on J1 in 24.78s, 1 test, 1 failure <<< FAILURES!

[...truncated 1239 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1443: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984: There were test failures: 621 suites (10 ignored), 2642 tests, 1 failure, 133 ignored (87 assumptions) [seed: EF238CAE93087ECB]

Total time: 58 minutes 12 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.x-Linux (64bit/jdk1.8.0_92) - Build # 1116 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1116/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
CollectionStateWatcher wasn't cleared after completion

Stack Trace:
java.lang.AssertionError: CollectionStateWatcher wasn't cleared after completion
	at __randomizedtesting.SeedInfo.seed([7ECAF37E3770E928:23F13C0E707D7616]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13288 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/init-core-data-001
   [junit4]   2> 92402 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 92402 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 92402 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 92402 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 92502 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45802
   [junit4]   2> 92503 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92503 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92504 INFO  (zkCallback-323-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@372a4ec1 name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92504 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92504 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92504 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 92505 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 92509 INFO  (jetty-launcher-322-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 92509 INFO  (jetty-launcher-322-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 92509 INFO  (jetty-launcher-322-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 92512 INFO  (jetty-launcher-322-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 92512 INFO  (jetty-launcher-322-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32d2f15a{/solr,null,AVAILABLE}
   [junit4]   2> 92512 INFO  (jetty-launcher-322-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@612cdc05{/solr,null,AVAILABLE}
   [junit4]   2> 92512 INFO  (jetty-launcher-322-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57d307b4{/solr,null,AVAILABLE}
   [junit4]   2> 92513 INFO  (jetty-launcher-322-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c2cb000{/solr,null,AVAILABLE}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@60e649f8{SSL,[ssl, http/1.1]}{127.0.0.1:34653}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@18e40b46{SSL,[ssl, http/1.1]}{127.0.0.1:38172}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.e.j.s.Server Started @94076ms
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.e.j.s.Server Started @94076ms
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@5717fb35{SSL,[ssl, http/1.1]}{127.0.0.1:41079}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34653}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38172}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.e.j.s.Server Started @94076ms
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b11969b{SSL,[ssl, http/1.1]}{127.0.0.1:35963}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41079}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.e.j.s.Server Started @94077ms
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35963}
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2'
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3'
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4'
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1'
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92517 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92518 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92518 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92518 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92520 INFO  (zkCallback-324-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fa3b0cc name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92520 INFO  (zkCallback-325-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55afc21c name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92520 INFO  (zkCallback-327-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76a4652d name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92520 INFO  (zkCallback-326-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fedc32e name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92520 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 92521 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92521 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/.
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2/.
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1436363887
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1932674560
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4/.
   [junit4]   2> 92526 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d75ca3f20003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1/.
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1324371707
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1263403041
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4]
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2]
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3]
   [junit4]   2> 92526 WARN  (jetty-launcher-322-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4/lib
   [junit4]   2> 92526 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d75ca3f20004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 92526 WARN  (jetty-launcher-322-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/lib
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 92526 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1]
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 92526 WARN  (jetty-launcher-322-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2/lib
   [junit4]   2> 92527 WARN  (jetty-launcher-322-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1/lib
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92527 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45802/solr
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45802/solr
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45802/solr
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45802/solr
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92528 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92529 INFO  (zkCallback-337-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@23b99ad5 name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92529 INFO  (zkCallback-338-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8e47e15 name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92529 INFO  (jetty-launcher-322-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92530 INFO  (zkCallback-339-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fc8e356 name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92530 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@96fbd0b name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$63/861466120@651c8105
   [junit4]   2> 92530 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92532 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$63/861466120@2fa3ea3c
   [junit4]   2> 92532 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92539 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$63/861466120@536f54e4
   [junit4]   2> 92539 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@679fa18f name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92539 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92539 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$63/861466120@4f61458b
   [junit4]   2> 92539 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3792ba28 name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92539 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92540 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92540 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92541 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2191ba09 name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92541 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92541 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 92541 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6fbe5e81 name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92541 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92547 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 92547 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 92547 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 92547 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 92548 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 92548 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 92548 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 92549 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 92549 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 92549 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 92549 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 92550 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 92550 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 92550 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 92550 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 92551 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 92551 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 92551 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 92551 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 92552 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 92553 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 92554 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 92556 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 92557 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 92557 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 92558 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219759945842699-127.0.0.1:41079_solr-n_0000000000
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219759945842698-127.0.0.1:35963_solr-n_0000000001
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219759945842700-127.0.0.1:34653_solr-n_0000000002
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96219759945842697-127.0.0.1:38172_solr-n_0000000003
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41079_solr
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96219759945842699-127.0.0.1:41079_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96219759945842698-127.0.0.1:35963_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96219759945842700-127.0.0.1:34653_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 92559 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35963_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35963_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34653_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38172_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34653_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38172_solr
   [junit4]   2> 92560 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer Overseer (id=96219759945842699-127.0.0.1:41079_solr-n_0000000000) starting
   [junit4]   2> 92560 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] 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> 92560 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] 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> 92560 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] 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> 92560 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] 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> 92561 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 92561 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] 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> 92561 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 92561 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 92562 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 92562 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 92574 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 92580 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 92580 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 92580 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 92580 INFO  (OverseerCollectionConfigSetProcessor-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 92580 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node2/.
   [junit4]   2> 92580 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 92581 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41079_solr as DOWN
   [junit4]   2> 92581 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 92582 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41079_solr
   [junit4]   2> 92583 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41079_solr
   [junit4]   2> 92584 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 92584 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 92584 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 92585 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92587 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 92585 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92585 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92585 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92585 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 92588 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 92588 INFO  (jetty-launcher-322-thread-2) [n:127.0.0.1:38172_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 92587 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 92588 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 92588 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/.
   [junit4]   2> 92588 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 92588 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41079_solr"} current state version: 0
   [junit4]   2> 92589 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41079_solr
   [junit4]   2> 92589 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 92589 INFO  (jetty-launcher-322-thread-3) [n:127.0.0.1:34653_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 92592 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 92593 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 92593 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node1/.
   [junit4]   2> 92593 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 92594 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 92594 INFO  (jetty-launcher-322-thread-1) [n:127.0.0.1:35963_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 92596 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 92597 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 92597 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node4/.
   [junit4]   2> 92597 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 92598 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2
   [junit4]   2> 92598 INFO  (jetty-launcher-322-thread-4) [n:127.0.0.1:41079_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 92598 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92598 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92599 INFO  (zkCallback-348-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fd2d964 name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92599 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92600 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92600 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92601 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92602 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@886a50d name:ZooKeeperConnection Watcher:127.0.0.1:45802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92602 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92602 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92602 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 92602 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 92604 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 92604 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig.xml
   [junit4]   2> 92606 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema-sql.xml
   [junit4]   2> 92607 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-sql.xml
   [junit4]   2> 92608 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-slave1.xml
   [junit4]   2> 92609 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema.xml
   [junit4]   2> 92610 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/schema-replication1.xml
   [junit4]   2> 92611 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/config/solrconfig-managed-schema.xml
   [junit4]   2> 92631 INFO  (TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[7ECAF37E3770E928]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWaitForStateWatcherIsRetainedOnPredicateFailure
   [junit4]   2> 92632 INFO  (TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[7ECAF37E3770E928]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 92632 INFO  (TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[7ECAF37E3770E928]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 92635 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d446b8f name:ZooKeeperConnection Watcher:127.0.0.1:45802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92635 INFO  (TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[7ECAF37E3770E928]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 92635 INFO  (TEST-TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure-seed#[7ECAF37E3770E928]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 92701 INFO  (qtp275410891-1651) [n:127.0.0.1:34653_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=f690970a-e534-4f50-bf73-bba7373053c7&replicationFactor=1&collection.configName=config&name=falsepredicate&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 92702 INFO  (qtp275410891-1651) [n:127.0.0.1:34653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=f690970a-e534-4f50-bf73-bba7373053c7&replicationFactor=1&collection.configName=config&name=falsepredicate&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92702 INFO  (OverseerCollectionConfigSetProcessor-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running/mn-f690970a-e534-4f50-bf73-bba7373053c7
   [junit4]   2> 92703 INFO  (OverseerCollectionConfigSetProcessor-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"falsepredicate",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"f690970a-e534-4f50-bf73-bba7373053c7",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 92703 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"falsepredicate",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"f690970a-e534-4f50-bf73-bba7373053c7",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 92703 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection falsepredicate
   [junit4]   2> 92704 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/falsepredicate 
   [junit4]   2> 92704 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/falsepredicate
   [junit4]   2> 92704 INFO  (qtp275410891-1662) [n:127.0.0.1:34653_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=f690970a-e534-4f50-bf73-bba7373053c7&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 92704 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 92704 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 92704 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 92704 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 92704 INFO  (zkCallback-343-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 92705 INFO  (qtp275410891-1662) [n:127.0.0.1:34653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=f690970a-e534-4f50-bf73-bba7373053c7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 92706 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"falsepredicate",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"f690970a-e534-4f50-bf73-bba7373053c7",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 92706 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: falsepredicate
   [junit4]   2> 92707 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/falsepredicate/state.json
   [junit4]   2> 92807 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection falsepredicate, shardNames [shard1, shard2, shard3, shard4] , replicationFactor : 1
   [junit4]   2> 92807 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core falsepredicate_shard3_replica1 as part of shard shard3 of collection falsepredicate on 127.0.0.1:41079_solr
   [junit4]   2> 92807 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core falsepredicate_shard4_replica1 as part of shard shard4 of collection falsepredicate on 127.0.0.1:34653_solr
   [junit4]   2> 92807 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core falsepredicate_shard1_replica1 as part of shard shard1 of collection falsepredicate on 127.0.0.1:38172_solr
   [junit4]   2> 92808 INFO  (OverseerThreadFactory-788-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core falsepredicate_shard2_replica1 as part of shard shard2 of collection falsepredicate on 127.0.0.1:35963_solr
   [junit4]   2> 92812 INFO  (qtp275410891-1653) [n:127.0.0.1:34653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=f690970a-e534-4f50-bf73-bba7373053c7552439432875181&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard4_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92812 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=f690970a-e534-4f50-bf73-bba7373053c7552439432875181&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard4_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard4&wt=javabin&version=2
   [junit4]   2> 92813 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=falsepredicate_shard4_replica1, collection.configName=config, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=falsepredicate, numShards=4, dataDir=data/, shard=shard4}
   [junit4]   2> 92813 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 92814 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController Registering watch for collection falsepredicate
   [junit4]   2> 92814 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"falsepredicate_shard4_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34653/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34653_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 92814 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.c.ZkStateReader Add data for [falsepredicate] ver [0]
   [junit4]   2> 92814 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=4 message={
   [junit4]   2>   "core":"falsepredicate_shard4_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34653/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34653_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 92814 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 92865 INFO  (qtp1859833227-1654) [n:127.0.0.1:35963_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=f690970a-e534-4f50-bf73-bba7373053c7552439433669273&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard2_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92865 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=f690970a-e534-4f50-bf73-bba7373053c7552439433669273&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard2_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard2&wt=javabin&version=2
   [junit4]   2> 92865 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=falsepredicate_shard2_replica1, collection.configName=config, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=falsepredicate, numShards=4, dataDir=data/, shard=shard2}
   [junit4]   2> 92866 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr c:falsepredicate s:shard2  x:falsepredicate_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 92866 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"falsepredicate_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35963/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35963_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 92866 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr c:falsepredicate s:shard2  x:falsepredicate_shard2_replica1] o.a.s.c.ZkController Registering watch for collection falsepredicate
   [junit4]   2> 92868 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=4 message={
   [junit4]   2>   "core":"falsepredicate_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35963/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35963_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 92869 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr c:falsepredicate s:shard2  x:falsepredicate_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [falsepredicate] ver [0]
   [junit4]   2> 92869 INFO  (qtp533773846-1681) [n:127.0.0.1:41079_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=f690970a-e534-4f50-bf73-bba7373053c7552439432652614&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard3_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92869 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=f690970a-e534-4f50-bf73-bba7373053c7552439432652614&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard3_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard3&wt=javabin&version=2
   [junit4]   2> 92869 INFO  (parallelCoreAdminExecutor-791-thread-1-processing-n:127.0.0.1:35963_solr f690970a-e534-4f50-bf73-bba7373053c7552439433669273 CREATE) [n:127.0.0.1:35963_solr c:falsepredicate s:shard2  x:falsepredicate_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=falsepredicate_shard3_replica1, collection.configName=config, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=falsepredicate, numShards=4, dataDir=data/, shard=shard3}
   [junit4]   2> 92870 INFO  (qtp151308805-1652) [n:127.0.0.1:38172_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=f690970a-e534-4f50-bf73-bba7373053c7552439433342191&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard1_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=f690970a-e534-4f50-bf73-bba7373053c7552439433342191&qt=/admin/cores&collection.configName=config&name=falsepredicate_shard1_replica1&action=CREATE&numShards=4&collection=falsepredicate&shard=shard1&wt=javabin&version=2
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr c:falsepredicate s:shard3  x:falsepredicate_shard3_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=falsepredicate_shard1_replica1, collection.configName=config, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=falsepredicate, numShards=4, dataDir=data/, shard=shard1}
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr c:falsepredicate s:shard1  x:falsepredicate_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 92870 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr c:falsepredicate s:shard3  x:falsepredicate_shard3_replica1] o.a.s.c.ZkController Registering watch for collection falsepredicate
   [junit4]   2> 92871 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"falsepredicate_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41079/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41079_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 92871 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr c:falsepredicate s:shard3  x:falsepredicate_shard3_replica1] o.a.s.c.c.ZkStateReader Add data for [falsepredicate] ver [0]
   [junit4]   2> 92871 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=4 message={
   [junit4]   2>   "core":"falsepredicate_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41079/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41079_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 92871 INFO  (parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:41079_solr f690970a-e534-4f50-bf73-bba7373053c7552439432652614 CREATE) [n:127.0.0.1:41079_solr c:falsepredicate s:shard3  x:falsepredicate_shard3_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 92871 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr c:falsepredicate s:shard1  x:falsepredicate_shard1_replica1] o.a.s.c.ZkController Registering watch for collection falsepredicate
   [junit4]   2> 92872 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr c:falsepredicate s:shard1  x:falsepredicate_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [falsepredicate] ver [0]
   [junit4]   2> 92872 INFO  (qtp151308805-1670) [n:127.0.0.1:38172_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : f690970a-e534-4f50-bf73-bba7373053c7552439433342191
   [junit4]   2> 92872 INFO  (parallelCoreAdminExecutor-786-thread-1-processing-n:127.0.0.1:38172_solr f690970a-e534-4f50-bf73-bba7373053c7552439433342191 CREATE) [n:127.0.0.1:38172_solr c:falsepredicate s:shard1  x:falsepredicate_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 92872 INFO  (qtp151308805-1670) [n:127.0.0.1:38172_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=f690970a-e534-4f50-bf73-bba7373053c7552439433342191&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 92872 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"falsepredicate_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38172/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38172_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 92872 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=4 message={
   [junit4]   2>   "core":"falsepredicate_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38172/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38172_solr",
   [junit4]   2>   "numShards":"4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"falsepredicate",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 92974 INFO  (OverseerStateUpdate-96219759945842699-127.0.0.1:41079_solr-n_0000000000) [n:127.0.0.1:41079_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/falsepredicate/state.json version: 0
   [junit4]   2> 92974 INFO  (zkCallback-343-thread-3-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/falsepredicate/state.json] for collection [falsepredicate] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 92974 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/falsepredicate/state.json] for collection [falsepredicate] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 92974 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/falsepredicate/state.json] for collection [falsepredicate] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 92974 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/falsepredicate/state.json] for collection [falsepredicate] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 92975 INFO  (zkCallback-343-thread-3-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader Updating data for [falsepredicate] from [0] to [1]
   [junit4]   2> 92975 INFO  (zkCallback-342-thread-1-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [falsepredicate] from [0] to [1]
   [junit4]   2> 92975 INFO  (zkCallback-340-thread-1-processing-n:127.0.0.1:38172_solr) [n:127.0.0.1:38172_solr    ] o.a.s.c.c.ZkStateReader Updating data for [falsepredicate] from [0] to [1]
   [junit4]   2> 92975 INFO  (zkCallback-341-thread-1-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader Updating data for [falsepredicate] from [0] to [1]
   [junit4]   2> 93707 INFO  (qtp275410891-1665) [n:127.0.0.1:34653_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=f690970a-e534-4f50-bf73-bba7373053c7&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 93708 INFO  (qtp275410891-1665) [n:127.0.0.1:34653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=f690970a-e534-4f50-bf73-bba7373053c7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 93814 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for falsepredicate_shard4_replica1
   [junit4]   2> 93814 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController Check for collection zkNode:falsepredicate
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/falsepredicate]
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.c.ZkStateReader path=[/collections/falsepredicate] [configName]=[config] specified config exists in ZooKeeper
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/falsepredicate_shard4_replica1'
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 93816 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 93817 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4  x:falsepredicate_shard4_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 93819 INFO  (parallelCoreAdminExecutor-789-thread-1-processing-n:127.0.0.1:34653_solr f690970a-e534-4f50-bf73-bba7373053c7552439432875181 CREATE) [n:127.0.0.1:34653_solr c:falsepredicat

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

 INFO  (coreCloseExecutor-898-thread-1) [n:127.0.0.1:34653_solr c:falsepredicate s:shard4 r:core_node1 x:falsepredicate_shard4_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/./falsepredicate_shard4_replica1/data/index
   [junit4]   2> 117331 INFO  (coreCloseExecutor-898-thread-3) [n:127.0.0.1:34653_solr c:testcollection s:shard3 r:core_node3 x:testcollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/./testcollection_shard3_replica1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/./testcollection_shard3_replica1/data/index;done=false>>]
   [junit4]   2> 117331 INFO  (coreCloseExecutor-898-thread-3) [n:127.0.0.1:34653_solr c:testcollection s:shard3 r:core_node3 x:testcollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 117331 INFO  (coreCloseExecutor-898-thread-3) [n:127.0.0.1:34653_solr c:testcollection s:shard3 r:core_node3 x:testcollection_shard3_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001/tempDir-001/node3/./testcollection_shard3_replica1/data/index
   [junit4]   2> 117332 INFO  (jetty-launcher-322-thread-4) [    ] o.a.s.c.Overseer Overseer (id=96219759945842700-127.0.0.1:34653_solr-n_0000000002) closing
   [junit4]   2> 117332 INFO  (OverseerStateUpdate-96219759945842700-127.0.0.1:34653_solr-n_0000000002) [n:127.0.0.1:34653_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34653_solr
   [junit4]   2> 117336 INFO  (zkCallback-342-thread-2-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader Updating data for [stateformat1] from [3] to [4]
   [junit4]   2> 117336 INFO  (zkCallback-342-thread-3-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 117336 INFO  (zkCallback-357-thread-2-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 117336 INFO  (zkCallback-363-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 117336 WARN  (zkCallback-357-thread-2-processing-n:127.0.0.1:35963_solr) [n:127.0.0.1:35963_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 117336 WARN  (zkCallback-363-thread-1-processing-n:127.0.0.1:41079_solr) [n:127.0.0.1:41079_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 117336 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d75ca3f20012, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 117336 INFO  (jetty-launcher-322-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ac18029{/solr,null,UNAVAILABLE}
   [junit4]   2> 117336 INFO  (jetty-launcher-322-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c0280d0{/solr,null,UNAVAILABLE}
   [junit4]   2> 117337 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d75ca3f2000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 118836 WARN  (zkCallback-342-thread-3-processing-n:127.0.0.1:34653_solr) [n:127.0.0.1:34653_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 118837 INFO  (jetty-launcher-322-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@612cdc05{/solr,null,UNAVAILABLE}
   [junit4]   2> 118837 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45802 45802
   [junit4]   2> 118965 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45802 45802
   [junit4]   2> 118966 WARN  (Thread-703) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	6	/solr/configs/config
   [junit4]   2> 	3	/solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/waitforstate/state.json
   [junit4]   2> 	12	/solr/collections/falsepredicate/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/testcollection/state.json
   [junit4]   2> 	3	/solr/collections/stateformat1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96219759945842700-127.0.0.1:34653_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/currentstate/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96219759945842699-127.0.0.1:41079_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/delayed/state.json
   [junit4]   2> 	2	/solr/collections/tobedeleted/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	50	/solr/overseer/queue
   [junit4]   2> 	13	/solr/overseer/queue-work
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 118966 INFO  (SUITE-TestCollectionStateWatchers-seed#[7ECAF37E3770E928]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_7ECAF37E3770E928-001
   [junit4]   2> Jul 11, 2016 12:30:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=476, maxMBSortInHeap=5.46805296240203, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=sv-SE, timezone=America/St_Barthelemy
   [junit4]   2> NOTE: Linux 4.4.0-28-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=275084736,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonRecordReader, NamedListTest, SolrExampleJettyTest, FacetFieldTest, CommonAdminParamsTest, BasicHttpSolrClientTest, CloudSolrClientTest, StreamExpressionParserTest, SolrZkClientTest, TestClusteringResponse, TestCoreAdmin, JdbcTest, ExternalHttpClientTest, SchemaTest, StreamExpressionToExpessionTest, TestNamedListCodec, SolrQueryTest, HttpClientUtilTest, AnlysisResponseBaseTest, TestSolrJErrorHandling, GraphExpressionTest, TestToleratedUpdateError, TestCollectionStateWatchers]
   [junit4] Completed [85/85 (1!)] on J2 in 27.58s, 9 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:246: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1443: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984: There were test failures: 85 suites, 653 tests, 1 failure, 2 ignored [seed: 7ECAF37E3770E928]

Total time: 57 minutes 17 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