Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1093/

3 tests failed.
FAILED:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

Error Message:
There are still nodes recoverying - waited for 45 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 45 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CBAA28F765515BEF:43FE172DCBAD3617]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:858)
        at 
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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([CBAA28F765515BEF:D4105900B5319D2A]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:41)
        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:  
junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSolrConfigHandlerCloud:     1) Thread[id=6362, 
name=Thread-1968, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerCloud]   
      at java.lang.Thread.sleep(Native Method)         at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
         at 
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333) 
        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)    
     at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
         at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
         at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)       
  at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)         
at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)   
      at org.apache.solr.core.SolrCore$$Lambda$46/850514139.run(Unknown Source) 
        at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   1) Thread[id=6362, name=Thread-1968, state=TIMED_WAITING, 
group=TGRP-TestSolrConfigHandlerCloud]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
        at 
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)
        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
        at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
        at org.apache.solr.core.SolrCore$$Lambda$46/850514139.run(Unknown 
Source)
        at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)
        at __randomizedtesting.SeedInfo.seed([CBAA28F765515BEF]:0)




Build Log:
[...truncated 10748 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_CBAA28F765515BEF-001/init-core-data-001
   [junit4]   2> 334726 INFO  
(SUITE-ZkStateReaderTest-seed#[CBAA28F765515BEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 334727 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 334727 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 334727 INFO  (Thread-514) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 334727 INFO  (Thread-514) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 334830 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer start zk server on port:51032
   [junit4]   2> 334830 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 334842 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 334859 INFO  (zkCallback-209-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c8c6fcc 
name:ZooKeeperConnection Watcher:127.0.0.1:51032 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334860 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 334860 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 334863 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 334863 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 334865 INFO  (zkCallback-210-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f510273 
name:ZooKeeperConnection Watcher:127.0.0.1:51032 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334865 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 334865 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 334865 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 334869 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 334869 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 334872 INFO  (zkCallback-211-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7891a347 
name:ZooKeeperConnection Watcher:127.0.0.1:51032/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334872 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 334872 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 334873 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 334873 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 334874 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 334875 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 334898 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 334938 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 334983 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 335006 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 335008 INFO  (zkCallback-211-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 335014 INFO  (zkCallback-211-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> 335059 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 335059 INFO  (zkCallback-211-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> 335122 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51032 51032
   [junit4]   2> 335450 INFO  (Thread-514) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51032 51032
   [junit4]   2> 335451 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 335453 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 335453 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 335453 INFO  (Thread-515) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 335453 INFO  (Thread-515) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 335554 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:40198
   [junit4]   2> 335554 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 335562 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 335606 INFO  (zkCallback-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e014ab name:ZooKeeperConnection 
Watcher:127.0.0.1:40198 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 335610 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 335610 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 335643 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 335651 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 335674 INFO  (zkCallback-213-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@75342888 
name:ZooKeeperConnection Watcher:127.0.0.1:40198 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 335678 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 335678 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 335678 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 335730 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 335736 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 335738 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5b52de4a 
name:ZooKeeperConnection Watcher:127.0.0.1:40198/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 335738 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 335738 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 335739 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 335739 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 335740 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 335740 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 335741 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 335742 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 335742 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 335742 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 335743 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 335743 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 335743 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 335745 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 335745 INFO  (zkCallback-214-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> 335745 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 335797 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40198 40198
   [junit4]   2> 336138 INFO  (Thread-515) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40198 40198
   [junit4]   2> 336139 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CBAA28F765515BEF]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 336141 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 336141 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 336146 INFO  (Thread-516) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 336146 INFO  (Thread-516) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 336249 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer start zk server on port:56746
   [junit4]   2> 336249 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 336254 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 336282 INFO  (zkCallback-215-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@472744b6 
name:ZooKeeperConnection Watcher:127.0.0.1:56746 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336286 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 336286 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 336318 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 336334 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 336336 INFO  (zkCallback-216-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@633d091d 
name:ZooKeeperConnection Watcher:127.0.0.1:56746 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336336 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 336336 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 336336 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 336338 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 336339 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 336352 INFO  (zkCallback-217-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79d528f7 
name:ZooKeeperConnection Watcher:127.0.0.1:56746/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336352 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 336352 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 336353 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 336355 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 336355 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 336356 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 336357 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 336358 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 336359 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 336359 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 336359 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 336359 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 336360 INFO  (zkCallback-217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 336361 INFO  (zkCallback-217-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> 336361 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 336361 INFO  (zkCallback-217-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> 336362 INFO  (zkCallback-217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 336362 INFO  (zkCallback-217-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> 336422 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56746 56746
   [junit4]   2> 337042 INFO  (Thread-516) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56746 56746
   [junit4]   2> 337065 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 337066 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 337067 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 337067 INFO  (Thread-517) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 337067 INFO  (Thread-517) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 337167 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer start zk server on port:39084
   [junit4]   2> 337167 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337168 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337176 INFO  (zkCallback-218-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79105e27 
name:ZooKeeperConnection Watcher:127.0.0.1:39084 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337176 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337176 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337191 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337202 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337219 INFO  (zkCallback-219-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e9feac8 name:ZooKeeperConnection 
Watcher:127.0.0.1:39084 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 337219 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337219 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337219 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 337228 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337251 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337278 INFO  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e2a6a5 name:ZooKeeperConnection 
Watcher:127.0.0.1:39084/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 337282 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337282 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337283 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 337284 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 337284 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 337284 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 337285 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 337285 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 337286 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 337291 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 337291 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 337291 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 337292 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 337309 INFO  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 337309 WARN  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 337331 INFO  (zkCallback-220-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> 337331 WARN  (zkCallback-220-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 337331 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$6/855850846@460d02a1
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@30f9404[Shutting
 down, pool size = 1, active threads = 1, 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> 337338 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39084 39084
   [junit4]   2> 337753 INFO  (Thread-517) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39084 39084
   [junit4]   2> 337754 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefresh 
-Dtests.seed=CBAA28F765515BEF -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Indian/Christmas -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.69s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBAA28F765515BEF:D4105900B5319D2A]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:41)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 337757 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 337758 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 337758 INFO  (Thread-518) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 337758 INFO  (Thread-518) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 337858 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer start zk server on port:36806
   [junit4]   2> 337858 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337870 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337901 INFO  (zkCallback-221-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@300c61e name:ZooKeeperConnection 
Watcher:127.0.0.1:36806 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 337901 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337901 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337931 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337945 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337959 INFO  (zkCallback-222-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e956d3a 
name:ZooKeeperConnection Watcher:127.0.0.1:36806 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337959 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337960 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337960 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 337966 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 337967 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 337968 INFO  (zkCallback-223-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@32de12d5 
name:ZooKeeperConnection Watcher:127.0.0.1:36806/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337968 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 337968 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 337969 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 337969 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 337970 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 337971 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 337972 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 337973 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 337974 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 337974 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 337975 INFO  (zkCallback-223-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 338002 INFO  (zkCallback-223-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> 338022 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 338034 INFO  (zkCallback-223-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> 338090 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36806 36806
   [junit4]   2> 338329 INFO  (Thread-518) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36806 36806
   [junit4]   2> 338330 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 338333 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 338334 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 338334 INFO  (Thread-519) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 338334 INFO  (Thread-519) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 338434 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50718
   [junit4]   2> 338434 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 338438 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 338458 INFO  (zkCallback-224-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7558b57f 
name:ZooKeeperConnection Watcher:127.0.0.1:50718 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 338458 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 338459 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 338463 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 338496 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 338514 INFO  (zkCallback-225-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8aa8074 name:ZooKeeperConnection 
Watcher:127.0.0.1:50718 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 338514 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 338515 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 338515 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 338524 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 338525 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 338526 INFO  (zkCallback-226-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7feb181f 
name:ZooKeeperConnection Watcher:127.0.0.1:50718/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 338526 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 338526 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 338527 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 338528 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 338529 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 338531 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 338532 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 338533 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 338533 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 338533 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 338534 INFO  (zkCallback-226-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 338534 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 338535 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 338535 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 338535 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 338536 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50718 50718
   [junit4]   2> 338838 INFO  (Thread-519) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50718 50718
   [junit4]   2> 338839 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CBAA28F765515BEF])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 338840 INFO  
(SUITE-ZkStateReaderTest-seed#[CBAA28F765515BEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_CBAA28F765515BEF-001
   [junit4]   2> Apr 20, 2016 3:54:49 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=1899, maxMBSortInHeap=6.867345488584403, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=es-PY, 
timezone=Indian/Christmas
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=200931752,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, 
TestAnalyzedSuggestions, HdfsCollectionsAPIDistributedZkTest, TestSolr4Spatial, 
CursorPagingTest, TestLMDirichletSimilarityFactory, TestAtomicUpdateErrorCases, 
DisMaxRequestHandlerTest, HdfsRecoveryZkTest, MultiThreadedOCPTest, 
DateRangeFieldTest, BasicDistributedZkTest, RAMDirectoryFactoryTest, 
DocumentAnalysisRequestHandlerTest, SolrRequestParserTest, 
SynonymTokenizerTest, TestIBSimilarityFactory, TestStressUserVersions, 
IndexSchemaTest, TestManagedSchema, TestPivotHelperCode, DateFieldTest, 
OverseerTaskQueueTest, OutputWriterTest, TestArbitraryIndexDir, TestBadConfig, 
PrimUtilsTest, ZkStateReaderTest]
   [junit4] Completed [67/590 (1!)] on J0 in 4.40s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 178 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/init-core-data-001
   [junit4]   2> 484177 INFO  
(SUITE-DistribDocExpirationUpdateProcessorTest-seed#[CBAA28F765515BEF]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 484178 INFO  
(SUITE-DistribDocExpirationUpdateProcessorTest-seed#[CBAA28F765515BEF]-worker) 
[    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/
   [junit4]   2> 484191 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 484194 INFO  (Thread-1043) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 484194 INFO  (Thread-1043) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 484294 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.ZkTestServer start zk server on port:51447
   [junit4]   2> 484294 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 484295 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 484313 INFO  (zkCallback-429-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4431a801 
name:ZooKeeperConnection Watcher:127.0.0.1:51447 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 484313 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 484313 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 484313 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 484315 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 484322 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 484326 INFO  (zkCallback-430-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4ef3e8bb 
name:ZooKeeperConnection Watcher:127.0.0.1:51447/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 484327 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 484327 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 484327 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 484328 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 484329 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 484329 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 484330 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-doc-expire-update-processor.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 484330 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 484332 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 484332 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 484333 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 484333 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 484334 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 484334 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 484339 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 484339 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 484339 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 484340 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 484340 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 484340 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 484341 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 484341 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 484341 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 484342 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 484342 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 484342 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 484343 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 484343 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 484644 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores/collection1
   [junit4]   2> 484647 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 484664 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e10cc3b{/,null,AVAILABLE}
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.e.j.s.ServerConnector Started 
ServerConnector@5bf6bf07{HTTP/1.1,[http/1.1]}{127.0.0.1:42389}
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.e.j.s.Server Started @489294ms
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/tempDir-001/control/data,
 hostContext=/, hostPort=42389, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores}
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001'
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 484665 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 484671 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 484682 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 484682 INFO  (zkCallback-431-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@47f0f589 
name:ZooKeeperConnection Watcher:127.0.0.1:51447/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 484683 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 484683 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 484691 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 484691 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/solr.xml
   [junit4]   2> 484695 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores
   [junit4]   2> 484695 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.CoreContainer New CoreContainer 1680556290
   [junit4]   2> 484695 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001]
   [junit4]   2> 484695 WARN  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/lib
   [junit4]   2> 484695 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 484706 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: 
   [junit4]   2> 484714 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 484714 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 484714 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51447/solr
   [junit4]   2> 484714 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 484714 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 484718 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 484853 INFO  (zkCallback-434-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1290493d 
name:ZooKeeperConnection Watcher:127.0.0.1:51447 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 484859 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 484859 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 484871 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$17/877194933@24de16b6
   [junit4]   2> 484890 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 484892 INFO  
(zkCallback-435-thread-1-processing-n:127.0.0.1:42389_) [n:127.0.0.1:42389_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@44bec704 
name:ZooKeeperConnection Watcher:127.0.0.1:51447/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 484892 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 484893 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 484894 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 484895 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 484896 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 484897 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 484897 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 484898 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 484898 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 484899 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 484899 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 484899 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 484900 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 484901 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 484901 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 484901 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/95756264022540292-127.0.0.1:42389_-n_0000000000
   [junit4]   2> 484901 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:42389_
   [junit4]   2> 484901 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 484902 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.Overseer Overseer 
(id=95756264022540292-127.0.0.1:42389_-n_0000000000) starting
   [junit4]   2> 484903 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 484905 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 484921 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 484930 INFO  
(OverseerCollectionConfigSetProcessor-95756264022540292-127.0.0.1:42389_-n_0000000000)
 [n:127.0.0.1:42389_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 485020 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42389_
   [junit4]   2> 485020 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:42389_
   [junit4]   2> 485020 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 485033 INFO  
(zkCallback-435-thread-1-processing-n:127.0.0.1:42389_) [n:127.0.0.1:42389_    
] 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> 485036 INFO  
(zkCallback-435-thread-1-processing-n:127.0.0.1:42389_) [n:127.0.0.1:42389_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 485038 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 485038 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 485042 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores
   [junit4]   2> 485043 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] 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> 485043 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores/collection1
   [junit4]   2> 485043 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 485054 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 485054 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 485065 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] 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:42389";,
   [junit4]   2>   "node_name":"127.0.0.1:42389_",
   [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> 485065 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] 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:42389";,
   [junit4]   2>   "node_name":"127.0.0.1:42389_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 485066 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
   [junit4]   2> 485066 INFO  
(TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[CBAA28F765515BEF]) 
[n:127.0.0.1:42389_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 485066 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ 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> 485066 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 485067 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 485067 INFO  
(OverseerStateUpdate-95756264022540292-127.0.0.1:42389_-n_0000000000) 
[n:127.0.0.1:42389_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 485068 INFO  
(zkCallback-435-thread-1-processing-n:127.0.0.1:42389_) [n:127.0.0.1:42389_    
] 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> 485074 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 485074 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 485074 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 485074 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 485078 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 485078 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 485086 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 485086 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_CBAA28F765515BEF-001/control-001/cores/collection1'
   [junit4]   2> 485086 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 485086 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 485090 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 485119 INFO  
(coreLoadExecutor-1386-thread-1-processing-n:127.0.0.1:42389_) 
[n:127.0.0.1:42389_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 485167 WARN 

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

actory.java:75)
   [junit4]   2>         at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2>         at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>         at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2>         at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
   [junit4]   2>         at 
org.apache.solr.core.SolrCore$$Lambda$46/850514139.run(Unknown Source)
   [junit4]   2>         at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)
   [junit4]   2> Apr 20, 2016 4:04:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6362, name=Thread-1968, state=TIMED_WAITING, 
group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]   2> 920726 ERROR (Thread-1968) [n:127.0.0.1:52418_sn%2Foq    ] 
o.a.s.s.IndexSchemaFactory Error loading schema resource schema.xml
   [junit4]   2> java.io.IOException: Could not load resource=schema.xml
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:105)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)
   [junit4]   2> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
   [junit4]   2>        ... 8 more
   [junit4]   2> 920727 WARN  (Thread-1968) [n:127.0.0.1:52418_sn%2Foq    ] 
o.a.s.c.SolrCores Tried to remove core collection1 from pendingCoreOps and it 
wasn't there. 
   [junit4]   2> 920727 WARN  (Thread-1968) [n:127.0.0.1:52418_sn%2Foq    ] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[collection1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core collection1: Error loading schema resource schema.xml
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2>        ... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading 
schema resource schema.xml
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:52)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>        ... 3 more
   [junit4]   2> Caused by: java.io.IOException: Could not load 
resource=schema.xml
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:105)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
   [junit4]   2>        ... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
   [junit4]   2>        ... 8 more
   [junit4]   2> Apr 20, 2016 4:04:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=ClassicSimilarity, locale=de-GR, timezone=America/La_Paz
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=332021216,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, 
TestAnalyzedSuggestions, HdfsCollectionsAPIDistributedZkTest, TestSolr4Spatial, 
CursorPagingTest, TestLMDirichletSimilarityFactory, TestAtomicUpdateErrorCases, 
DisMaxRequestHandlerTest, HdfsRecoveryZkTest, MultiThreadedOCPTest, 
DateRangeFieldTest, BasicDistributedZkTest, RAMDirectoryFactoryTest, 
DocumentAnalysisRequestHandlerTest, SolrRequestParserTest, 
SynonymTokenizerTest, TestIBSimilarityFactory, TestStressUserVersions, 
IndexSchemaTest, TestManagedSchema, TestPivotHelperCode, DateFieldTest, 
OverseerTaskQueueTest, OutputWriterTest, TestArbitraryIndexDir, TestBadConfig, 
PrimUtilsTest, ZkStateReaderTest, TestRequestForwarding, DeleteStatusTest, 
ConnectionReuseTest, TestCustomSort, TestLazyCores, 
DistributedSpellCheckComponentTest, TestInfoStreamLogging, SyncSliceTest, 
SolrCloudExampleTest, UUIDFieldTest, ResponseLogComponentTest, 
SuggestComponentTest, HighlighterMaxOffsetTest, TestRemoteStreaming, 
BufferStoreTest, ExitableDirectoryReaderTest, TestConfigSetsAPIZkFailure, 
TestSolr4Spatial2, JsonLoaderTest, TestQueryWrapperFilter, ReturnFieldsTest, 
FacetPivotSmallTest, CoreAdminRequestStatusTest, 
DistributedQueryComponentCustomSortTest, TestReqParamsAPI, 
TestHighlightDedupGrouping, TestDistributedSearch, TestFastOutputStream, 
TestOmitPositions, AnalysisAfterCoreReloadTest, TestReRankQParserPlugin, 
SystemInfoHandlerTest, ZkNodePropsTest, TestBinaryField, ResourceLoaderTest, 
DeleteLastCustomShardedReplicaTest, CopyFieldTest, JSONWriterTest, 
CloudMLTQParserTest, TestPseudoReturnFields, CurrencyFieldOpenExchangeTest, 
DistributedFacetPivotSmallAdvancedTest, IndexSchemaRuntimeFieldTest, 
DistributedQueryElevationComponentTest, TestDownShardTolerantSearch, 
TestConfigSets, PingRequestHandlerTest, TestScoreJoinQPNoScore, 
TestSolrConfigHandlerCloud]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrConfigHandlerCloud -Dtests.seed=CBAA28F765515BEF 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-GR 
-Dtests.timezone=America/La_Paz -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSolrConfigHandlerCloud (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   [junit4]    >    1) Thread[id=6362, name=Thread-1968, state=TIMED_WAITING, 
group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:101)
   [junit4]    >         at 
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:333)
   [junit4]    >         at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:48)
   [junit4]    >         at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]    >         at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]    >         at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]    >         at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]    >         at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2488)
   [junit4]    >         at 
org.apache.solr.core.SolrCore$$Lambda$46/850514139.run(Unknown Source)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2426)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBAA28F765515BEF]:0)
   [junit4] Completed [196/590 (3!)] on J0 in 103.94s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1306 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014:
 There were test failures: 590 suites (10 ignored), 2373 tests, 1 suite-level 
error, 1 error, 1 failure, 85 ignored (70 assumptions) [seed: CBAA28F765515BEF]

Total time: 87 minutes 18 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