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/21 23:15:58 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 158 - Still Failing

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

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

Error Message:
Could not find collection : c1

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


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

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




Build Log:
[...truncated 10738 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_65567DB43CFEF2BD-001/init-core-data-001
   [junit4]   2> 314930 INFO  (SUITE-ZkStateReaderTest-seed#[65567DB43CFEF2BD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 314936 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 314939 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 314967 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 314967 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 315067 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:54540
   [junit4]   2> 315067 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315235 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315271 INFO  (zkCallback-265-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59ab21c1 name:ZooKeeperConnection Watcher:127.0.0.1:54540 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315271 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315271 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315285 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315327 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315346 INFO  (zkCallback-266-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ff0f1d8 name:ZooKeeperConnection Watcher:127.0.0.1:54540 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315346 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315347 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315347 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 315349 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315361 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315387 INFO  (zkCallback-267-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@593898 name:ZooKeeperConnection Watcher:127.0.0.1:54540/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315387 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315387 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315388 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 315388 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 315389 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 315389 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 315390 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 315390 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 315391 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 315391 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 315392 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 315392 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 315393 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 315393 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 315393 ERROR (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1568970079@4da4e71c rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@499b6a70[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 315398 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54540 54540
   [junit4]   2> 315732 INFO  (Thread-703) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54540 54540
   [junit4]   2> 315733 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 315734 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 315735 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 315743 INFO  (Thread-704) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 315743 INFO  (Thread-704) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 315897 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:55428
   [junit4]   2> 315897 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315907 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315923 INFO  (zkCallback-268-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6331b741 name:ZooKeeperConnection Watcher:127.0.0.1:55428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315923 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315923 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315924 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315931 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315943 INFO  (zkCallback-269-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e6a0bfa name:ZooKeeperConnection Watcher:127.0.0.1:55428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315943 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315943 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315943 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 315953 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 315967 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 315979 INFO  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@143c324a name:ZooKeeperConnection Watcher:127.0.0.1:55428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 315979 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 315979 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 315980 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 315981 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 315981 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 315982 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 315982 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 315982 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 315983 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 315983 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 315984 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 315984 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 315985 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 315986 INFO  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 315990 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1568970079@26b49b65 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@63b611d7[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 315990 INFO  (zkCallback-270-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> 316004 WARN  (zkCallback-270-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 317638 WARN  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 317650 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55428 55428
   [junit4]   2> 317955 INFO  (Thread-704) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55428 55428
   [junit4]   2> 317975 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefresh -Dtests.seed=65567DB43CFEF2BD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=SystemV/AST4ADT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.24s J0 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65567DB43CFEF2BD:7AEC0C43EC9E3478]: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> 317978 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 317978 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 317997 INFO  (Thread-705) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 317997 INFO  (Thread-705) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 318097 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:53064
   [junit4]   2> 318097 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318097 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318102 INFO  (zkCallback-271-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e93e1d name:ZooKeeperConnection Watcher:127.0.0.1:53064 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318106 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318107 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318115 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318131 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318161 INFO  (zkCallback-272-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28b452ed name:ZooKeeperConnection Watcher:127.0.0.1:53064 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318161 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318161 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318161 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 318165 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318188 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318198 INFO  (zkCallback-273-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32a8716a name:ZooKeeperConnection Watcher:127.0.0.1:53064/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318198 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318198 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318199 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 318199 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 318200 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 318200 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 318201 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 318201 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 318202 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 318202 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 318203 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 318206 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/1568970079@45a02fd2 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@a2a902[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:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 318214 INFO  (zkCallback-273-thread-2) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 318214 WARN  (zkCallback-273-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 318214 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53064 53064
   [junit4]   2> 318511 INFO  (Thread-705) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53064 53064
   [junit4]   2> 318512 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy -Dtests.seed=65567DB43CFEF2BD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=SystemV/AST4ADT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.54s J0 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65567DB43CFEF2BD:E19DDC945F12F87]: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.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:47)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 318523 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 318524 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 318527 INFO  (Thread-706) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 318527 INFO  (Thread-706) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 318625 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:58603
   [junit4]   2> 318625 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318639 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318687 INFO  (zkCallback-274-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@229dad57 name:ZooKeeperConnection Watcher:127.0.0.1:58603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318688 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318688 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318688 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318689 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1543a80e4040000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 318691 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318695 INFO  (zkCallback-275-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5698ff3e name:ZooKeeperConnection Watcher:127.0.0.1:58603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318695 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318695 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318695 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 318698 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 318698 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 318699 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1543a80e4040001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 318700 INFO  (zkCallback-276-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a7e28fb name:ZooKeeperConnection Watcher:127.0.0.1:58603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318700 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 318700 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 318701 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 318702 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 318703 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 318703 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 318704 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 318705 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 318705 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 318706 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 318706 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 318706 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 318707 INFO  (zkCallback-276-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 318713 INFO  (zkCallback-276-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> 318776 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 318777 INFO  (zkCallback-276-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> 318777 INFO  (zkCallback-276-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 318777 INFO  (zkCallback-276-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> 318799 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58603 58603
   [junit4]   2> 319068 INFO  (Thread-706) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58603 58603
   [junit4]   2> 319069 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 319070 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 319071 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 319071 INFO  (Thread-707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 319071 INFO  (Thread-707) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 319171 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:60628
   [junit4]   2> 319171 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319183 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319219 INFO  (zkCallback-277-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ffbce98 name:ZooKeeperConnection Watcher:127.0.0.1:60628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319223 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319223 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319260 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319260 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319275 INFO  (zkCallback-278-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@325fb816 name:ZooKeeperConnection Watcher:127.0.0.1:60628 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319279 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319279 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319279 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 319288 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319295 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319300 INFO  (zkCallback-279-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@451dfe67 name:ZooKeeperConnection Watcher:127.0.0.1:60628/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319300 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319300 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319301 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 319302 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 319302 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 319303 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 319304 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 319304 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 319305 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 319306 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 319306 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 319306 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 319307 INFO  (zkCallback-279-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 319311 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 319311 INFO  (zkCallback-279-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> 319311 INFO  (zkCallback-279-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 319364 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60628 60628
   [junit4]   2> 319543 INFO  (Thread-707) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60628 60628
   [junit4]   2> 319547 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 319555 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 319555 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 319647 INFO  (Thread-708) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 319648 INFO  (Thread-708) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 319751 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer start zk server on port:32794
   [junit4]   2> 319751 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319763 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319787 INFO  (zkCallback-280-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c3d942c name:ZooKeeperConnection Watcher:127.0.0.1:32794 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319791 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319791 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319807 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319872 INFO  (zkCallback-281-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59011846 name:ZooKeeperConnection Watcher:127.0.0.1:32794 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319875 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319875 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319875 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 319878 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 319878 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319880 INFO  (zkCallback-282-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b35bf2b name:ZooKeeperConnection Watcher:127.0.0.1:32794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319880 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319880 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 319881 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 319890 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 319890 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 319891 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 319892 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 319892 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 319893 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 319893 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 319894 INFO  (zkCallback-282-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 319895 INFO  (zkCallback-282-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> 319895 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 319896 INFO  (zkCallback-282-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> 319897 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32794 32794
   [junit4]   2> 320098 INFO  (Thread-708) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32794 32794
   [junit4]   2> 320099 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[65567DB43CFEF2BD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 320099 INFO  (SUITE-ZkStateReaderTest-seed#[65567DB43CFEF2BD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_65567DB43CFEF2BD-001
   [junit4]   2> Apr 21, 2016 8:26:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=fr-FR, timezone=SystemV/AST4ADT
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=173486336,total=425197568
   [junit4]   2> NOTE: All tests run in this JVM: [TestComponentsName, HdfsWriteToMultipleCollectionsTest, DisMaxRequestHandlerTest, ExternalFileFieldSortTest, TestConfig, ParsingFieldUpdateProcessorsTest, ZkNodePropsTest, SharedFSAutoReplicaFailoverTest, FileBasedSpellCheckerTest, TestAuthorizationFramework, CopyFieldTest, TestManagedSchema, ConnectionReuseTest, DocumentAnalysisRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, TestStressUserVersions, UUIDFieldTest, QueryElevationComponentTest, HdfsThreadLeakTest, EchoParamsTest, TestDocSet, SSLMigrationTest, TestExceedMaxTermLength, ActionThrottleTest, HdfsRecoveryZkTest, RuleEngineTest, DateFieldTest, SyncSliceTest, TestLazyCores, TestDistribIDF, CreateCollectionCleanupTest, CdcrUpdateLogTest, ZkStateReaderTest]
   [junit4] Completed [60/591 (1!)] on J0 in 5.73s, 6 tests, 2 errors <<< FAILURES!

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

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 168 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/168/

No tests ran.

Build Log:
[...truncated 10 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.codecs.compressing.TestFastCompressionMode.xml is 3 hr 48 min old

Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 167 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/167/

No tests ran.

Build Log:
[...truncated 10 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.codecs.compressing.TestFastCompressionMode.xml is 2 hr 48 min old

Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 166 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/166/

No tests ran.

Build Log:
[...truncated 10 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.codecs.compressing.TestFastCompressionMode.xml is 1 hr 48 min old

Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 165 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/165/

No tests ran.

Build Log:
[...truncated 10 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Could not write new index file.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1693)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:371)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:669)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	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 hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to lucene(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy115.clean(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:453)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:32)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:762)
	... 11 more
ERROR: null
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.codecs.compressing.TestFastCompressionMode.xml is 48 min old

Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 164 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/164/

4 tests failed.
FAILED:  TEST-org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2.xml.<init>

Error Message:


Stack Trace:
Test report file /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2.xml was length 0

FAILED:  TEST-org.apache.lucene.index.Test2BPostingsBytes.xml.<init>

Error Message:


Stack Trace:
Test report file /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.index.Test2BPostingsBytes.xml was length 0

FAILED:  TEST-org.apache.lucene.index.TestSegmentMerger.xml.<init>

Error Message:


Stack Trace:
Test report file /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.index.TestSegmentMerger.xml was length 0

FAILED:  TEST-org.apache.lucene.search.TestRegexpQuery.xml.<init>

Error Message:


Stack Trace:
Test report file /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/TEST-org.apache.lucene.search.TestRegexpQuery.xml was length 0



Build Log:
[...truncated 356 lines...]
   [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes
   [junit4] IGNOR/A 0.01s J1 | Test2BPostingsBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~20GB-30GB of space and 10 minutes))
   [junit4] ERROR   0.00s J1 | Test2BPostingsBytes (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: No space left on device
   [junit4]    > 	at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4]    > 	at java.io.FileOutputStream.write(FileOutputStream.java:326)
   [junit4]    > 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4]    > 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4]    > 	at com.carrotsearch.ant.tasks.junit4.slave.EventsOutputStream.flush(EventsOutputStream.java:33)
   [junit4]    > 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297)
   [junit4]    > 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
   [junit4]    > 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
   [junit4]    > 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.flush(Serializer.java:127)
   [junit4]    > 	at com.carrotsearch.ant.tasks.junit4.slave.OrderedRunNotifier$7.notifyListener(OrderedRunNotifier.java:179)
   [junit4]    > 	at com.carrotsearch.ant.tasks.junit4.slave.OrderedRunNotifier$SafeNotifier.run(OrderedRunNotifier.java:63)
   [junit4]    > 	at com.carrotsearch.ant.tasks.junit4.slave.OrderedRunNotifier.fireTestFinished(OrderedRunNotifier.java:176)
   [junit4] Completed [19/418 (1!)] on J1 in 0.02s, 1 test, 1 error, 1 skipped <<< FAILURES!

[...truncated 125 lines...]
   [junit4] JVM J1: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J1-20160425_140557_618.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.security.PrivilegedActionException: java.io.IOException: No space left on device
   [junit4] 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:96)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:81)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$1.write(SlaveMain.java:445)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4] 	at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.write(PrintStream.java:482)
   [junit4] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4] 	at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
   [junit4] 	at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
   [junit4] 	at java.io.PrintStream.write(PrintStream.java:527)
   [junit4] 	at java.io.PrintStream.print(PrintStream.java:669)
   [junit4] 	at java.io.PrintStream.println(PrintStream.java:823)
   [junit4] 	at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
   [junit4] 	at java.lang.Throwable.printStackTrace(Throwable.java:658)
   [junit4] 	at java.lang.Throwable.printStackTrace(Throwable.java:643)
   [junit4] 	at org.apache.lucene.index.TestStressIndexing$TimedThread.run(TestStressIndexing.java:53)
   [junit4] Caused by: java.io.IOException: No space left on device
   [junit4] 	at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4] 	at java.io.FileOutputStream.write(FileOutputStream.java:326)
   [junit4] 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.slave.EventsOutputStream.write(EventsOutputStream.java:28)
   [junit4] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4] 	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
   [junit4] 	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
   [junit4] 	at sun.nio.cs.StreamEncoder.write(Str
   [junit4] eamEncoder.java:135)
   [junit4] 	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter.string(JsonWriter.java:571)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter.writeDeferredName(JsonWriter.java:397)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter.value(JsonWriter.java:412)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.writeBinaryProperty(AbstractEvent.java:36)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AppendStdOutEvent.serialize(AppendStdOutEvent.java:30)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:101)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:96)
   [junit4] 	... 20 more
   [junit4] <<< JVM J1: EOF ----

[...truncated 222 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=C72A0D623F033369 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=6.1.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=6.1.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J0 -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/randomizedtesting-runner-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/test:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J0-20160425_140557_617.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J0-20160425_140557_617.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: java.io.IOException: No space left on device
   [junit4] 	at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4] 	at java.io.FileOutputStream.write(FileOutputStream.java:326)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.FilterOutputStream.close(FilterOutputStream.java:158)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.Closer.close(Closer.java:214)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1488)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)
   [junit4] ERROR: JVM J1 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=C72A0D623F033369 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=6.1.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=6.1.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J1 -Djunit4.childvm.id=1 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/randomizedtesting-runner-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/test:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J1-20160425_140557_618.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J1-20160425_140557_618.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)
   [junit4] ERROR: JVM J2 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=C72A0D623F033369 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=6.1.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=6.1.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J2 -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/test-framework/lib/randomizedtesting-runner-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/classes/test:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J2-20160425_140557_665.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/temp/junit4-J2-20160425_140557_665.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: java.io.IOException: No space left on device
   [junit4] 	at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4] 	at java.io.FileOutputStream.write(FileOutputStream.java:326)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.FilterOutputStream.close(FilterOutputStream.java:158)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.Closer.close(Closer.java:214)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1488)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: At least one slave process threw an exception, first: No space left on device

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 163 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/163/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddTooManyReplicas

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([23C7262F32C60840]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionTooManyReplicasTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([23C7262F32C60840]:0)




Build Log:
[...truncated 12398 lines...]
   [junit4] JVM J2: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/temp/junit4-J2-20160424_140706_392.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.StackOverflowError
   [junit4] 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:96)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:81)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:456)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4] 	at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.write(PrintStream.java:482)
   [junit4] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
   [junit4] 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
   [junit4] 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
   [junit4] 	at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)
   [junit4] 	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)
   [junit4] 	at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
   [junit4] 	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
   [junit4] 	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
   [junit4] 	at org.apache.log4j.Category.callAppenders(Category.java:206)
   [junit4] 	at org.apache.log4j.Category.forcedLog(Category.java:391)
   [junit4] 	at org.apache.log4j.Category.log(Category.java:856)
   [junit4] 	at org.slf4j.impl.Log4jLoggerAdapter.info(Log4jLoggerAdapter.java:346)
   [junit4] 	at org.apache.solr.cloud.ActionThrottle.minimumWaitBetweenActions(ActionThrottle.java:71)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:304)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.clou
   [junit4] d.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apac
   [junit4] he.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElecto
   [junit4] r.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(
   [junit4] LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.check
   [junit4] IfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderE
   [junit4] lector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.c
   [junit4] loud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.a
   [junit4] pache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:17
   [junit4] 0)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderEle
   [junit4] ctor.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProce
   [junit4] ss(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIa
   [junit4] mLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderE
   [junit4] lector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.c
   [junit4] loud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.a
   [junit4] pache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:34
   [junit4] 0)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionCon
   [junit4] text.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess
   [junit4] (ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runL
   [junit4] eaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElection
   [junit4] Context.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLe
   [junit4] aderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.c
   [junit4] loud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.a
   [junit4] pache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:67
   [junit4] 0)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionCon
   [junit4] text.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection
   [junit4] (ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLe
   [junit4] aderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionCont
   [junit4] ext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeader
   [junit4] ElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud
   [junit4] .ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apach
   [junit4] e.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	
   [junit4] at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector
   [junit4] .java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(L
   [junit4] eaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.jo
   [junit4] inElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.Lead
   [junit4] erElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:670)
   [junit4] 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4] 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4] 	at org.apache.solr.c

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

-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/analysis/icu/lucene-analyzers-icu-6.1.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/temp/junit4-J2-20160424_140706_392.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/temp/junit4-J2-20160424_140706_392.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 162 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/162/

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

Error Message:
Could not find collection : c1

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


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

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     "webapp":"/hirds/t",     "path":"/dump1",     "httpMethod":"GET"}},  from server:  http://127.0.0.1:34807/hirds/t/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"/hirds/t",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  http://127.0.0.1:34807/hirds/t/collection1
	at __randomizedtesting.SeedInfo.seed([796E0EEF8AB23302:F13A3135244E5EFA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




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

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

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

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

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

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 161 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/161/

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery:     1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)


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

Error Message:
Could not get expected value  'P val' for path 'response/params/y/p' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":2,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "c":"CY val modified",         "b":"BY val",         "i":20,         "d":[           "val 1",           "val 2"],         "e":"EY val",         "":{"v":1}}}}},  from server:  http://127.0.0.1:54712/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'P val' for path 'response/params/y/p' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":2,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "c":"CY val modified",
        "b":"BY val",
        "i":20,
        "d":[
          "val 1",
          "val 2"],
        "e":"EY val",
        "":{"v":1}}}}},  from server:  http://127.0.0.1:54712/collection1
	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2:3536F39FF781863A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:216)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10553 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/init-core-data-001
   [junit4]   2> 34352 INFO  (SUITE-TestReqParamsAPI-seed#[BD62CC45597DEBC2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 34352 INFO  (SUITE-TestReqParamsAPI-seed#[BD62CC45597DEBC2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 34361 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 34366 INFO  (Thread-143) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 34367 INFO  (Thread-143) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 34689 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkTestServer start zk server on port:58561
   [junit4]   2> 34728 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 34758 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 34802 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 36652 INFO  (zkCallback-95-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57e90575 name:ZooKeeperConnection Watcher:127.0.0.1:58561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36653 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36653 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 36655 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 36700 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 36701 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 36717 INFO  (zkCallback-96-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fc6d2ea name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36718 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36718 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 36718 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 36725 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 36731 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 36735 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 36740 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 36741 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 36748 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 36749 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 36754 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 36754 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 36758 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 36759 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 36798 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 36798 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 36801 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 36801 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 36813 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 36813 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 36827 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 36827 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 36837 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 36837 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 36839 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 36840 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 37110 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 37110 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 37424 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1
   [junit4]   2> 38250 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 38386 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@708b8655{/,null,AVAILABLE}
   [junit4]   2> 38402 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5f6f1edf{HTTP/1.1,[http/1.1]}{127.0.0.1:34468}
   [junit4]   2> 38402 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.Server Started @44343ms
   [junit4]   2> 38402 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/tempDir-001/control/data, hostContext=/, hostPort=34468, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores}
   [junit4]   2> 38419 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 38420 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001'
   [junit4]   2> 38420 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38420 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 38423 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 38424 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38480 INFO  (zkCallback-97-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3cdf8466 name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38480 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38480 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 38496 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 38498 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/solr.xml
   [junit4]   2> 38537 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores
   [junit4]   2> 38538 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer New CoreContainer 955389814
   [junit4]   2> 38538 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001]
   [junit4]   2> 38538 WARN  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/lib
   [junit4]   2> 38568 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 38569 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 38570 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38570 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38570 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58561/solr
   [junit4]   2> 38604 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 38604 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 38613 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38628 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18afa0e4 name:ZooKeeperConnection Watcher:127.0.0.1:58561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38629 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38630 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 38644 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$23/1701008330@6055988a
   [junit4]   2> 38666 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38672 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4078bcdb name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38672 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38681 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 38689 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 38693 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 38695 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 38699 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 38712 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 38714 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 38716 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 38720 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 38722 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 38740 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 38751 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 38752 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 38754 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38755 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95772595973390340-127.0.0.1:34468_-n_0000000000
   [junit4]   2> 38757 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34468_
   [junit4]   2> 38757 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 38760 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer Overseer (id=95772595973390340-127.0.0.1:34468_-n_0000000000) starting
   [junit4]   2> 38770 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 38827 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 38860 INFO  (OverseerCollectionConfigSetProcessor-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 38859 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 38896 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34468_
   [junit4]   2> 39239 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34468_
   [junit4]   2> 39243 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 39248 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 39249 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 39303 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 39303 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 39304 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores
   [junit4]   2> 39307 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 39307 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1
   [junit4]   2> 39307 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 39309 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 39316 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 39320 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 39320 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:34468_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 39321 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34468",
   [junit4]   2>   "node_name":"127.0.0.1:34468_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39328 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 39328 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 39329 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 39330 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 39332 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34468",
   [junit4]   2>   "node_name":"127.0.0.1:34468_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39334 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 39344 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 39352 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 40330 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 40331 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 40331 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 40331 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 40333 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 40334 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1'
   [junit4]   2> 40334 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 40334 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 40392 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 40438 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 40450 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 40534 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 40561 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 41090 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 41104 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 41120 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 41169 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 41171 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 41181 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 41183 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 41201 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 41201 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 41201 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 41201 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/]
   [junit4]   2> 41213 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14882076
   [junit4]   2> 41257 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data
   [junit4]   2> 41258 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/index/
   [junit4]   2> 41258 WARN  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 41258 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/index
   [junit4]   2> 41268 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=49.1748046875, floorSegmentMB=1.1591796875, forceMergeDeletesPctAllowed=11.25958520439818, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22634518497750966
   [junit4]   2> 41269 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2a2d602d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26fd9879),segFN=segments_1,generation=1}
   [junit4]   2> 41269 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 41279 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 41292 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 41293 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 41293 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/
   [junit4]   2> 41293 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 41295 WARN  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 41300 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 41303 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 41304 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 41305 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 41326 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 41326 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 41326 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 41327 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 41328 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 41328 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 41328 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 41329 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2a2d602d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26fd9879),segFN=segments_1,generation=1}
   [junit4]   2> 41329 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 41329 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4480fb31[collection1] main]
   [junit4]   2> 41330 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 41333 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 41333 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 41335 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 41335 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 41335 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 41336 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 41336 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 41336 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 41336 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 41336 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 41337 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 41337 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 41337 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1532361542549372928
   [junit4]   2> 41339 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1532361542549372928
   [junit4]   2> 41339 INFO  (searcherExecutor-588-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4480fb31[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 41344 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 41345 INFO  (coreLoadExecutor-587-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 41345 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:34468 collection:control_collection shard:shard1
   [junit4]   2> 41355 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 41371 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95772595973390340-core_node1-n_0000000000
   [junit4]   2> 41372 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 41375 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 41378 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 41394 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 41395 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 41395 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34468/collection1/
   [junit4]   2> 41395 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 41395 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34468/collection1/ has no replicas
   [junit4]   2> 41402 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 41408 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95772595973390340-core_node1-n_0000000000
   [junit4]   2> 41423 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:34468",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 41433 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34468/collection1/ shard1
   [junit4]   2> 41591 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 41641 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:34468/collection1/ and leader is http://127.0.0.1:34468/collection1/
   [junit4]   2> 41641 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34468
   [junit4]   2> 41641 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 41641 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 41641 INFO  (coreZkRegister-581-thread-1-processing-n:127.0.0.1:34468_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34468_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 41678 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34468",
   [junit4]   2>   "node_name":"127.0.0.1:34468_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 41678 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34468",
   [junit4]   2>   "node_name":"127.0.0.1:34468_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 41802 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 41908 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:58561/solr
   [junit4]   2> 41909 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 41938 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 41944 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@504c0d80 name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 41948 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 41948 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 41948 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 41950 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 41980 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 42681 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/cores/collection1
   [junit4]   2> 42681 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001
   [junit4]   2> 42688 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 42707 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f04e950{/,null,AVAILABLE}
   [junit4]   2> 42707 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@13aa3f82{HTTP/1.1,[http/1.1]}{127.0.0.1:54712}
   [junit4]   2> 42707 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.e.j.s.Server Started @48648ms
   [junit4]   2> 42707 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=54712, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/cores}
   [junit4]   2> 42708 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 42708 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001'
   [junit4]   2> 42708 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 42708 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 42708 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 42737 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 42777 INFO  (zkCallback-104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@275c58fd name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42780 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 42780 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 42789 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 42789 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/solr.xml
   [junit4]   2> 42821 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/cores
   [junit4]   2> 42821 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer New CoreContainer 326025178
   [junit4]   2> 42821 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001]
   [junit4]   2> 42821 WARN  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/lib
   [junit4]   2> 42821 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 42828 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 42829 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 42829 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 42829 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58561/solr
   [junit4]   2> 42829 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 42829 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 42868 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 42912 INFO  (zkCallback-107-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e11a1c6 name:ZooKeeperConnection Watcher:127.0.0.1:58561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42916 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 42916 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 42952 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$23/1701008330@1ab082aa
   [junit4]   2> 43242 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 43244 INFO  (zkCallback-108-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28cb6bdc name:ZooKeeperConnection Watcher:127.0.0.1:58561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 43244 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 43261 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 43262 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 43301 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 43302 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95772595973390344-127.0.0.1:54712_-n_0000000001
   [junit4]   2> 43303 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95772595973390340-127.0.0.1:34468_-n_0000000000 to know if I could be the leader
   [junit4]   2> 43304 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.ZkController Publish node=127.0.0.1:54712_ as DOWN
   [junit4]   2> 43306 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54712_"} current state version: 4
   [junit4]   2> 43307 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54712_
   [junit4]   2> 43308 INFO  (zkCallback-103-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: [1])
   [junit4]   2> 43309 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 43318 INFO  (zkCallback-108-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44410 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54712_
   [junit4]   2> 44411 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54712_
   [junit4]   2> 44412 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44412 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44412 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 44413 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 44413 INFO  (zkCallback-108-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 44413 INFO  (zkCallback-108-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 44620 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 44620 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 44629 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/cores
   [junit4]   2> 44631 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 44631 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BD62CC45597DEBC2-001/shard-1-001/cores/collection1
   [junit4]   2> 44631 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 44636 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 44636 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 44638 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 44638 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 44639 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 44639 INFO  (coreLoadExecutor-598-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 44647 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 44648 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54712",
   [junit4]   2>   "node_name":"127.0.0.1:54712_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 5
   [junit4]   2> 44648 INFO  (TEST-TestReqParamsAPI.test-seed#[BD62CC45597DEBC2]) [n:127.0.0.1:54712_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 44652 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54712",
   [junit4]   2>   "node_name":"127.0.0.1:54712_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 44652 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 44652 INFO  (OverseerStateUpdate-95772595973390340-127.0.0.1:34468_-n_0000000000) [n:127.0.0.1:34468_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 44785 INFO  (zkCallback-108-thread-1-processing-n:127.0.0.1:54712_) [n:127.0.0.1:54712_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 44785 INFO  (zkCallback-103-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: [2])
   [junit4]   2> 44797 INFO  (zkCallback-101-thread-1-processing-n:127.0.0.1:34468_) [n:127.0.0.1:34468_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent

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

IgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> Apr 23, 2016 1:37:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Apr 23, 2016 1:37:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   [junit4]   2>    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Apr 23, 2016 1:37:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2> Apr 23, 2016 1:37:31 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1052, maxMBSortInHeap=5.4432719123739535, sim=ClassicSimilarity, locale=id-ID, timezone=America/Scoresbysund
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=234401080,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoverLeaseTest, AnalyticsMergeStrategyTest, TestIndexSearcher, TestComplexPhraseQParserPlugin, BadComponentTest, TestSearchPerf, DateMathParserTest, MigrateRouteKeyTest, HardAutoCommitTest, TestFieldTypeResource, HighlighterConfigTest, TestShortCircuitedRequests, SolrCoreCheckLockOnStartupTest, TestStressReorder, TestOrdValues, TestRuleBasedAuthorizationPlugin, SimpleCollectionCreateDeleteTest, SuggesterTest, TestCollationField, CurrencyFieldXmlFileTest, TestBulkSchemaAPI, TestReloadDeadlock, ScriptEngineTest, TestDistribDocBasedVersion, TestPerFieldSimilarity, HdfsChaosMonkeySafeLeaderTest, TermVectorComponentDistributedTest, ShardSplitTest, TestReplicationHandlerBackup, DistributedSuggestComponentTest, TestImplicitCoreProperties, DistributedFacetPivotWhiteBoxTest, RequestLoggingTest, TestConfigSetsAPIExclusivity, RollingRestartTest, DistributedVersionInfoTest, UpdateParamsTest, TestDocBasedVersionConstraints, ChangedSchemaMergeTest, LukeRequestHandlerTest, DistributedFacetPivotLongTailTest, ConnectionManagerTest, TestSuggestSpellingConverter, LeaderElectionTest, TestClusterStateMutator, TestManagedStopFilterFactory, SearchHandlerTest, CircularListTest, TestIndexingPerformance, InfoHandlerTest, RemoteQueryErrorTest, HdfsBasicDistributedZk2Test, DirectSolrConnectionTest, TlogReplayBufferedWhileIndexingTest, TestFuzzyAnalyzedSuggestions, TestSolrQueryParserDefaultOperatorResource, CleanupOldIndexTest, BadIndexSchemaTest, DocValuesMultiTest, PKIAuthenticationIntegrationTest, EnumFieldTest, TestElisionMultitermQuery, TestSolrIndexConfig, TestConfigSetProperties, TestMaxScoreQueryParser, TestWriterPerf, TestStressLiveNodes, TestJmxMonitoredMap, TestCollationFieldDocValues, TestStandardQParsers, TestGroupingSearch, CollectionStateFormat2Test, TestSweetSpotSimilarityFactory, DistanceUnitsTest, BaseCdcrDistributedZkTest, TestPHPSerializedResponseWriter, BlockCacheTest, TestXmlQParser, CheckHdfsIndexTest, TestCloudPivotFacet, TestJsonRequest, TestIntervalFaceting, AutoCommitTest, TestCoreDiscovery]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreDiscovery -Dtests.seed=BD62CC45597DEBC2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=America/Scoresbysund -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestCoreDiscovery (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   [junit4]    >    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=58658, name=searcherExecutor-5293-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD62CC45597DEBC2]:0)
   [junit4] Completed [248/591 (2!)] on J2 in 147.61s, 12 tests, 1 failure, 2 errors <<< FAILURES!

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

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 160 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/160/

1 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}},  from server:  http://127.0.0.1:36457/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}},  from server:  http://127.0.0.1:36457/collection1
	at __randomizedtesting.SeedInfo.seed([BBE55EE15CAE63B4:33B1613BF2520E4C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:195)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12194 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/init-core-data-001
   [junit4]   2> 2671454 INFO  (SUITE-TestReqParamsAPI-seed#[BBE55EE15CAE63B4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2671455 INFO  (SUITE-TestReqParamsAPI-seed#[BBE55EE15CAE63B4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2671476 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2671483 INFO  (Thread-5020) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2671483 INFO  (Thread-5020) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2671583 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkTestServer start zk server on port:56570
   [junit4]   2> 2671583 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2671585 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2671603 INFO  (zkCallback-2112-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e07632e name:ZooKeeperConnection Watcher:127.0.0.1:56570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671603 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2671603 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2671603 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2671608 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2671608 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2671609 INFO  (zkCallback-2113-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e548bd0 name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671609 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2671609 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2671610 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2671610 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2671611 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2671612 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2671613 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2671613 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2671614 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2671614 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2671615 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2671615 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2671617 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2671617 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2671617 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2671618 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2671618 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2671618 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2671619 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2671619 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2671620 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2671620 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2671621 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2671621 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2671622 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2671622 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2671623 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2671623 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2671685 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1
   [junit4]   2> 2671686 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2671703 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4816ce22{/,null,AVAILABLE}
   [junit4]   2> 2671704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2288805c{HTTP/1.1,[http/1.1]}{127.0.0.1:36420}
   [junit4]   2> 2671704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.Server Started @2677929ms
   [junit4]   2> 2671704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/tempDir-001/control/data, hostContext=/, hostPort=36420, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores}
   [junit4]   2> 2671705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2671705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001'
   [junit4]   2> 2671705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2671705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2671705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2671715 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2671736 INFO  (zkCallback-2114-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@63c5b818 name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671736 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2671736 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2671767 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2671767 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/solr.xml
   [junit4]   2> 2671770 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores
   [junit4]   2> 2671770 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer New CoreContainer 1680469558
   [junit4]   2> 2671771 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001]
   [junit4]   2> 2671771 WARN  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/lib
   [junit4]   2> 2671771 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56570/solr
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2671772 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2671784 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2671791 INFO  (zkCallback-2117-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f85f6af name:ZooKeeperConnection Watcher:127.0.0.1:56570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671791 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2671791 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2671803 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/1298936921@769b139b
   [junit4]   2> 2671805 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2671807 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a3bcc98 name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671807 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2671808 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2671809 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2671811 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2671812 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2671812 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2671813 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2671814 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2671815 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2671815 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2671816 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2671817 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2671818 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2671818 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2671819 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2671819 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95771033073418244-127.0.0.1:36420_-n_0000000000
   [junit4]   2> 2671820 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36420_
   [junit4]   2> 2671820 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2671820 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer Overseer (id=95771033073418244-127.0.0.1:36420_-n_0000000000) starting
   [junit4]   2> 2671836 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2671911 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2671912 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2671919 INFO  (OverseerCollectionConfigSetProcessor-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2671931 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36420_
   [junit4]   2> 2671936 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36420_
   [junit4]   2> 2671951 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2671955 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2671966 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2671966 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2671967 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2671967 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores
   [junit4]   2> 2671968 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2671968 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1
   [junit4]   2> 2671968 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2671987 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2671987 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:36420_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2671991 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2671991 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2672007 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2672007 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 2672023 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36420",
   [junit4]   2>   "node_name":"127.0.0.1:36420_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2672232 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 2672233 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36420",
   [junit4]   2>   "node_name":"127.0.0.1:36420_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2672239 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2672247 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2672247 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2672283 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2673255 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2673255 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2673255 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2673255 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2673256 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2673256 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1'
   [junit4]   2> 2673256 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2673256 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2673263 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2673272 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2673275 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2673281 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2673290 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2673363 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2673367 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2673368 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2673373 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2673375 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2673376 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2673376 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2673377 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2673377 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2673377 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2673377 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/]
   [junit4]   2> 2673378 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417ff98a
   [junit4]   2> 2673378 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data
   [junit4]   2> 2673378 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2673378 WARN  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2673378 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/index
   [junit4]   2> 2673378 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=74.689453125, floorSegmentMB=0.56640625, forceMergeDeletesPctAllowed=11.536072230000233, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2673379 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@473a6b0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63bd2f36),segFN=segments_1,generation=1}
   [junit4]   2> 2673379 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2673383 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/
   [junit4]   2> 2673383 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2673395 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2673395 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2673395 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2673395 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2673395 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2673396 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2673396 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2673396 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2673396 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2673396 WARN  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2673397 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2673398 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2673398 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2673399 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2673405 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 2673405 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2673405 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2673405 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2673406 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2673406 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2673411 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=25.2255859375, floorSegmentMB=1.1083984375, forceMergeDeletesPctAllowed=25.776548058922856, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2673415 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@473a6b0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63bd2f36),segFN=segments_1,generation=1}
   [junit4]   2> 2673415 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2673415 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ea5720a[collection1] main]
   [junit4]   2> 2673415 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2673416 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2673417 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1532336531194249216
   [junit4]   2> 2673419 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1532336531194249216
   [junit4]   2> 2673419 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2673419 INFO  (searcherExecutor-6369-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ea5720a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2673420 INFO  (coreLoadExecutor-6368-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2673427 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:36420 collection:control_collection shard:shard1
   [junit4]   2> 2673439 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2673489 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2673489 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95771033073418244-core_node1-n_0000000000
   [junit4]   2> 2673489 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 2673490 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2673490 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2673490 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36420/collection1/
   [junit4]   2> 2673490 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2673490 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36420/collection1/ has no replicas
   [junit4]   2> 2673491 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2673491 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2673493 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95771033073418244-core_node1-n_0000000000
   [junit4]   2> 2673494 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36420/collection1/ shard1
   [junit4]   2> 2673495 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2673496 INFO  (zkCallback-2120-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3bf08d21 name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2673496 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2673496 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:36420",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2673496 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2673496 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2673583 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2673584 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2673584 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2673584 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2673585 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2673586 INFO  (zkCallback-2121-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5913564e name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2673586 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2673586 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2673588 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 1
   [junit4]   2> 2673588 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2673589 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2673603 INFO  (zkCallback-2120-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: [1])
   [junit4]   2> 2673633 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:36420/collection1/ and leader is http://127.0.0.1:36420/collection1/
   [junit4]   2> 2673633 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36420
   [junit4]   2> 2673633 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2673633 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2673633 INFO  (coreZkRegister-6362-thread-1-processing-n:127.0.0.1:36420_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36420_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2673651 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores/collection1
   [junit4]   2> 2673652 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001
   [junit4]   2> 2673652 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2673659 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36420",
   [junit4]   2>   "node_name":"127.0.0.1:36420_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2673659 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36420",
   [junit4]   2>   "node_name":"127.0.0.1:36420_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2673660 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2673671 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58c3adbc{/,null,AVAILABLE}
   [junit4]   2> 2673671 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7d78e40f{HTTP/1.1,[http/1.1]}{127.0.0.1:39494}
   [junit4]   2> 2673671 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.Server Started @2679896ms
   [junit4]   2> 2673671 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=39494, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores}
   [junit4]   2> 2673672 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2673672 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001'
   [junit4]   2> 2673672 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2673672 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2673672 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2673683 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2673689 INFO  (zkCallback-2122-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6693222d name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2673689 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2673689 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2673699 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2673699 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/solr.xml
   [junit4]   2> 2673703 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores
   [junit4]   2> 2673703 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer New CoreContainer 1501305318
   [junit4]   2> 2673703 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001]
   [junit4]   2> 2673703 WARN  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/lib
   [junit4]   2> 2673703 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2673704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2673704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2673704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2673704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56570/solr
   [junit4]   2> 2673704 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2673705 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2673715 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2673743 INFO  (zkCallback-2125-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@655d3f35 name:ZooKeeperConnection Watcher:127.0.0.1:56570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2673747 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2673747 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2673761 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2673767 INFO  (zkCallback-2120-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: [1])
   [junit4]   2> 2673779 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/1298936921@6d6cc74d
   [junit4]   2> 2673783 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2673799 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@439bfeeb name:ZooKeeperConnection Watcher:127.0.0.1:56570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2673799 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2673872 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2673873 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2673874 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2673874 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95771033073418249-127.0.0.1:39494_-n_0000000001
   [junit4]   2> 2673875 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95771033073418244-127.0.0.1:36420_-n_0000000000 to know if I could be the leader
   [junit4]   2> 2673875 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.ZkController Publish node=127.0.0.1:39494_ as DOWN
   [junit4]   2> 2673876 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39494_"} current state version: 3
   [junit4]   2> 2673876 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39494_
   [junit4]   2> 2673877 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2673987 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2673989 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2673995 INFO  (zkCallback-2120-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: [1])
   [junit4]   2> 2674877 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39494_
   [junit4]   2> 2674879 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39494_
   [junit4]   2> 2674891 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2674895 INFO  (zkCallback-2120-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2674895 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2674896 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:36420_) [n:127.0.0.1:36420_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2674899 INFO  (zkCallback-2120-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2674903 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2674905 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2674905 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2674906 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores
   [junit4]   2> 2674907 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2674907 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores/collection1
   [junit4]   2> 2674907 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2674927 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2674927 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [n:127.0.0.1:39494_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2674927 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2674927 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2674931 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39494",
   [junit4]   2>   "node_name":"127.0.0.1:39494_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 2674932 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39494",
   [junit4]   2>   "node_name":"127.0.0.1:39494_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2674932 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 2674932 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2674939 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 2674939 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 2674947 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 2674947 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2675083 INFO  (OverseerStateUpdate-95771033073418244-127.0.0.1:36420_-n_0000000000) [n:127.0.0.1:36420_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2675083 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2675084 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 2675947 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2675947 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001/shard-1-001/cores/collection1'
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2675948 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2675949 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2675953 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2675956 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2675963 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2675970 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2676064 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2676069 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2676069 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2676076 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2676078 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2676079 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2676080 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2676081 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2676081 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2676081 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2676081 INFO  (coreLoadExecutor-6379-thread-1-processing-n:127.0.0.1:39494_) [n:127.0.0.1:39494_ c:collection1 s:shard2 r:core

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

unit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:455)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2703504 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@22c06613{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2703504 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e0e3e5f{/,null,UNAVAILABLE}
   [junit4]   2> 2703519 INFO  (TEST-TestReqParamsAPI.test-seed#[BBE55EE15CAE63B4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56570 56570
   [junit4]   2> 2703636 INFO  (Thread-5020) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56570 56570
   [junit4]   2> 2703645 WARN  (Thread-5020) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=BBE55EE15CAE63B4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Africa/Timbuktu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 32.2s J0 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}},  from server:  http://127.0.0.1:36457/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BBE55EE15CAE63B4:33B1613BF2520E4C]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:195)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2703647 INFO  (SUITE-TestReqParamsAPI-seed#[BBE55EE15CAE63B4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_BBE55EE15CAE63B4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=183, maxMBSortInHeap=6.459668133269162, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ga, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=116275456,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashQParserPlugin, AddSchemaFieldsUpdateProcessorFactoryTest, PeerSyncTest, DateRangeFieldTest, BasicDistributedZkTest, ExitableDirectoryReaderTest, ReplicationFactorTest, TestManagedSynonymFilterFactory, TestLRUCache, SecurityConfHandlerTest, TestInfoStreamLogging, CurrencyFieldOpenExchangeTest, TestUseDocValuesAsStored, AsyncCallRequestStatusResponseTest, CollectionTooManyReplicasTest, MultiThreadedOCPTest, TestAnalyzeInfixSuggestions, PathHierarchyTokenizerFactoryTest, TestFastOutputStream, TestSortByMinMaxFunction, HLLSerializationTest, HdfsCollectionsAPIDistributedZkTest, FileBasedSpellCheckerTest, TestManagedSchema, StandardRequestHandlerTest, TestRequestForwarding, CdcrUpdateLogTest, TestObjectReleaseTracker, TestBinaryField, TestReloadAndDeleteDocs, TestTestInjection, TestArbitraryIndexDir, TestLMDirichletSimilarityFactory, TestExceedMaxTermLength, TestDocSet, TestStressUserVersions, ForceLeaderTest, TestPhraseSuggestions, HdfsRecoveryZkTest, TestSolrQueryParserResource, TestLuceneMatchVersion, TestDownShardTolerantSearch, TestJsonFacets, CloudExitableDirectoryReaderTest, TestOmitPositions, TestBlobHandler, TestMacros, DocumentAnalysisRequestHandlerTest, RequiredFieldsTest, FacetPivotSmallTest, ReturnFieldsTest, TestRandomRequestDistribution, DistributedExpandComponentTest, PreAnalyzedFieldTest, ResponseLogComponentTest, OverseerTaskQueueTest, TestManagedResourceStorage, QueryEqualityTest, TestSearcherReuse, SyncSliceTest, CopyFieldTest, TestFieldResource, UUIDFieldTest, TestReplicationHandler, TestSolr4Spatial, TestTolerantUpdateProcessorCloud, TestAtomicUpdateErrorCases, TestCustomSort, OverseerCollectionConfigSetProcessorTest, TolerantUpdateProcessorTest, TestConfigSets, SystemInfoHandlerTest, PingRequestHandlerTest, RAMDirectoryFactoryTest, TestValueSourceCache, TestFoldingMultitermQuery, SignatureUpdateProcessorFactoryTest, TestScoreJoinQPNoScore, CloudMLTQParserTest, HdfsThreadLeakTest, TestGeoJSONResponseWriter, BlockJoinFacetRandomTest, SolrCloudExampleTest, TestDistribIDF, TestSolrQueryResponse, TestRTGBase, CdcrReplicationDistributedZkTest, IndexSchemaRuntimeFieldTest, TestFunctionQuery, TestDynamicFieldCollectionResource, XsltUpdateRequestHandlerTest, ZkNodePropsTest, TestComponentsName, DeleteLastCustomShardedReplicaTest, LeaderInitiatedRecoveryOnCommitTest, TestPivotHelperCode, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, LeaderElectionTest, ShardRoutingCustomTest, TestDistributedSearch, TestJmxIntegration, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, UpdateParamsTest, TestQuerySenderNoQuery, TestStressRecovery, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, ConnectionReuseTest, BaseCdcrDistributedZkTest, CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestAuthenticationFramework, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterBase, TestRebalanceLeaders, ZkStateReaderTest, RuleEngineTest, BlobRepositoryCloudTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestImplicitCoreProperties, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler, TestReqParamsAPI]
   [junit4] Completed [507/591 (1!)] on J0 in 32.25s, 1 test, 1 failure <<< FAILURES!

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

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




[JENKINS] Lucene-Solr-Tests-6.x - Build # 159 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/159/

1 tests failed.
FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([C74838B41CD1B7B:8420BC51EF317683]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:852)
	at org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10833 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TestNamedUpdateProcessors
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/init-core-data-001
   [junit4]   2> 401938 INFO  (SUITE-TestNamedUpdateProcessors-seed#[C74838B41CD1B7B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 401938 INFO  (SUITE-TestNamedUpdateProcessors-seed#[C74838B41CD1B7B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_fp/uy
   [junit4]   2> 401950 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 401966 INFO  (Thread-771) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 401966 INFO  (Thread-771) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 402063 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkTestServer start zk server on port:59359
   [junit4]   2> 402064 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 402072 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402086 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18a96fd5 name:ZooKeeperConnection Watcher:127.0.0.1:59359 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 402086 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402086 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 402086 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 402088 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 402097 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402112 INFO  (zkCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b3d21a name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 402112 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402112 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 402112 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 402113 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 402114 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 402114 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 402115 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 402115 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 402116 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 402116 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 402117 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 402117 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 402118 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 402118 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 402119 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 402119 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 402119 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 402119 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 402120 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 402120 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 402122 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 402122 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 402122 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 402122 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 402123 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 402123 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 402124 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 402124 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 402184 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1
   [junit4]   2> 402185 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 402186 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3246d4c0{/_fp/uy,null,AVAILABLE}
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4574133{HTTP/1.1,[http/1.1]}{127.0.0.1:49381}
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.Server Started @407332ms
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/tempDir-001/control/data, hostContext=/_fp/uy, hostPort=49381, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores}
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001'
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 402187 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 402189 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402190 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6cc03f7e name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 402190 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402190 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 402191 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 402191 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/solr.xml
   [junit4]   2> 402203 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores
   [junit4]   2> 402203 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer New CoreContainer 1072188795
   [junit4]   2> 402203 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001]
   [junit4]   2> 402203 WARN  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/lib
   [junit4]   2> 402203 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59359/solr
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 402204 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 402214 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402222 INFO  (zkCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@750c6fd2 name:ZooKeeperConnection Watcher:127.0.0.1:59359 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 402226 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402226 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 402230 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/340308621@2035e2a2
   [junit4]   2> 402242 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402246 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a263a5e name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 402246 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402258 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 402298 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 402362 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 402379 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 402380 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 402381 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 402382 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 402386 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 402386 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 402387 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 402387 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 402388 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 402389 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 402389 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402389 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000
   [junit4]   2> 402389 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49381__fp%2Fuy
   [junit4]   2> 402390 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 402390 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer Overseer (id=95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) starting
   [junit4]   2> 402391 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 402393 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 402394 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 402394 INFO  (OverseerCollectionConfigSetProcessor-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 402406 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49381__fp%2Fuy
   [junit4]   2> 402410 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49381__fp%2Fuy
   [junit4]   2> 402412 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 402426 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 402433 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 402433 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 402434 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores
   [junit4]   2> 402434 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 402434 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1
   [junit4]   2> 402435 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 402438 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 402450 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 402450 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 402454 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 402454 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 402454 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 402454 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 402458 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49381/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:49381__fp%2Fuy",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 402462 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 402462 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49381/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:49381__fp%2Fuy",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 402466 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 402470 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 402470 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 402483 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 403478 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 403478 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 403478 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 403478 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 403479 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 403479 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1'
   [junit4]   2> 403479 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 403479 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 403480 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 403486 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 403489 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 403528 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 403531 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 403671 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 403686 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 403686 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 403693 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 403695 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 403707 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 403708 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/]
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49852969
   [junit4]   2> 403709 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data
   [junit4]   2> 403710 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 403710 WARN  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 403710 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/index
   [junit4]   2> 403710 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 403710 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@664d0c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@698c2b73),segFN=segments_1,generation=1}
   [junit4]   2> 403710 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 403714 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 403715 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 403715 WARN  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 403716 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 403717 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 403717 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 403718 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 403719 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/
   [junit4]   2> 403720 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 403720 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 403720 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 403734 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403742 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 403743 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 403743 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 403743 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=66.5224609375, floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=15.501107233968673, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30082442771360973
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@664d0c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@698c2b73),segFN=segments_1,generation=1}
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ee5169d[collection1] main]
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 403744 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 403745 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1532309466760871936
   [junit4]   2> 403747 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1532309466760871936
   [junit4]   2> 403747 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 403747 INFO  (coreLoadExecutor-1000-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 403762 INFO  (searcherExecutor-1001-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ee5169d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 403766 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:49381/_fp/uy collection:control_collection shard:shard1
   [junit4]   2> 403767 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 403959 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 404057 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 404058 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@102d5823 name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404058 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 404059 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 404059 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 404059 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 404060 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 404060 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 404060 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 404068 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95769341556817924-core_node1-n_0000000000
   [junit4]   2> 404068 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 404069 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 404069 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 404069 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 404069 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49381/_fp/uy/collection1/
   [junit4]   2> 404069 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 404069 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49381/_fp/uy/collection1/ has no replicas
   [junit4]   2> 404070 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 404070 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 404071 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 404071 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95769341556817924-core_node1-n_0000000000
   [junit4]   2> 404072 INFO  (zkCallback-241-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: [1])
   [junit4]   2> 404082 INFO  (zkCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@541a2db3 name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404082 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 404082 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 404083 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49381/_fp/uy/collection1/ shard1
   [junit4]   2> 404084 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:49381/_fp/uy",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 404085 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 404085 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 404085 INFO  (zkCallback-241-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: [1])
   [junit4]   2> 404086 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 404134 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:49381/_fp/uy/collection1/ and leader is http://127.0.0.1:49381/_fp/uy/collection1/
   [junit4]   2> 404135 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49381/_fp/uy
   [junit4]   2> 404135 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 404135 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 404135 INFO  (coreZkRegister-994-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49381__fp%2Fuy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 404136 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49381/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:49381__fp%2Fuy",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 404136 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49381/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:49381__fp%2Fuy",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 404136 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 404177 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/cores/collection1
   [junit4]   2> 404178 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001
   [junit4]   2> 404179 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 404180 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5008bc5c{/_fp/uy,null,AVAILABLE}
   [junit4]   2> 404180 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6b09aa72{HTTP/1.1,[http/1.1]}{127.0.0.1:55519}
   [junit4]   2> 404180 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.Server Started @409325ms
   [junit4]   2> 404180 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_fp/uy, hostPort=55519, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/cores}
   [junit4]   2> 404181 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 404181 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001'
   [junit4]   2> 404181 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 404181 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 404181 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 404182 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 404189 INFO  (zkCallback-243-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6edd82fc name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404189 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 404189 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 404190 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 404190 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/solr.xml
   [junit4]   2> 404193 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/cores
   [junit4]   2> 404194 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer New CoreContainer 201953636
   [junit4]   2> 404194 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001]
   [junit4]   2> 404194 WARN  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/lib
   [junit4]   2> 404194 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59359/solr
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 404195 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 404196 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 404197 INFO  (zkCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@684eb44f name:ZooKeeperConnection Watcher:127.0.0.1:59359 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404197 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 404197 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 404198 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/340308621@2e7c817
   [junit4]   2> 404199 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 404214 INFO  (zkCallback-247-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5973a8d4 name:ZooKeeperConnection Watcher:127.0.0.1:59359/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404214 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 404217 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 404217 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 404218 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 404218 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95769341556817929-127.0.0.1:55519__fp%2Fuy-n_0000000001
   [junit4]   2> 404219 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000 to know if I could be the leader
   [junit4]   2> 404219 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.ZkController Publish node=127.0.0.1:55519__fp%2Fuy as DOWN
   [junit4]   2> 404220 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55519__fp%2Fuy"} current state version: 3
   [junit4]   2> 404220 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55519__fp%2Fuy
   [junit4]   2> 404220 INFO  (zkCallback-241-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: [1])
   [junit4]   2> 404220 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 404222 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 404307 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 404330 INFO  (zkCallback-241-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: [1])
   [junit4]   2> 404330 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 404331 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 405226 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55519__fp%2Fuy
   [junit4]   2> 405226 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55519__fp%2Fuy
   [junit4]   2> 405227 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 405227 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 405227 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 405227 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 405230 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 405230 INFO  (zkCallback-239-thread-1-processing-n:127.0.0.1:49381__fp%2Fuy) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 405260 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 405260 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 405266 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/cores
   [junit4]   2> 405267 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 405267 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-1-001/cores/collection1
   [junit4]   2> 405267 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 405290 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 405290 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 405298 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 405298 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 405301 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55519/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:55519__fp%2Fuy",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 5
   [junit4]   2> 405301 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 405301 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 405302 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55519/_fp/uy",
   [junit4]   2>   "node_name":"127.0.0.1:55519__fp%2Fuy",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 405302 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 405302 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 405302 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 405302 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 405414 INFO  (OverseerStateUpdate-95769341556817924-127.0.0.1:49381__fp%2Fuy-n_0000000000) [n:127.0.0.1:49381__fp%2Fuy    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 405415 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 405415 INFO  (zkCallback-247-thread-2-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 406350 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 406350 INFO  (coreLoadExecutor-1011-thread-1-processing-n:127.0.0.1:55519__fp%2Fuy) [n:127.0.0.1:55519__fp%2Fuy c:collection1   x:collection1] o.a.s.c.ZkController 

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

/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 455269 INFO  (zkCallback-263-thread-2-processing-n:127.0.0.1:45420__fp%2Fuy) [n:127.0.0.1:45420__fp%2Fuy c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 455269 INFO  (zkCallback-263-thread-2-processing-n:127.0.0.1:45420__fp%2Fuy) [n:127.0.0.1:45420__fp%2Fuy c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 455271 INFO  (zkCallback-263-thread-2-processing-n:127.0.0.1:45420__fp%2Fuy) [n:127.0.0.1:45420__fp%2Fuy c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ElectionContext Canceling election /collections/collection1/leader_elect/shard1/election/95769341556817938-core_node4-n_0000000001
   [junit4]   2> 455271 WARN  (zkCallback-263-thread-2-processing-n:127.0.0.1:45420__fp%2Fuy) [n:127.0.0.1:45420__fp%2Fuy c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/95769341556817938-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:86)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:143)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:455)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 455274 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4c50db86{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 455275 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b6a8d13{/_fp/uy,null,UNAVAILABLE}
   [junit4]   2> 455279 INFO  (TEST-TestNamedUpdateProcessors.test-seed#[C74838B41CD1B7B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59359 59359
   [junit4]   2> 455466 INFO  (Thread-771) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59359 59359
   [junit4]   2> 455486 WARN  (Thread-771) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNamedUpdateProcessors -Dtests.method=test -Dtests.seed=C74838B41CD1B7B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Europe/Kaliningrad -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 53.6s J2 | TestNamedUpdateProcessors.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:.system
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C74838B41CD1B7B:8420BC51EF317683]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:852)
   [junit4]    > 	at org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 455489 INFO  (SUITE-TestNamedUpdateProcessors-seed#[C74838B41CD1B7B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_C74838B41CD1B7B-001
   [junit4]   2> Apr 22, 2016 11:23:54 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(Lucene60): {}, docValues:{}, maxPointsInLeafNode=642, maxMBSortInHeap=6.08886109413068, sim=ClassicSimilarity, locale=no, timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=316418592,total=499122176
   [junit4]   2> NOTE: All tests run in this JVM: [TestElisionMultitermQuery, TestManagedResource, BlockJoinFacetDistribTest, CollectionsAPISolrJTest, TestUtils, TestCharFilters, ConnectionManagerTest, TlogReplayBufferedWhileIndexingTest, HdfsRecoverLeaseTest, TestMaxScoreQueryParser, TestWriterPerf, TestGroupingSearch, TestStandardQParsers, SimpleCollectionCreateDeleteTest, TestCollationField, SimpleFacetsTest, TestXIncludeConfig, TestCustomDocTransformer, TestMiniSolrCloudClusterBase, OverseerStatusTest, RequestLoggingTest, CircularListTest, TermVectorComponentDistributedTest, TestSchemaManager, TestFieldCollectionResource, FieldMutatingUpdateProcessorTest, TestCloudPivotFacet, DirectUpdateHandlerTest, TestCSVResponseWriter, TestReload, MergeStrategyTest, TestNamedUpdateProcessors]
   [junit4] Completed [97/591 (1!)] on J2 in 53.89s, 1 test, 1 failure <<< FAILURES!

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

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