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

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

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
        at 
__randomizedtesting.SeedInfo.seed([796E0EEF8AB23302:66D47F185AD2F5C7]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
        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  'CY val' for path 'params/c' full output: {   
"responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A 
val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     
"webapp":"/hirds/t",     "path":"/dump1",     "httpMethod":"GET"}},  from 
server:  http://127.0.0.1:34807/hirds/t/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"/hirds/t",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  
http://127.0.0.1:34807/hirds/t/collection1
        at 
__randomizedtesting.SeedInfo.seed([796E0EEF8AB23302:F13A3135244E5EFA]: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:457)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
        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 10745 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_796E0EEF8AB23302-001/init-core-data-001
   [junit4]   2> 254399 INFO  
(SUITE-ZkStateReaderTest-seed#[796E0EEF8AB23302]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 254399 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 254400 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 254400 INFO  (Thread-433) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 254400 INFO  (Thread-433) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 254500 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50409
   [junit4]   2> 254500 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 254501 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 254509 INFO  (zkCallback-180-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fc01c14 
name:ZooKeeperConnection Watcher:127.0.0.1:50409 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 254510 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 254510 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 254523 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 254535 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 254647 INFO  (zkCallback-181-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@215d0c2 name:ZooKeeperConnection 
Watcher:127.0.0.1:50409 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 254647 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 254647 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 254647 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 254651 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 254690 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 254738 INFO  (zkCallback-182-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d35c56a 
name:ZooKeeperConnection Watcher:127.0.0.1:50409/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 254739 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 254739 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 254747 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 254755 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 254756 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 254756 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 254757 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 254758 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 254758 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 254759 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 254760 INFO  (zkCallback-182-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 254760 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 254761 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 254761 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 254761 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 254762 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50409 50409
   [junit4]   2> 255244 INFO  (Thread-433) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50409 50409
   [junit4]   2> 255245 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 255246 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 255246 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 255246 INFO  (Thread-434) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 255246 INFO  (Thread-434) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 255349 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:34911
   [junit4]   2> 255349 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 255358 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255379 INFO  (zkCallback-183-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@131fd00f 
name:ZooKeeperConnection Watcher:127.0.0.1:34911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 255379 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255379 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 255380 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 255380 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255398 INFO  (zkCallback-184-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ba1a810 
name:ZooKeeperConnection Watcher:127.0.0.1:34911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 255402 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255403 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 255403 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 255414 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 255502 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255605 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@404a6d3d 
name:ZooKeeperConnection Watcher:127.0.0.1:34911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 255605 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255606 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 255626 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 255655 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 255686 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 255726 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 255748 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 255748 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 255749 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 255749 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 255750 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 255750 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 255751 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 255752 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 255753 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 255753 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 255805 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34911 34911
   [junit4]   2> 255981 INFO  (Thread-434) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34911 34911
   [junit4]   2> 255982 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[796E0EEF8AB23302]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 255984 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 255984 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 255984 INFO  (Thread-435) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 255984 INFO  (Thread-435) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 256086 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer start zk server on port:41374
   [junit4]   2> 256087 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 256098 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256161 INFO  (zkCallback-186-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c055c0f 
name:ZooKeeperConnection Watcher:127.0.0.1:41374 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 256162 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256163 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 256199 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 256207 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256243 INFO  (zkCallback-187-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@66cab1fa 
name:ZooKeeperConnection Watcher:127.0.0.1:41374 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 256246 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256247 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 256247 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 256277 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 0x154440ffe8f0001, 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> 256278 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 256279 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256281 INFO  (zkCallback-188-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ed63cc2 
name:ZooKeeperConnection Watcher:127.0.0.1:41374/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 256282 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256282 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 256286 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 256287 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 256288 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 256288 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 256289 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 256289 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 256290 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 256290 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 256292 INFO  (zkCallback-188-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 256298 INFO  (zkCallback-188-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> 256346 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 256351 INFO  (zkCallback-188-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> 256359 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41374 41374
   [junit4]   2> 256737 INFO  (Thread-435) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41374 41374
   [junit4]   2> 256738 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 256739 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 256739 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 256740 INFO  (Thread-436) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 256740 INFO  (Thread-436) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 256840 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer start zk server on port:35571
   [junit4]   2> 256840 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 256846 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256868 INFO  (zkCallback-189-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d8ee447 name:ZooKeeperConnection 
Watcher:127.0.0.1:35571 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 256868 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256868 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 256875 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 256892 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256914 INFO  (zkCallback-190-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a011798 
name:ZooKeeperConnection Watcher:127.0.0.1:35571 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257005 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257006 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 257006 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 257011 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 257026 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257038 INFO  (zkCallback-191-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b37f52 name:ZooKeeperConnection 
Watcher:127.0.0.1:35571/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 257039 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257039 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 257039 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 257040 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 257040 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 257041 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 257041 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 257042 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 257042 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 257043 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 257043 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 257043 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 257047 INFO  (zkCallback-191-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 257047 INFO  (zkCallback-191-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> 257094 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 257098 INFO  (zkCallback-191-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> 257099 INFO  (zkCallback-191-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 257100 INFO  (zkCallback-191-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 257149 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35571 35571
   [junit4]   2> 257502 INFO  (Thread-436) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35571 35571
   [junit4]   2> 257510 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 257512 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 257513 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 257561 INFO  (Thread-437) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 257561 INFO  (Thread-437) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 257622 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer start zk server on port:45579
   [junit4]   2> 257623 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 257634 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257658 INFO  (zkCallback-192-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9d9e2ed name:ZooKeeperConnection 
Watcher:127.0.0.1:45579 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 257662 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257663 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 257699 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 257710 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257720 INFO  (zkCallback-193-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@615e7d16 
name:ZooKeeperConnection Watcher:127.0.0.1:45579 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257720 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257720 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 257720 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 257736 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 257736 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257738 INFO  (zkCallback-194-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@783a88a6 
name:ZooKeeperConnection Watcher:127.0.0.1:45579/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257738 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257738 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 257739 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 257744 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 257745 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 257746 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 257747 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 257748 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 257749 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 257749 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 257750 INFO  (zkCallback-194-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 257751 INFO  (zkCallback-194-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> 257751 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 257752 INFO  (zkCallback-194-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> 257754 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45579 45579
   [junit4]   2> 258059 INFO  (Thread-437) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45579 45579
   [junit4]   2> 258075 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 258081 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 258082 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 258082 INFO  (Thread-438) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 258082 INFO  (Thread-438) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 258182 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer start zk server on port:54965
   [junit4]   2> 258183 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 258187 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258207 INFO  (zkCallback-195-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d852f9b name:ZooKeeperConnection 
Watcher:127.0.0.1:54965 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 258207 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 258208 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 258238 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 258252 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258275 INFO  (zkCallback-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@13c18a3a 
name:ZooKeeperConnection Watcher:127.0.0.1:54965 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 258275 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 258275 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 258275 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 258318 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 258330 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258354 INFO  (zkCallback-197-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@27f5f389 
name:ZooKeeperConnection Watcher:127.0.0.1:54965/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 258355 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 258355 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 258382 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 258407 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 258408 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 258408 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 258409 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 258409 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 258415 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 258415 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 258416 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 258416 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 258422 INFO  (zkCallback-197-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 258423 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 258501 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/942786625@7721e410
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@731e6e2c[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [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> 258502 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/942786625@7f19c151
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@731e6e2c[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [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> 258507 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54965 54965
   [junit4]   2> 258739 INFO  (Thread-438) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54965 54965
   [junit4]   2> 258740 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[796E0EEF8AB23302])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefresh 
-Dtests.seed=796E0EEF8AB23302 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=fi-FI -Dtests.timezone=Libya -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.67s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([796E0EEF8AB23302:66D47F185AD2F5C7]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 258743 INFO  
(SUITE-ZkStateReaderTest-seed#[796E0EEF8AB23302]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_796E0EEF8AB23302-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=1577, maxMBSortInHeap=5.726578305441984, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=fi-FI, 
timezone=Libya
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=256297864,total=433586176
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, 
TestCSVLoader, TestBinaryField, ForceLeaderTest, DateRangeFieldTest, 
JSONWriterTest, TestAnalyzedSuggestions, SolrCoreTest, 
SignatureUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, 
CoreAdminRequestStatusTest, TestManagedSchema, 
TestSha256AuthenticationProvider, CurrencyFieldOpenExchangeTest, 
TestSolrQueryParserResource, TestSolrQueryResponse, 
DefaultValueUpdateProcessorTest, SSLMigrationTest, TestFoldingMultitermQuery, 
TestDocSet, PeerSyncTest, TestRangeQuery, ZkStateReaderTest]
   [junit4] Completed [65/591 (1!)] on J0 in 4.37s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 93 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/init-core-data-001
   [junit4]   2> 308257 INFO  
(SUITE-TestReqParamsAPI-seed#[796E0EEF8AB23302]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 308257 INFO  
(SUITE-TestReqParamsAPI-seed#[796E0EEF8AB23302]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/hirds/t
   [junit4]   2> 308277 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 308278 INFO  (Thread-566) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 308278 INFO  (Thread-566) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 308377 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36656
   [junit4]   2> 308377 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 308426 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308439 INFO  (zkCallback-262-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4284366d 
name:ZooKeeperConnection Watcher:127.0.0.1:36656 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308439 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308439 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 308439 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 308450 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 308476 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308489 INFO  (zkCallback-263-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@407738db 
name:ZooKeeperConnection Watcher:127.0.0.1:36656/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308489 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308489 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 308489 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 308491 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 308491 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 308492 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 308492 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 308492 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 308493 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 308494 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 308494 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 308495 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 308495 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 308495 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 308496 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 308496 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 308497 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 308497 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 308497 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 308497 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 308498 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 308498 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 308499 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 308499 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 308500 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 308500 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 308500 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 308500 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 308579 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores/collection1
   [junit4]   2> 308582 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 308611 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4355dd2b{/hirds/t,null,AVAILABLE}
   [junit4]   2> 308612 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@29297b98{HTTP/1.1,[http/1.1]}{127.0.0.1:47759}
   [junit4]   2> 308612 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.e.j.s.Server 
Started @315043ms
   [junit4]   2> 308612 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/tempDir-001/control/data,
 hostContext=/hirds/t, hostPort=47759, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores}
   [junit4]   2> 308612 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 308612 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001'
   [junit4]   2> 308613 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 308613 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 308613 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 308615 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308774 INFO  (zkCallback-264-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a4fa82d 
name:ZooKeeperConnection Watcher:127.0.0.1:36656/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308775 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308775 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 308792 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 308792 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/solr.xml
   [junit4]   2> 308796 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores
   [junit4]   2> 308796 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 910835014
   [junit4]   2> 308796 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001]
   [junit4]   2> 308796 WARN  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/lib
   [junit4]   2> 308796 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
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> 308797 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 308809 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 308809 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 308809 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36656/solr
   [junit4]   2> 308809 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 308809 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 308819 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 308901 INFO  (zkCallback-267-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d71f3ed 
name:ZooKeeperConnection Watcher:127.0.0.1:36656 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308901 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 308902 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 308925 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$22/586564992@1343ac21
   [junit4]   2> 308927 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 308930 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e4b592b 
name:ZooKeeperConnection Watcher:127.0.0.1:36656/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308930 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 308932 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue
   [junit4]   2> 308933 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 308935 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 308936 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 308937 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 308938 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 308939 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 308939 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 308940 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/security.json
   [junit4]   2> 308940 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ZkStateReader Updating cluster 
state from ZooKeeper... 
   [junit4]   2> 308941 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (0)
   [junit4]   2> 308978 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect
   [junit4]   2> 309004 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 309034 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 309040 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000
   [junit4]   2> 309046 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:47759_hirds%2Ft
   [junit4]   2> 309046 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 309070 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.Overseer Overseer 
(id=95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) starting
   [junit4]   2> 309126 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 309141 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 309143 INFO  
(OverseerCollectionConfigSetProcessor-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000)
 [n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.OverseerTaskProcessor Process 
current queue of overseer operations
   [junit4]   2> 309143 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 309174 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47759_hirds%2Ft
   [junit4]   2> 309187 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:47759_hirds%2Ft
   [junit4]   2> 309195 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (0)
   [junit4]   2> 309195 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft    ] 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> 309195 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 309235 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 309235 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 309235 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.CorePropertiesLocator Looking for 
core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores
   [junit4]   2> 309236 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] 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> 309236 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.CorePropertiesLocator Found core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores/collection1
   [junit4]   2> 309236 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions
   [junit4]   2> 309237 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 309237 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 309237 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 309237 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 309239 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection control_collection not visible yet, but 
flagging it so a watch is registered when it becomes visible
   [junit4]   2> 309239 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 309239 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 309240 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 309243 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] 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:47759/hirds/t";,
   [junit4]   2>   "node_name":"127.0.0.1:47759_hirds%2Ft",
   [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> 309243 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] 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:47759/hirds/t";,
   [junit4]   2>   "node_name":"127.0.0.1:47759_hirds%2Ft",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 309243 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 309243 INFO  
(OverseerStateUpdate-95776330995400708-127.0.0.1:47759_hirds%2Ft-n_0000000000) 
[n:127.0.0.1:47759_hirds%2Ft    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 309244 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft    ] 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> 310240 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 310240 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/control-001/cores/collection1'
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 310241 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 310242 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 310245 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 310248 WARN  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 310248 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 310255 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 310266 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 310395 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 310399 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 310400 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 310416 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 310417 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 310419 INFO  
(coreLoadExecutor-1159-thread-1-processing-n:127.0.0.1:47759_hirds%2Ft) 
[n:127.0.0.1:47759_hirds%2Ft c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Rel

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

API_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data/index 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 339695 INFO  (coreCloseExecutor-1285-thread-1) 
[n:127.0.0.1:42828_hirds%2Ft c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 339695 INFO  (coreCloseExecutor-1285-thread-1) 
[n:127.0.0.1:42828_hirds%2Ft c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 339695 INFO  (coreCloseExecutor-1285-thread-1) 
[n:127.0.0.1:42828_hirds%2Ft c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 339695 INFO  (coreCloseExecutor-1285-thread-1) 
[n:127.0.0.1:42828_hirds%2Ft c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 339695 INFO  (coreCloseExecutor-1285-thread-1) 
[n:127.0.0.1:42828_hirds%2Ft c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001/shard-4-001/cores/collection1/data
   [junit4]   2> 339696 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] o.a.s.c.Overseer 
Overseer (id=95776330995400722-127.0.0.1:42828_hirds%2Ft-n_0000000004) closing
   [junit4]   2> 339696 INFO  
(OverseerStateUpdate-95776330995400722-127.0.0.1:42828_hirds%2Ft-n_0000000004) 
[n:127.0.0.1:42828_hirds%2Ft    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42828_hirds%2Ft
   [junit4]   2> 339697 INFO  
(zkCallback-292-thread-1-processing-n:127.0.0.1:42828_hirds%2Ft) 
[n:127.0.0.1:42828_hirds%2Ft    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 341197 WARN  
(zkCallback-292-thread-1-processing-n:127.0.0.1:42828_hirds%2Ft) 
[n:127.0.0.1:42828_hirds%2Ft    ] o.a.s.c.c.ZkStateReader ZooKeeper watch 
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/live_nodes]
   [junit4]   2> 341198 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@35b1c657{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 341198 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54e8d0d{/hirds/t,null,UNAVAILABLE}
   [junit4]   2> 341199 INFO  
(TEST-TestReqParamsAPI.test-seed#[796E0EEF8AB23302]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36656 36656
   [junit4]   2> 341422 INFO  (Thread-566) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36656 36656
   [junit4]   2> 341430 WARN  (Thread-566) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/configs/conf1
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI 
-Dtests.method=test -Dtests.seed=796E0EEF8AB23302 -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Europe/Zurich 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 33.2s J0 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected 
value  'CY val' for path 'params/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{
   [junit4]    >     "a":"A val",
   [junit4]    >     "b":"B val",
   [junit4]    >     "wt":"json",
   [junit4]    >     "useParams":""},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"/hirds/t",
   [junit4]    >     "path":"/dump1",
   [junit4]    >     "httpMethod":"GET"}},  from server:  
http://127.0.0.1:34807/hirds/t/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([796E0EEF8AB23302:F13A3135244E5EFA]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
   [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> 341432 INFO  
(SUITE-TestReqParamsAPI-seed#[796E0EEF8AB23302]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_796E0EEF8AB23302-001
   [junit4]   2> Apr 23, 2016 5:01:04 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=5, maxDocsPerChunk=3, blockSize=283), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=5, blockSize=283)), sim=ClassicSimilarity, locale=es-EC, 
timezone=Europe/Zurich
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=114677288,total=433586176
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, 
TestCSVLoader, TestBinaryField, ForceLeaderTest, DateRangeFieldTest, 
JSONWriterTest, TestAnalyzedSuggestions, SolrCoreTest, 
SignatureUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, 
CoreAdminRequestStatusTest, TestManagedSchema, 
TestSha256AuthenticationProvider, CurrencyFieldOpenExchangeTest, 
TestSolrQueryParserResource, TestSolrQueryResponse, 
DefaultValueUpdateProcessorTest, SSLMigrationTest, TestFoldingMultitermQuery, 
TestDocSet, PeerSyncTest, TestRangeQuery, ZkStateReaderTest, 
QueryElevationComponentTest, TestIBSimilarityFactory, TestBlobHandler, 
TestFieldResource, TestConfigSets, TestAnalyzeInfixSuggestions, 
IndexSchemaRuntimeFieldTest, HLLSerializationTest, TestReqParamsAPI]
   [junit4] Completed [94/591 (2!)] on J0 in 33.58s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1631 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014:
 There were test failures: 591 suites (10 ignored), 2381 tests, 1 error, 1 
failure, 85 ignored (70 assumptions) [seed: 796E0EEF8AB23302]

Total time: 91 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to