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

2 tests failed.
FAILED:  
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
        at 
__randomizedtesting.SeedInfo.seed([DDB363883EF114D8:B6FCC3F547FEC9E2]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Could not get expected value  '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}}}}}

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}}}}}
        at 
__randomizedtesting.SeedInfo.seed([DDB363883EF114D8:55E75C52900D7920]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:236)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
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 10943 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_DDB363883EF114D8-001/init-core-data-001
   [junit4]   2> 566980 INFO  
(SUITE-ZkStateReaderTest-seed#[DDB363883EF114D8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 566984 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 566984 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 566984 INFO  (Thread-3500) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 566984 INFO  (Thread-3500) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 567084 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:33211
   [junit4]   2> 567085 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567085 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567092 INFO  (zkCallback-620-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@76b55ef name:ZooKeeperConnection 
Watcher:127.0.0.1:33211 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 567093 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567093 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567096 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567096 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567098 INFO  (zkCallback-621-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5759d8f0 
name:ZooKeeperConnection Watcher:127.0.0.1:33211 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567098 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567099 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567099 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 567111 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567111 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567377 INFO  (zkCallback-622-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@773f99ac 
name:ZooKeeperConnection Watcher:127.0.0.1:33211/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567377 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567377 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567378 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 567380 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 567382 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 567387 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 567392 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 567393 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 567397 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 567398 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 567400 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 567401 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 567401 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 567402 INFO  (zkCallback-622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 567404 INFO  (zkCallback-622-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 567404 INFO  (zkCallback-622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 567406 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 567407 INFO  (zkCallback-622-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 567409 INFO  (zkCallback-622-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 567411 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33211 33211
   [junit4]   2> 567436 INFO  (Thread-3500) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33211 33211
   [junit4]   2> 567437 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 567440 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 567440 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 567441 INFO  (Thread-3501) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 567441 INFO  (Thread-3501) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 567541 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:63328
   [junit4]   2> 567541 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567541 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567544 INFO  (zkCallback-623-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2a9cabbe 
name:ZooKeeperConnection Watcher:127.0.0.1:63328 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567544 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567544 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567546 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567546 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567551 INFO  (zkCallback-624-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@695c834b 
name:ZooKeeperConnection Watcher:127.0.0.1:63328 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567551 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567551 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567551 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 567556 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 567556 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 567561 INFO  (zkCallback-625-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14a549cf 
name:ZooKeeperConnection Watcher:127.0.0.1:63328/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 567561 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 567561 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 567563 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 567565 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 567568 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 567571 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 567573 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 567576 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 567578 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 567579 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 567583 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 567586 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 0x153ce3333d40002, 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> 567588 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$6/1223726668@76792032
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7246ba25[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 567589 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$6/1223726668@39fe71cd
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7246ba25[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 567589 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63328 63328
   [junit4]   2> 577607 INFO  (Thread-3501) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63328 63328
   [junit4]   2> 577609 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy 
-Dtests.seed=DDB363883EF114D8 -Dtests.slow=true -Dtests.locale=de-DE 
-Dtests.timezone=America/Indiana/Indianapolis -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   10.2s J1 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDB363883EF114D8:B6FCC3F547FEC9E2]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 577613 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 577613 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 577613 INFO  (Thread-3502) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 577613 INFO  (Thread-3502) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 577713 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:38128
   [junit4]   2> 577714 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 577714 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577717 INFO  (zkCallback-626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@56633a12 
name:ZooKeeperConnection Watcher:127.0.0.1:38128 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577717 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577718 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 577719 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 577720 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577721 INFO  (zkCallback-627-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e0d0303 
name:ZooKeeperConnection Watcher:127.0.0.1:38128 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577721 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577721 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 577721 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 577725 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 577725 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577729 INFO  (zkCallback-628-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7acef1d6 
name:ZooKeeperConnection Watcher:127.0.0.1:38128/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577729 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577734 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 577735 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 577736 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 577737 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 577739 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 577740 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 577741 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 577743 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 577743 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 577744 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 577744 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 577744 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 577746 INFO  (zkCallback-628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 577766 INFO  (zkCallback-628-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 577767 INFO  (zkCallback-628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 577777 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 577779 INFO  (zkCallback-628-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 577780 INFO  (zkCallback-628-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 577832 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38128 38128
   [junit4]   2> 582870 INFO  (Thread-3502) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38128 38128
   [junit4]   2> 582872 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 582875 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 582875 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 582875 INFO  (Thread-3503) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 582876 INFO  (Thread-3503) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 582976 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50022
   [junit4]   2> 582976 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 582977 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582979 INFO  (zkCallback-629-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b448733 
name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 582979 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582980 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 582982 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 582983 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582990 INFO  (zkCallback-630-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ff857d0 
name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 582991 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582991 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 582991 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 582994 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 582995 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582996 INFO  (zkCallback-631-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7107aa01 
name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 582996 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582996 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 582997 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 582999 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 583000 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 583002 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 583003 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 583004 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 583007 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 583007 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 583009 INFO  (zkCallback-631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 583012 INFO  (zkCallback-631-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: [0])
   [junit4]   2> 583062 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 583063 INFO  (zkCallback-631-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: [0])
   [junit4]   2> 583073 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50022 50022
   [junit4]   2> 583092 INFO  (Thread-3503) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50022 50022
   [junit4]   2> 583094 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 583107 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 583108 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 583108 INFO  (Thread-3504) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 583108 INFO  (Thread-3504) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 583208 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:59924
   [junit4]   2> 583208 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 583209 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583219 INFO  (zkCallback-632-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6dccc602 
name:ZooKeeperConnection Watcher:127.0.0.1:59924 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 583219 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583220 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 583221 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 583222 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583223 INFO  (zkCallback-633-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@12c13eca 
name:ZooKeeperConnection Watcher:127.0.0.1:59924 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 583223 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583223 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 583223 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 583227 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 583227 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583254 INFO  (zkCallback-634-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c81dbf8 
name:ZooKeeperConnection Watcher:127.0.0.1:59924/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 583254 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583254 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 583255 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 583256 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 583258 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 583259 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 583260 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 583261 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 583262 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 583263 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 583264 INFO  (zkCallback-634-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 583265 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 583266 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 583267 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 583267 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 583269 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59924 59924
   [junit4]   2> 583381 INFO  (Thread-3504) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59924 59924
   [junit4]   2> 583384 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DDB363883EF114D8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 583385 INFO  
(SUITE-ZkStateReaderTest-seed#[DDB363883EF114D8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_DDB363883EF114D8-001
   [junit4]   2> Mar 31, 2016 7:43:11 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=1176, maxMBSortInHeap=6.709260438894006, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=de-DE, 
timezone=America/Indiana/Indianapolis
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 
(64-bit)/cpus=3,threads=1,free=102459320,total=220299264
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryUtils, 
CacheHeaderTest, TestCloudManagedSchema, TestDefaultStatsCache, 
SegmentsInfoRequestHandlerTest, TestDefaultSearchFieldResource, BlockCacheTest, 
TestConfigOverlay, TestDistributedGrouping, HLLSerializationTest, 
NoCacheHeaderTest, CheckHdfsIndexTest, SearchHandlerTest, 
OpenCloseCoreStressTest, LukeRequestHandlerTest, VersionInfoTest, 
DirectoryFactoryTest, TestCloudPivotFacet, OutputWriterTest, 
SpellCheckComponentTest, ZkNodePropsTest, TestExactSharedStatsCache, 
DistributedIntervalFacetingTest, CoreAdminHandlerTest, 
TestUniqueKeyFieldResource, TestExpandComponent, 
BinaryUpdateRequestHandlerTest, TestCrossCoreJoin, SmileWriterTest, 
TestWriterPerf, DataDrivenBlockJoinTest, TestDynamicLoading, 
TestCloudDeleteByQuery, RankQueryTest, SpellPossibilityIteratorTest, 
CursorMarkTest, TestQuerySenderListener, HdfsChaosMonkeyNothingIsSafeTest, 
DistributedVersionInfoTest, UpdateRequestProcessorFactoryTest, 
RAMDirectoryFactoryTest, FieldMutatingUpdateProcessorTest, 
CollectionsAPISolrJTest, MultiTermTest, TestSha256AuthenticationProvider, 
DistributedSuggestComponentTest, TestShardHandlerFactory, HdfsThreadLeakTest, 
SolrInfoMBeanTest, ExplicitHLLTest, TestSolrQueryParser, 
OpenExchangeRatesOrgProviderTest, StatsComponentTest, 
TestDistributedMissingSort, PluginInfoTest, DistributedMLTComponentTest, 
DistributedExpandComponentTest, WordBreakSolrSpellCheckerTest, 
MinimalSchemaTest, OverseerCollectionConfigSetProcessorTest, 
TestLMJelinekMercerSimilarityFactory, CloneFieldUpdateProcessorFactoryTest, 
NumericFieldsTest, ZkStateReaderTest]
   [junit4] Completed [129/585 (1!)] on J1 in 17.18s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 1145 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/init-core-data-001
   [junit4]   2> 2932324 INFO  
(SUITE-TestReqParamsAPI-seed#[DDB363883EF114D8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2932324 INFO  
(SUITE-TestReqParamsAPI-seed#[DDB363883EF114D8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /tyna/
   [junit4]   2> 2932327 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2932328 INFO  (Thread-8512) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2932328 INFO  (Thread-8512) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2932428 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40808
   [junit4]   2> 2932428 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2932428 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2932431 INFO  (zkCallback-3791-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@646ae23c 
name:ZooKeeperConnection Watcher:127.0.0.1:40808 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2932432 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2932432 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2932432 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2932436 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2932436 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2932437 INFO  (zkCallback-3792-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c9b3dc7 
name:ZooKeeperConnection Watcher:127.0.0.1:40808/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2932438 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2932438 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2932438 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2932441 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2932443 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2932445 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2932447 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2932448 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2932453 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2932453 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2932456 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2932456 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2932459 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2932459 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2932461 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2932461 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2932465 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2932465 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2932468 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2932468 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2932470 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2932471 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2932473 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2932473 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2932476 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2932477 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2932480 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2932480 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2933002 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1
   [junit4]   2> 2933003 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2933005 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9fb549d{/tyna,null,AVAILABLE}
   [junit4]   2> 2933006 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7805b18b{HTTP/1.1,[http/1.1]}{127.0.0.1:65059}
   [junit4]   2> 2933006 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] o.e.j.s.Server 
Started @2936619ms
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/tempDir-001/control/data,
 hostContext=/tyna, hostPort=65059, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores}
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001'
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2933007 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2933008 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2933009 INFO  (zkCallback-3793-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3db38899 
name:ZooKeeperConnection Watcher:127.0.0.1:40808/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2933010 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2933010 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2933011 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2933011 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/solr.xml
   [junit4]   2> 2933017 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores
   [junit4]   2> 2933017 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 47115887
   [junit4]   2> 2933017 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001]
   [junit4]   2> 2933017 WARN  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/lib
   [junit4]   2> 2933018 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
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> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40808/solr
   [junit4]   2> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2933019 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2933020 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2933021 INFO  (zkCallback-3796-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ae33d45 name:ZooKeeperConnection 
Watcher:127.0.0.1:40808 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2933022 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2933022 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2933024 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2933025 INFO  
(zkCallback-3797-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@343d89ed 
name:ZooKeeperConnection Watcher:127.0.0.1:40808/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2933025 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2933026 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2933029 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2933034 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2933036 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2933039 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2933041 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2933044 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2933046 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2933048 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2933049 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2933052 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2933055 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2933058 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2933060 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2933060 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95646891398266884-127.0.0.1:65059_tyna-n_0000000000
   [junit4]   2> 2933061 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:65059_tyna
   [junit4]   2> 2933061 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2933063 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.Overseer Overseer 
(id=95646891398266884-127.0.0.1:65059_tyna-n_0000000000) starting
   [junit4]   2> 2933066 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2933076 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2933076 INFO  
(OverseerCollectionConfigSetProcessor-95646891398266884-127.0.0.1:65059_tyna-n_0000000000)
 [n:127.0.0.1:65059_tyna    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 2933077 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2933077 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65059_tyna
   [junit4]   2> 2933078 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:65059_tyna
   [junit4]   2> 2933081 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2933081 INFO  
(zkCallback-3797-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna    ] 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> 2933082 INFO  
(zkCallback-3797-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2933108 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2933108 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2933109 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores
   [junit4]   2> 2933110 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] 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> 2933110 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1
   [junit4]   2> 2933110 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2933112 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2933112 INFO  
(TEST-TestReqParamsAPI.test-seed#[DDB363883EF114D8]) [n:127.0.0.1:65059_tyna    
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2933113 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2933114 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 2933116 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:65059/tyna";,
   [junit4]   2>   "node_name":"127.0.0.1:65059_tyna",
   [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> 2933117 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2933117 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:65059/tyna";,
   [junit4]   2>   "node_name":"127.0.0.1:65059_tyna",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2933118 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 2933118 INFO  
(OverseerStateUpdate-95646891398266884-127.0.0.1:65059_tyna-n_0000000000) 
[n:127.0.0.1:65059_tyna    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 2933121 INFO  
(zkCallback-3797-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna    ] 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> 2934119 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2934119 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2934119 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2934119 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 2934120 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2934120 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1'
   [junit4]   2> 2934121 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2934121 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2934122 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 2934127 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2934129 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2934155 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2934160 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2934228 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2934233 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2934234 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2934245 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2934247 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2934249 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2934251 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2934253 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna 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=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2934253 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 2934253 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2934253 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/]
   [junit4]   2> 2934253 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna 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@3257c5eb
   [junit4]   2> 2934254 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data
   [junit4]   2> 2934254 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2934254 WARN  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2934254 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/index
   [junit4]   2> 2934255 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna 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=20, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=43.8564453125, 
floorSegmentMB=1.8095703125, forceMergeDeletesPctAllowed=22.525540520821856, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2934255 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna 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@5d023397 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6031e1be),segFN=segments_1,generation=1}
   [junit4]   2> 2934255 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2934256 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:65059_tyna 
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 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/
   [junit4]   2> 2934256 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:65059_tyna 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 2934258 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2934258 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2934258 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2934258 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2934258 INFO  
(coreLoadExecutor-10425-thread-1-processing-n:127.0.0.1:65059_tyna) 
[n:127.0.0.1:65059_tyna c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2934259

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

it4]    >   "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}}}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDB363883EF114D8:55E75C52900D7920]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:236)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2963467 INFO  
(SUITE-TestReqParamsAPI-seed#[DDB363883EF114D8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_DDB363883EF114D8-001
   [junit4]   2> Mar 31, 2016 8:22:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=1591, maxMBSortInHeap=6.863599441933861, 
sim=ClassicSimilarity, locale=hr, timezone=Africa/Casablanca
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 
(64-bit)/cpus=3,threads=1,free=370296416,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[ChaosMonkeyNothingIsSafeTest, RestartWhileUpdatingTest, 
BlockJoinFacetSimpleTest, TestSearchPerf, TestSortByMinMaxFunction, 
JavabinLoaderTest, TestRawTransformer, DateRangeFieldTest, 
HdfsBasicDistributedZkTest, TestFileDictionaryLookup, SimpleMLTQParserTest, 
SliceStateTest, TestPivotHelperCode, TestUpdate, TestMaxScoreQueryParser, 
HdfsWriteToMultipleCollectionsTest, TestSolrCLIRunExample, 
TestObjectReleaseTracker, BasicDistributedZkTest, TestCSVLoader, 
DirectSolrSpellCheckerTest, TestEmbeddedSolrServerConstructors, 
SortSpecParsingTest, TestReloadAndDeleteDocs, HdfsSyncSliceTest, 
ExternalFileFieldSortTest, TestDFRSimilarityFactory, TestCryptoKeys, 
DisMaxRequestHandlerTest, TestManagedStopFilterFactory, RecoveryZkTest, 
UnloadDistributedZkTest, TestSolrConfigHandlerCloud, SampleTest, 
SpatialFilterTest, TimeZoneUtilsTest, BitVectorTest, QueryEqualityTest, 
TestSortingResponseWriter, TestPseudoReturnFields, 
DistributedQueryComponentOptimizationTest, TestSolrXml, CursorPagingTest, 
PathHierarchyTokenizerFactoryTest, PrimitiveFieldTypeTest, 
TestStressUserVersions, TestMergePolicyConfig, WrapperMergePolicyFactoryTest, 
TestFieldSortValues, DocumentBuilderTest, TestBulkSchemaAPI, 
ResponseHeaderTest, PrimUtilsTest, DistributedFacetPivotWhiteBoxTest, 
TestReplicaProperties, TestCodecSupport, URLClassifyProcessorTest, 
SyncSliceTest, TestSort, UpdateParamsTest, TestHighFrequencyDictionaryFactory, 
TestStressVersions, CdcrRequestHandlerTest, TestRequestStatusCollectionAPI, 
OverseerTaskQueueTest, TestTolerantUpdateProcessorCloud, 
TestCollationFieldDocValues, SolrIndexConfigTest, TestClusterStateMutator, 
HardAutoCommitTest, TermsComponentTest, SimpleFacetsTest, 
CoreAdminCreateDiscoverTest, TestGeoJSONResponseWriter, 
QueryElevationComponentTest, BlockJoinFacetDistribTest, 
TestUseDocValuesAsStored2, TestLuceneMatchVersion, 
TestReplicationHandlerBackup, FacetPivotSmallTest, MultiThreadedOCPTest, 
BigEndianAscendingWordDeserializerTest, JsonLoaderTest, OverseerRolesTest, 
TestScoreJoinQPNoScore, ShardRoutingTest, TestStressLucene, 
DistributedFacetPivotSmallAdvancedTest, CloudExitableDirectoryReaderTest, 
DistributedSpellCheckComponentTest, TestQuerySenderNoQuery, 
LeaderInitiatedRecoveryOnShardRestartTest, XmlUpdateRequestHandlerTest, 
DocValuesMultiTest, SolrCoreTest, TestQueryWrapperFilter, 
SolrRequestParserTest, SchemaVersionSpecificBehaviorTest, DeleteReplicaTest, 
PingRequestHandlerTest, CdcrReplicationDistributedZkTest, 
TestFieldCollectionResource, TestRuleBasedAuthorizationPlugin, 
TestAuthorizationFramework, MoreLikeThisHandlerTest, TestSurroundQueryParser, 
TestJmxIntegration, PolyFieldTest, TestPartialUpdateDeduplication, 
FastVectorHighlighterTest, TestCursorMarkWithoutUniqueKey, 
TestIntervalFaceting, TestHdfsUpdateLog, RegexBoostProcessorTest, 
TestDownShardTolerantSearch, ConcurrentDeleteAndCreateCollectionTest, 
SOLR749Test, TestElisionMultitermQuery, TestWordDelimiterFilterFactory, 
HdfsChaosMonkeySafeLeaderTest, TestTolerantSearch, TestStressReorder, 
LeaderElectionTest, CurrencyFieldXmlFileTest, TestDocSet, 
TestBulkSchemaConcurrent, TestFastLRUCache, TestChildDocTransformer, 
CollectionsAPIAsyncDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestSchemaSimilarityResource, TestPhraseSuggestions, TestSchemaManager, 
TestNoOpRegenerator, ScriptEngineTest, HLLUtilTest, TestSolrFieldCacheMBean, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, OverseerTest, TestReplicationHandler, 
ZkCLITest, TestFaceting, TestRecovery, TestHashPartitioner, ZkControllerTest, 
TestJoin, DistributedTermsComponentTest, TestCoreContainer, TestGroupingSearch, 
SolrCmdDistributorTest, PeerSyncTest, TestFunctionQuery, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, 
HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, 
DocValuesTest, SuggesterTSTTest, SolrCoreCheckLockOnStartupTest, 
TestAtomicUpdateErrorCases, TestRemoteStreaming, DistanceFunctionTest, 
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
TestOmitPositions, RequestHandlersTest, RequiredFieldsTest, 
TestArbitraryIndexDir, IndexSchemaTest, TestCSVResponseWriter, 
QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestComponentsName, 
TestBinaryResponseWriter, AlternateDirectoryTest, TestSolrIndexConfig, 
CopyFieldTest, BadComponentTest, TestSolrDeletionPolicy2, TestConfig, 
TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, 
TestFastOutputStream, DateMathParserTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, 
TestLRUCache, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, 
UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, 
SolrTestCaseJ4Test, TestHighlightDedupGrouping, ConnectionReuseTest, 
AssignTest, AsyncMigrateRouteKeyTest, CollectionReloadTest, ConfigSetsAPITest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
RemoteQueryErrorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, 
TestCloudInspectUtil, TestCollectionAPI, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, 
TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud, 
HdfsNNFailoverTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
StressHdfsTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetImmutable, 
TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestSolrConfigHandler, 
TestBlobHandler, TestReqParamsAPI]
   [junit4] Completed [488/585 (2!)] on J0 in 31.95s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 335 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:740: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:684: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:233: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/common-build.xml:529:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1014:
 There were test failures: 585 suites (10 ignored), 2360 tests, 1 error, 1 
failure, 85 ignored (70 assumptions) [seed: DDB363883EF114D8]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to