Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17155/
Java: 32bit/jdk-9-ea+125 -server -XX:+UseParallelGC

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

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([2E6773E040DCDBEC:51F9C46529BEF666]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:130)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay(ZkStateReaderTest.java:53)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
        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(java.base@9-ea/Thread.java:843)


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([2E6773E040DCDBEC:31DD021790BC1D29]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:192)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:129)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:43)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
        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(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 12189 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_2E6773E040DCDBEC-001/init-core-data-001
   [junit4]   2> 1593344 INFO  
(SUITE-ZkStateReaderTest-seed#[2E6773E040DCDBEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1593345 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1593345 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1593345 INFO  (Thread-4725) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1593345 INFO  (Thread-4725) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1593445 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:37727
   [junit4]   2> 1593445 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593446 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593447 INFO  (zkCallback-2091-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@147d1eb name:ZooKeeperConnection 
Watcher:127.0.0.1:37727 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1593447 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593447 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593447 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593448 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593448 INFO  (zkCallback-2092-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@be0a77 name:ZooKeeperConnection 
Watcher:127.0.0.1:37727 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1593448 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593448 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593448 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1593452 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593452 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593453 INFO  (zkCallback-2093-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cc0cd6 name:ZooKeeperConnection 
Watcher:127.0.0.1:37727/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1593453 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593453 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593455 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1593455 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1593456 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1593456 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1593457 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1593458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1593458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1593458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1593459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1593459 INFO  (zkCallback-2093-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1593460 INFO  (zkCallback-2093-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> 1593460 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1593461 INFO  (zkCallback-2093-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> 1593461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37727 37727
   [junit4]   2> 1593472 INFO  (Thread-4725) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37727 37727
   [junit4]   2> 1593472 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1593474 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1593476 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1593476 INFO  (Thread-4726) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1593476 INFO  (Thread-4726) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1593576 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:39301
   [junit4]   2> 1593576 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593577 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593577 INFO  (zkCallback-2095-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b08522 name:ZooKeeperConnection 
Watcher:127.0.0.1:39301 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1593578 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593578 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593578 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593579 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593579 INFO  (zkCallback-2096-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@97d4c6 name:ZooKeeperConnection 
Watcher:127.0.0.1:39301 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1593579 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593579 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593580 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1593581 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1593581 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593581 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a3e3a5 name:ZooKeeperConnection 
Watcher:127.0.0.1:39301/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1593582 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1593582 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1593582 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1593583 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1593584 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1593584 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1593585 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1593585 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1593585 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1593586 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1593586 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1593586 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1593587 INFO  (zkCallback-2097-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1593588 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1593589 INFO  (zkCallback-2097-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> 1593589 INFO  (zkCallback-2097-thread-3) [    ] 
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> 1595090 WARN  (zkCallback-2097-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections/c1/state.json]
   [junit4]   2> 1595091 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39301 39301
   [junit4]   2> 1595238 INFO  (Thread-4726) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39301 39301
   [junit4]   2> 1595239 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefresh 
-Dtests.seed=2E6773E040DCDBEC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sk -Dtests.timezone=Etc/UTC -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.77s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2E6773E040DCDBEC:31DD021790BC1D29]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:192)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:129)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:43)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1595244 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 1595244 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1595244 INFO  (Thread-4727) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1595244 INFO  (Thread-4727) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1595344 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:40541
   [junit4]   2> 1595344 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595345 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595346 INFO  (zkCallback-2099-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b3240a name:ZooKeeperConnection 
Watcher:127.0.0.1:40541 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595346 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595348 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595348 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595348 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595349 INFO  (zkCallback-2100-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ab914d name:ZooKeeperConnection 
Watcher:127.0.0.1:40541 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595349 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595349 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595349 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1595359 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595360 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595376 INFO  (zkCallback-2101-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1edef60 name:ZooKeeperConnection 
Watcher:127.0.0.1:40541/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1595376 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595376 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595376 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1595377 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1595391 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1595392 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1595392 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1595395 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1595396 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1595396 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1595397 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1595399 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1595399 INFO  (zkCallback-2101-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1595414 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1595414 INFO  (zkCallback-2101-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> 1595415 INFO  (zkCallback-2101-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1595416 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40541 40541
   [junit4]   2> 1595530 INFO  (Thread-4727) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40541 40541
   [junit4]   2> 1595530 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[2E6773E040DCDBEC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 1595533 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1595533 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1595534 INFO  (Thread-4728) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1595534 INFO  (Thread-4728) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1595634 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:34384
   [junit4]   2> 1595634 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595634 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595636 INFO  (zkCallback-2103-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1469935 name:ZooKeeperConnection 
Watcher:127.0.0.1:34384 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595636 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595637 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595637 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595638 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595639 INFO  (zkCallback-2104-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e869ba name:ZooKeeperConnection 
Watcher:127.0.0.1:34384 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595640 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595640 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595640 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1595641 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595641 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595642 INFO  (zkCallback-2105-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@256aae name:ZooKeeperConnection 
Watcher:127.0.0.1:34384/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1595642 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595643 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595643 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1595644 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1595644 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1595645 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1595645 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1595646 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1595646 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1595646 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1595648 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1595648 INFO  (zkCallback-2105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1595648 INFO  (zkCallback-2105-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> 1595649 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1595650 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1595650 INFO  (zkCallback-2105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Uninteresting collection c1
   [junit4]   2> 1595650 INFO  (zkCallback-2105-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> 1595655 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1595655 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34384 34384
   [junit4]   2> 1595768 INFO  (Thread-4728) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34384 34384
   [junit4]   2> 1595769 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1595771 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1595772 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1595772 INFO  (Thread-4729) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1595772 INFO  (Thread-4729) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1595872 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:35338
   [junit4]   2> 1595872 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595873 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595874 INFO  (zkCallback-2107-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2441c6 name:ZooKeeperConnection 
Watcher:127.0.0.1:35338 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595874 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595874 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595876 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595876 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595877 INFO  (zkCallback-2108-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b473d9 name:ZooKeeperConnection 
Watcher:127.0.0.1:35338 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1595877 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595877 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595877 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1595878 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1595880 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595880 INFO  (zkCallback-2109-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e86fd6 name:ZooKeeperConnection 
Watcher:127.0.0.1:35338/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1595880 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1595880 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1595881 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1595881 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1595882 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1595882 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1595883 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1595883 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1595883 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1595884 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1595884 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1595884 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1595885 INFO  (zkCallback-2109-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1595885 INFO  (zkCallback-2109-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> 1595886 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1595886 INFO  (zkCallback-2109-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1595888 INFO  (zkCallback-2109-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1595888 INFO  (zkCallback-2109-thread-3) [    ] 
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> 1595890 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35338 35338
   [junit4]   2> 1595984 INFO  (Thread-4729) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35338 35338
   [junit4]   2> 1595984 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithTimeDelay -Dtests.seed=2E6773E040DCDBEC 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk 
-Dtests.timezone=Etc/UTC -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.22s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithTimeDelay <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2E6773E040DCDBEC:51F9C46529BEF666]:0)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:130)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay(ZkStateReaderTest.java:53)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1595987 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 1595987 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1595987 INFO  (Thread-4730) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1595987 INFO  (Thread-4730) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1596087 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:42842
   [junit4]   2> 1596088 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1596088 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1596089 INFO  (zkCallback-2111-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c054b name:ZooKeeperConnection 
Watcher:127.0.0.1:42842 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1596089 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1596090 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1596091 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1596092 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1596092 INFO  (zkCallback-2112-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9ca0fe name:ZooKeeperConnection 
Watcher:127.0.0.1:42842 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1596092 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1596093 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1596093 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1596094 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1596094 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1596095 INFO  (zkCallback-2113-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ec7e6f name:ZooKeeperConnection 
Watcher:127.0.0.1:42842/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1596095 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1596095 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1596095 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1596096 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1596096 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1596097 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1596097 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1596098 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1596098 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1596098 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1596099 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1596099 INFO  (zkCallback-2113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1596100 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1596100 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1596101 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42842 42842
   [junit4]   2> 1596202 INFO  (Thread-4730) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42842 42842
   [junit4]   2> 1596203 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[2E6773E040DCDBEC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 1596204 INFO  
(SUITE-ZkStateReaderTest-seed#[2E6773E040DCDBEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_2E6773E040DCDBEC-001
   [junit4]   2> Jul 05, 2016 10:14:14 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(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=269, maxMBSortInHeap=7.5262322581823, 
sim=ClassicSimilarity, locale=sk, timezone=Etc/UTC
   [junit4]   2> NOTE: Linux 4.4.0-28-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=194095104,total=401080320
   [junit4]   2> NOTE: All tests run in this JVM: [TestOrdValues, 
TestCloudDeleteByQuery, RuleEngineTest, EchoParamsTest, 
URLClassifyProcessorTest, TestIntervalFaceting, FileBasedSpellCheckerTest, 
DistributedFacetPivotSmallTest, ResponseLogComponentTest, 
TestConfigSetsAPIZkFailure, TestOnReconnectListenerSupport, 
TestDistributedStatsComponentCardinality, PolyFieldTest, 
TestSlowCompositeReaderWrapper, TestDynamicFieldResource, CacheHeaderTest, 
TestSmileRequest, TestFieldCacheSortRandom, TestHighlightDedupGrouping, 
QueryEqualityTest, CoreMergeIndexesAdminHandlerTest, ExternalFileFieldSortTest, 
DeleteLastCustomShardedReplicaTest, TestAnalyzedSuggestions, 
PingRequestHandlerTest, TestAtomicUpdateErrorCases, TestComponentsName, 
TestDistributedSearch, PeerSyncTest, BitVectorTest, TestRestoreCore, 
ResourceLoaderTest, SyncSliceTest, LeaderElectionIntegrationTest, 
TestStandardQParsers, TestHdfsBackupRestoreCore, XsltUpdateRequestHandlerTest, 
BlockJoinFacetDistribTest, ParsingFieldUpdateProcessorsTest, 
BlockDirectoryTest, TriLevelCompositeIdRoutingTest, BasicDistributedZkTest, 
TestClassicSimilarityFactory, SynonymTokenizerTest, 
TestSolrConfigHandlerConcurrent, IndexSchemaRuntimeFieldTest, 
TestMaxScoreQueryParser, RequestLoggingTest, ZkNodePropsTest, 
TestFastOutputStream, TestFoldingMultitermQuery, RankQueryTest, 
TestManagedSchema, ConcurrentDeleteAndCreateCollectionTest, BadCopyFieldTest, 
TestIBSimilarityFactory, ShardSplitTest, IndexSchemaTest, 
TestReplicationHandler, HdfsBasicDistributedZkTest, AlternateDirectoryTest, 
TestReplicaProperties, SolrXmlInZkTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestCSVLoader, 
TestPhraseSuggestions, TestFunctionQuery, TestRealTimeGet, 
TestSubQueryTransformerDistrib, CollectionTooManyReplicasTest, 
CdcrUpdateLogTest, SolrCoreTest, HLLSerializationTest, SolrRequestParserTest, 
TestRandomFaceting, HdfsCollectionsAPIDistributedZkTest, TestRestManager, 
AsyncCallRequestStatusResponseTest, RollingRestartTest, TestBadConfig, 
TestPseudoReturnFields, TestSolrCloudWithKerberosAlt, 
TestFieldTypeCollectionResource, TestLeaderInitiatedRecoveryThread, 
TestMiniSolrCloudClusterBase, TestTestInjection, RAMDirectoryFactoryTest, 
TestDocSet, AnalyticsQueryTest, HdfsLockFactoryTest, 
CdcrReplicationDistributedZkTest, TestDistribIDF, 
SignatureUpdateProcessorFactoryTest, TestLRUStatsCache, 
CurrencyFieldOpenExchangeTest, TestLMDirichletSimilarityFactory, 
TestBinaryField, TestChildDocTransformer, TestTrackingShardHandlerFactory, 
TestRandomDVFaceting, TermVectorComponentDistributedTest, TestJoin, 
DistributedTermsComponentTest, QueryElevationComponentTest, 
BasicFunctionalityTest, DistributedQueryElevationComponentTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, SuggesterTest, 
NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, 
TestWordDelimiterFilterFactory, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, SolrInfoMBeanTest, DisMaxRequestHandlerTest, 
TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, 
TermsComponentTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, ReturnFieldsTest, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, HighlighterConfigTest, SOLR749Test, 
UpdateParamsTest, TestQuerySenderNoQuery, SolrIndexConfigTest, 
TestSolrDeletionPolicy2, SampleTest, TestFuzzyAnalyzedSuggestions, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestCharFilters, 
TestCodecSupport, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, 
ScriptEngineTest, DateMathParserTest, PrimUtilsTest, ClusterStateTest, 
TestUtils, SystemInfoHandlerTest, DistributedMLTComponentTest, 
DistributedIntervalFacetingTest, AliasIntegrationTest, CleanupOldIndexTest, 
CollectionReloadTest, DeleteStatusTest, DistribCursorPagingTest, 
DistributedQueueTest, ForceLeaderTest, RemoteQueryErrorTest, TestCryptoKeys, 
TestRebalanceLeaders, TestShortCircuitedRequests, 
TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
HdfsThreadLeakTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, 
TestClusterStateMutator, ZkStateReaderTest]
   [junit4] Completed [503/618 (1!)] on J0 in 3.62s, 6 tests, 1 failure, 1 
error <<< FAILURES!

[...truncated 358 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:530: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 618 suites (10 ignored), 2588 tests, 1 error, 1 
failure, 117 ignored (70 assumptions) [seed: 2E6773E040DCDBEC]

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


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

Reply via email to