You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/22 08:10:57 UTC

[JENKINS] Lucene-Solr-Tests-5.5-Java7 - Build # 1 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5-Java7/1/

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

Error Message:
Could not find collection : c1

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




Build Log:
[...truncated 12084 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_DCDFE6A620A3AD9A-001/init-core-data-001
   [junit4]   2> 2835763 INFO  (SUITE-ZkStateReaderTest-seed#[DCDFE6A620A3AD9A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2835771 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 2835771 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2835772 INFO  (Thread-5923) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2835772 INFO  (Thread-5923) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2835875 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:45707
   [junit4]   2> 2835875 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2835895 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2835922 INFO  (zkCallback-2372-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ec3d776 name:ZooKeeperConnection Watcher:127.0.0.1:45707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2835922 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2835922 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2835927 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2835935 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2835943 INFO  (zkCallback-2373-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3229a7f7 name:ZooKeeperConnection Watcher:127.0.0.1:45707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2835943 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2835944 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2835944 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2835962 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2835975 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2835987 INFO  (zkCallback-2374-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@212df369 name:ZooKeeperConnection Watcher:127.0.0.1:45707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2835988 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2835989 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2835991 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2835992 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2835993 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2835993 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2835994 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2836000 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2836000 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2836008 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2836009 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2836009 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2836009 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 2836010 ERROR (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@22997185 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7ebe482[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [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> 2836013 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45707 45707
   [junit4]   2> 2836291 INFO  (Thread-5923) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45707 45707
   [junit4]   2> 2836293 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 2836305 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2836305 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2836338 INFO  (Thread-5924) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2836338 INFO  (Thread-5924) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2836447 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:58582
   [junit4]   2> 2836448 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836471 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836516 INFO  (zkCallback-2375-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@308107b0 name:ZooKeeperConnection Watcher:127.0.0.1:58582 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836516 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836516 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836517 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836530 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836539 INFO  (zkCallback-2376-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c58b364 name:ZooKeeperConnection Watcher:127.0.0.1:58582 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836540 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836540 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836540 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2836550 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836556 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836557 INFO  (zkCallback-2377-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49b3d4d9 name:ZooKeeperConnection Watcher:127.0.0.1:58582/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836557 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836557 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836557 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2836558 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2836559 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2836559 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2836560 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2836560 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2836561 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2836563 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2836570 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@70306569 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@79520a09[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [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> 2836570 INFO  (zkCallback-2377-thread-2) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2836570 WARN  (zkCallback-2377-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 2836572 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58582 58582
   [junit4]   2> 2836707 INFO  (Thread-5924) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58582 58582
   [junit4]   2> 2836708 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2836721 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2836721 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2836721 INFO  (Thread-5925) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2836721 INFO  (Thread-5925) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2836821 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:53879
   [junit4]   2> 2836822 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836823 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836840 INFO  (zkCallback-2378-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d64b5fb name:ZooKeeperConnection Watcher:127.0.0.1:53879 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836840 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836841 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836846 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836864 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836868 INFO  (zkCallback-2379-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4cf51cfe name:ZooKeeperConnection Watcher:127.0.0.1:53879 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836871 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836872 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836872 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2836878 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2836881 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2836881 INFO  (zkCallback-2380-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5601fe27 name:ZooKeeperConnection Watcher:127.0.0.1:53879/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2836881 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2836881 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2836882 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2836882 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2836883 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2836883 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2836891 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2836891 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2836892 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2836892 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2836892 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2836894 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2836895 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@28f21d75 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2f6c0153[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [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> 2836896 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@6e98ebb5 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2f6c0153[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [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> 2836896 INFO  (zkCallback-2380-thread-2) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2836896 WARN  (zkCallback-2380-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 2836900 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53879 53879
   [junit4]   2> 2837147 INFO  (Thread-5925) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53879 53879
   [junit4]   2> 2837152 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefresh -Dtests.seed=DCDFE6A620A3AD9A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=America/Edmonton -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.45s J1 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDFE6A620A3AD9A:C3659751F0C36B5F]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2837157 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 2837157 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2837161 INFO  (Thread-5926) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2837161 INFO  (Thread-5926) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2837259 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:55623
   [junit4]   2> 2837260 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837261 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837267 INFO  (zkCallback-2381-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29b7893d name:ZooKeeperConnection Watcher:127.0.0.1:55623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837267 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837267 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837272 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837273 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837275 INFO  (zkCallback-2382-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77d8aa67 name:ZooKeeperConnection Watcher:127.0.0.1:55623 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837275 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837275 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837275 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2837284 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837285 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837291 INFO  (zkCallback-2383-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2aa53df1 name:ZooKeeperConnection Watcher:127.0.0.1:55623/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837291 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837291 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837292 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2837293 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2837295 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2837295 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2837296 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2837296 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2837297 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2837297 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2837297 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2837298 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2837299 INFO  (zkCallback-2383-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2837307 INFO  (zkCallback-2383-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> 2837307 INFO  (zkCallback-2383-thread-2) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2837351 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55623 55623
   [junit4]   2> 2837536 INFO  (Thread-5926) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55623 55623
   [junit4]   2> 2837537 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 2837543 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2837544 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2837551 INFO  (Thread-5927) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2837740 INFO  (Thread-5927) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2837838 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:40273
   [junit4]   2> 2837838 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837839 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837841 INFO  (zkCallback-2384-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13967a6c name:ZooKeeperConnection Watcher:127.0.0.1:40273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837841 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837841 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837842 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837844 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837845 INFO  (zkCallback-2385-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c69669d name:ZooKeeperConnection Watcher:127.0.0.1:40273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837845 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837846 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837846 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2837847 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2837848 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837849 INFO  (zkCallback-2386-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e7ebf0f name:ZooKeeperConnection Watcher:127.0.0.1:40273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2837849 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2837849 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2837850 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2837851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2837852 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2837853 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2837854 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2837855 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2837856 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2837864 INFO  (zkCallback-2386-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2837867 INFO  (zkCallback-2386-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> 2837919 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2837927 INFO  (zkCallback-2386-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> 2837960 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40273 40273
   [junit4]   2> 2838220 INFO  (Thread-5927) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40273 40273
   [junit4]   2> 2838236 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2838256 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2838256 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2838264 INFO  (Thread-5928) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2838264 INFO  (Thread-5928) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2838364 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:40046
   [junit4]   2> 2838364 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2838372 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2838383 INFO  (zkCallback-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f30eb21 name:ZooKeeperConnection Watcher:127.0.0.1:40046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2838383 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2838384 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2838400 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2838411 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2838427 INFO  (zkCallback-2388-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b8b4a47 name:ZooKeeperConnection Watcher:127.0.0.1:40046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2838427 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2838428 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2838428 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2838447 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2838451 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2838460 INFO  (zkCallback-2389-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c6a16d7 name:ZooKeeperConnection Watcher:127.0.0.1:40046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2838460 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2838460 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2838460 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2838461 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2838461 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2838462 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2838463 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2838463 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2838465 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2838465 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2838466 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2838467 INFO  (zkCallback-2389-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2838472 INFO  (zkCallback-2389-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> 2838520 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2838520 INFO  (zkCallback-2389-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> 2838524 INFO  (zkCallback-2389-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2838524 INFO  (zkCallback-2389-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> 2838539 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40046 40046
   [junit4]   2> 2838856 INFO  (Thread-5928) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40046 40046
   [junit4]   2> 2838872 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[DCDFE6A620A3AD9A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2838873 INFO  (SUITE-ZkStateReaderTest-seed#[DCDFE6A620A3AD9A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_DCDFE6A620A3AD9A-001
   [junit4]   2> Apr 22, 2016 6:00:11 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=ar-LB, timezone=America/Edmonton
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=197091976,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestSystemIdResolver, ExitableDirectoryReaderTest, TestCoreContainer, BlockJoinFacetSimpleTest, SortByFunctionTest, SmileWriterTest, TestQuerySenderListener, SolrXmlInZkTest, CustomCollectionTest, TestFiltering, TestReloadAndDeleteDocs, HighlighterTest, TestBM25SimilarityFactory, DistribCursorPagingTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestDistributedGrouping, TestAuthorizationFramework, MBeansHandlerTest, TimeZoneUtilsTest, TestSurroundQueryParser, TestFieldSortValues, LoggingHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, ConfigSetsAPITest, TestFreeTextSuggestions, RecoveryAfterSoftCommitTest, TermsComponentTest, DOMUtilTest, ZkSolrClientTest, TestQuerySenderNoQuery, SegmentsInfoRequestHandlerTest, DistributedQueueTest, TestMaxScoreQueryParser, TestMiniSolrCloudCluster, HdfsLockFactoryTest, TestSha256AuthenticationProvider, TestTestInjection, TermVectorComponentTest, TestClassicSimilarityFactory, TestReqParamsAPI, TestConfigOverlay, UniqFieldsUpdateProcessorFactoryTest, DistributedIntervalFacetingTest, SpellCheckCollatorTest, ShardRoutingCustomTest, TestFastLRUCache, TestAnalyzeInfixSuggestions, BlockDirectoryTest, TestTrackingShardHandlerFactory, DistanceFunctionTest, TestQueryTypes, WordBreakSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, TestBulkSchemaConcurrent, TestManagedSchemaAPI, SaslZkACLProviderTest, TestOverriddenPrefixQueryForCustomFieldType, BadCopyFieldTest, CollectionTooManyReplicasTest, TestBinaryResponseWriter, TestDFRSimilarityFactory, TestPartialUpdateDeduplication, SpellCheckComponentTest, TestExclusionRuleCollectionAccess, TestUseDocValuesAsStored2, TestHdfsUpdateLog, TestSolr4Spatial2, SoftAutoCommitTest, TestNamedUpdateProcessors, SpatialFilterTest, OverseerRolesTest, TestTrie, TestLRUStatsCache, TestManagedResource, DocumentBuilderTest, ChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, TestChildDocTransformer, TestFieldTypeResource, SpatialHeatmapFacetsTest, OpenExchangeRatesOrgProviderTest, OpenCloseCoreStressTest, TestConfigSets, TestJsonRequest, ShardRoutingTest, TestDefaultSearchFieldResource, WrapperMergePolicyFactoryTest, TestFieldCollectionResource, SolrIndexSplitterTest, MoreLikeThisHandlerTest, ZkCLITest, TestStressVersions, TestReload, TestRangeQuery, SimpleFacetsTest, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, DefaultValueUpdateProcessorTest, DocValuesMultiTest, CacheHeaderTest, LukeRequestHandlerTest, RequestHandlersTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, PingRequestHandlerTest, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, ScriptEngineTest, URLClassifyProcessorTest, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, TestSimpleTrackingShardHandler, AliasIntegrationTest, CollectionReloadTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteStatusTest, DistributedVersionInfoTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, RestartWhileUpdatingTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCloudInspectUtil, TestConfigSetsAPI, TestCryptoKeys, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestReplicaProperties, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, ZkStateReaderTest]
   [junit4] Completed [468/571 (1!)] on J1 in 3.77s, 6 tests, 1 error <<< FAILURES!

[...truncated 343 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/build.xml:750: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java7/lucene/common-build.xml:1033: There were test failures: 571 suites (7 ignored), 2289 tests, 1 error, 55 ignored (39 assumptions) [seed: DCDFE6A620A3AD9A]

Total time: 96 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any