You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/11 16:25:18 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+107) - Build # 16179 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16179/
Java: 32bit/jdk-9-ea+107 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=344, name=testExecutor-150-thread-6, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=344, name=testExecutor-150-thread-6, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44551
	at __randomizedtesting.SeedInfo.seed([B7620DB66155B62]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
	at java.lang.Thread.run(Thread.java:804)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44551
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
	... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 8 more


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'X val' for path 'x' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{"wt":"json"},   "context":{     "webapp":"",     "path":"/test1",     "httpMethod":"GET"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":null}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'X val' for path 'x' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{"wt":"json"},
  "context":{
    "webapp":"",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null}
	at __randomizedtesting.SeedInfo.seed([B7620DB66155B62:D33B0D8C91C8FEC2]: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:458)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:238)
	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:520)
	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:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	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:804)




Build Log:
[...truncated 10697 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/init-core-data-001
   [junit4]   2> 13745 INFO  (SUITE-UnloadDistributedZkTest-seed#[B7620DB66155B62]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 13750 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 13750 INFO  (Thread-27) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 13750 INFO  (Thread-27) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 13850 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkTestServer start zk server on port:41351
   [junit4]   2> 13851 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13852 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13855 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1507909 name:ZooKeeperConnection Watcher:127.0.0.1:41351 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13855 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13855 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13855 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 13858 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13858 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13860 INFO  (zkCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13911bc name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13860 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13861 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13861 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 13863 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 13865 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 13866 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 13870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 13870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 13872 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 13873 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 13875 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 13875 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 13884 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 13884 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 13898 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 13899 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 13900 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 13900 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 13901 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 13902 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 13903 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 13903 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 13904 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 13904 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 13906 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 13906 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 13907 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 13907 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 13982 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1
   [junit4]   2> 13988 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 13989 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1717863{/,null,AVAILABLE}
   [junit4]   2> 13992 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.ServerConnector Started ServerConnector@126877d{HTTP/1.1,[http/1.1]}{127.0.0.1:46972}
   [junit4]   2> 13993 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.Server Started @15689ms
   [junit4]   2> 13993 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/tempDir-001/control/data, hostContext=/, hostPort=46972, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores}
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@163006a
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001'
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 13994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13996 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e650c name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13996 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13996 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 13998 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 13998 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/solr.xml
   [junit4]   2> 14005 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores
   [junit4]   2> 14005 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer New CoreContainer 10070015
   [junit4]   2> 14006 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001]
   [junit4]   2> 14006 WARN  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/lib
   [junit4]   2> 14006 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] 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> 14008 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 14009 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 14009 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 14009 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41351/solr
   [junit4]   2> 14009 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 14009 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 14011 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14013 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fb6f26 name:ZooKeeperConnection Watcher:127.0.0.1:41351 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14013 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14014 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 14015 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14016 INFO  (zkCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76a85 name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14017 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14018 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 14021 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 14025 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 14027 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 14030 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 14031 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 14033 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 14034 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 14035 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 14036 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 14038 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 14040 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 14042 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 14044 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14045 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95532353375436804-127.0.0.1:46972_-n_0000000000
   [junit4]   2> 14046 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46972_
   [junit4]   2> 14046 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 14049 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.Overseer Overseer (id=95532353375436804-127.0.0.1:46972_-n_0000000000) starting
   [junit4]   2> 14052 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 14058 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 14059 INFO  (OverseerCollectionConfigSetProcessor-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 14059 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46972_
   [junit4]   2> 14059 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 14060 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46972_
   [junit4]   2> 14062 INFO  (zkCallback-26-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: [0])
   [junit4]   2> 14062 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14066 INFO  (zkCallback-26-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 14117 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 14117 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 14118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores
   [junit4]   2> 14121 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] 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> 14121 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1
   [junit4]   2> 14121 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 14122 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 14122 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 14123 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 14123 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 14128 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:46972",
   [junit4]   2>   "node_name":"127.0.0.1:46972_",
   [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> 14128 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 14134 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:46972",
   [junit4]   2>   "node_name":"127.0.0.1:46972_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 14135 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 14143 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 14154 INFO  (zkCallback-26-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> 15129 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 15129 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 15129 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 15129 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 15130 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 15130 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1'
   [junit4]   2> 15130 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 15130 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 15131 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 15137 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 15143 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 15164 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 15174 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 15249 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 15255 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 15256 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 15270 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 15273 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 15275 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 15275 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 15278 INFO  (coreLoadExecutor-71-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 15278 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 15278 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 15279 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/]
   [junit4]   2> 15279 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ca8d4
   [junit4]   2> 15280 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data
   [junit4]   2> 15280 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/index/
   [junit4]   2> 15280 WARN  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 15281 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/index
   [junit4]   2> 15281 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=79.064453125, floorSegmentMB=0.76953125, forceMergeDeletesPctAllowed=16.15492281576009, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2349542848996687
   [junit4]   2> 15282 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@14487cf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bc9cb),segFN=segments_1,generation=1}
   [junit4]   2> 15282 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 15282 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/
   [junit4]   2> 15282 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 15286 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 15296 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 15296 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 15296 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 15296 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 15296 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 15297 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 15297 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 15297 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 15297 WARN  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 15299 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15300 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15302 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15303 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15323 INFO  (coreLoadExecutor-71-thread-1) [    ] 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> 15323 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 15324 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15324 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15325 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15325 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15326 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6377272108863626]
   [junit4]   2> 15326 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@14487cf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bc9cb),segFN=segments_1,generation=1}
   [junit4]   2> 15326 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 15327 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ef5b1a[collection1] main]
   [junit4]   2> 15327 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 15328 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 15328 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 15331 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 15332 INFO  (searcherExecutor-72-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ef5b1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15332 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 15332 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 15332 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 15332 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528517655664787456
   [junit4]   2> 15334 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528517655664787456
   [junit4]   2> 15335 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 15337 INFO  (coreLoadExecutor-71-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 15338 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:46972 collection:control_collection shard:shard1
   [junit4]   2> 15343 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 15346 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95532353375436804-core_node1-n_0000000000
   [junit4]   2> 15346 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 15348 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15348 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15348 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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> 15348 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46972/collection1/
   [junit4]   2> 15348 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15348 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:46972/collection1/ has no replicas
   [junit4]   2> 15354 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 15359 INFO  (coreZkRegister-65-thread-1) [    ] 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/95532353375436804-core_node1-n_0000000000
   [junit4]   2> 15372 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46972/collection1/ shard1
   [junit4]   2> 15372 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:46972",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 15475 INFO  (zkCallback-26-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> 15523 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:46972/collection1/ and leader is http://127.0.0.1:46972/collection1/
   [junit4]   2> 15523 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46972
   [junit4]   2> 15523 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 15523 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 15523 INFO  (coreZkRegister-65-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 15525 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:46972",
   [junit4]   2>   "node_name":"127.0.0.1:46972_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 15526 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:46972",
   [junit4]   2>   "node_name":"127.0.0.1:46972_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 15625 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 15626 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15627 INFO  (zkCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c03d31 name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 15627 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15627 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 15627 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 15628 INFO  (zkCallback-26-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> 15629 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 15631 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 15760 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1
   [junit4]   2> 15760 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001
   [junit4]   2> 15761 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 15762 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11a2c14{/,null,AVAILABLE}
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d69619{HTTP/1.1,[http/1.1]}{127.0.0.1:50942}
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.e.j.s.Server Started @17459ms
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50942, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores}
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@163006a
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001'
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 15763 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 15764 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 15764 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15765 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@617cd4 name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 15765 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15766 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 15767 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 15767 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/solr.xml
   [junit4]   2> 15771 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores
   [junit4]   2> 15771 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer New CoreContainer 10022761
   [junit4]   2> 15771 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001]
   [junit4]   2> 15772 WARN  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/lib
   [junit4]   2> 15772 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] 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> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41351/solr
   [junit4]   2> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 15773 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 15774 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15775 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e2439 name:ZooKeeperConnection Watcher:127.0.0.1:41351 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 15775 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15776 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 15777 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15794 INFO  (zkCallback-33-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8a74d4 name:ZooKeeperConnection Watcher:127.0.0.1:41351/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 15794 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 15798 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 15799 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 15800 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 15801 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95532353375436808-127.0.0.1:50942_-n_0000000001
   [junit4]   2> 15802 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95532353375436804-127.0.0.1:46972_-n_0000000000 to know if I could be the leader
   [junit4]   2> 15802 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:50942_ as DOWN
   [junit4]   2> 15803 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50942_"} current state version: 3
   [junit4]   2> 15804 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50942_
   [junit4]   2> 15906 INFO  (zkCallback-26-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> 15906 INFO  (zkCallback-33-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> 15906 INFO  (zkCallback-28-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> 16803 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50942_
   [junit4]   2> 16804 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50942_
   [junit4]   2> 16805 INFO  (zkCallback-28-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> 16805 INFO  (zkCallback-26-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> 16805 INFO  (zkCallback-33-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> 16805 INFO  (zkCallback-28-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 16805 INFO  (zkCallback-33-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 16806 INFO  (zkCallback-26-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 16859 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 16860 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 16860 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores
   [junit4]   2> 16862 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] 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> 16862 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1
   [junit4]   2> 16862 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 16863 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 16863 INFO  (TEST-UnloadDistributedZkTest.test-seed#[B7620DB66155B62]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 16864 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 16864 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 16866 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:50942",
   [junit4]   2>   "node_name":"127.0.0.1:50942_",
   [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> 16866 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 16867 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] 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:50942",
   [junit4]   2>   "node_name":"127.0.0.1:50942_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 16867 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 16867 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 16970 INFO  (zkCallback-26-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> 16970 INFO  (zkCallback-33-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> 16970 INFO  (zkCallback-28-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> 17867 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 17867 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 17867 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 17867 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 17868 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 17868 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1'
   [junit4]   2> 17868 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17868 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 17869 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 17876 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 17880 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 17895 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 17906 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 18037 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 18043 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 18044 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 18054 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 18057 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 18063 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 18064 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 18065 INFO  (coreLoadExecutor-82-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 18065 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 18066 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 18066 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 18066 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ca8d4
   [junit4]   2> 18067 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data
   [junit4]   2> 18067 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 18067 WARN  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 18067 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 18068 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=79.064453125, floorSegmentMB=0.76953125, forceMergeDeletesPctAllowed=16.15492281576009, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2349542848996687
   [junit4]   2> 18068 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@c00082 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10be78a),segFN=segments_1,generation=1}
   [junit4]   2> 18068 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 18069 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 18069 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_B7620DB66155B62-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 18074 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 18075 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 18075 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 18075 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 18075 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 18075 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 18076 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 18076 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 18076 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 18076 WARN  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 18078 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 18079 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 18081 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 18082 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 18088 INFO  (coreLoadExecutor-82-thread-1) [    ] 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> 18088 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 18089 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 18089 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 18090 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 18090 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 18091 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6377272108863626]
   [junit4]   2> 18091 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@c00082 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10be78a),segFN=segments_1,generation=1}
   [junit4]   2> 18091 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 18091 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1de7938[collection1] main]
   [junit4]   2> 18092 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 18092 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 18092 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 18092 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 18093 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 18095 INFO  (searcherExecutor-83-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1de7938[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 18095 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 18095 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 18095 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 18095 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528517658562002944
   [junit4]   2> 18097 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528517658562002944
   [junit4]   2> 18097 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 18097 INFO  (coreLoadExecutor-82-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 18098 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:50942 collection:collection1 shard:shard2
   [junit4]   2> 18099 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 18105 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95532353375436808-core_node1-n_0000000000
   [junit4]   2> 18105 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 18108 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 18108 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 18108 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50942/collection1/
   [junit4]   2> 18108 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 18108 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:50942/collection1/ has no replicas
   [junit4]   2> 18109 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1"} current state version: 5
   [junit4]   2> 18110 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 18113 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/95532353375436808-core_node1-n_0000000000
   [junit4]   2> 18116 INFO  (coreZkRegister-77-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50942/collection1/ shard2
   [junit4]   2> 18117 INFO  (OverseerStateUpdate-95532353375436804-127.0.0.1:46972_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]  

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

ading_B7620DB66155B62-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 169983 INFO  (zkCallback-298-thread-2) [    ] 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: [1])
   [junit4]   2> 169983 INFO  (coreCloseExecutor-1156-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001/shard-4-001/cores/collection1/data
   [junit4]   2> 169983 INFO  (coreCloseExecutor-1156-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 169983 INFO  (coreCloseExecutor-1156-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 169983 INFO  (zkCallback-298-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [30] to [31]
   [junit4]   2> 169984 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[B7620DB66155B62]) [    ] o.a.s.c.Overseer Overseer (id=95532360132001810-127.0.0.1:40151_-n_0000000004) closing
   [junit4]   2> 169984 INFO  (OverseerStateUpdate-95532360132001810-127.0.0.1:40151_-n_0000000004) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40151_
   [junit4]   2> 169985 INFO  (zkCallback-298-thread-2) [    ] 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> 169985 WARN  (zkCallback-298-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 169986 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[B7620DB66155B62]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@50bc89{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 169986 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[B7620DB66155B62]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14daa3{/,null,UNAVAILABLE}
   [junit4]   2> 169987 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[B7620DB66155B62]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48890 48890
   [junit4]   2> 169996 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48890 48890
   [junit4]   2> 169997 WARN  (Thread-695) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	2	/solr/configs/.system
   [junit4]   2> 	2	/solr/configs/.system/managed-schema
   [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> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=B7620DB66155B62 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kkj -Dtests.timezone=America/Sitka -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 53.2s J0 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'X val' for path 'x' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{"wt":"json"},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"",
   [junit4]    >     "path":"/test1",
   [junit4]    >     "httpMethod":"GET"},
   [junit4]    >   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
   [junit4]    >   "x":null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B7620DB66155B62:D33B0D8C91C8FEC2]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:238)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> 170000 INFO  (SUITE-TestDynamicLoading-seed#[B7620DB66155B62]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_B7620DB66155B62-001
   [junit4]   2> Mar 11, 2016 2:56:25 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {blobName=PostingsFormat(name=Asserting), size=PostingsFormat(name=LuceneFixedGap), _version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), version=PostingsFormat(name=LuceneVarGapDocFreqInterval), md5=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1825, maxMBSortInHeap=5.137404181960726, sim=ClassicSimilarity, locale=kkj, timezone=America/Sitka
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=100139952,total=266338304
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaTest, TestIBSimilarityFactory, HdfsUnloadDistributedZkTest, ActionThrottleTest, TestBulkSchemaAPI, TestCustomSort, TestOmitPositions, AnalyticsQueryTest, TestTrieFacet, TestCloudInspectUtil, SignatureUpdateProcessorFactoryTest, TestReplicaProperties, TestPhraseSuggestions, TestBinaryField, TestConfigSetsAPI, TestStressLucene, DistributedQueryElevationComponentTest, TestManagedResource, TestPseudoReturnFields, DistributedFacetPivotSmallTest, TestNonDefinedSimilarityFactory, TestFieldTypeResource, RAMDirectoryFactoryTest, UUIDUpdateProcessorFallbackTest, TestRuleBasedAuthorizationPlugin, TestFunctionQuery, TestConfigReload, TestHashQParserPlugin, TestFastOutputStream, TestMergePolicyConfig, SegmentsInfoRequestHandlerTest, VersionInfoTest, TestHighlightDedupGrouping, FileBasedSpellCheckerTest, TestQueryWrapperFilter, TestRawTransformer, TestSolrXml, TestTrackingShardHandlerFactory, DisMaxRequestHandlerTest, HdfsBasicDistributedZk2Test, TestCollationFieldDocValues, TestUseDocValuesAsStored, TestLRUCache, TestDynamicLoading]
   [junit4] Completed [72/578 (2!)] on J0 in 54.18s, 1 test, 1 failure <<< FAILURES!

[...truncated 1640 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 578 suites (10 ignored), 2307 tests, 1 error, 1 failure, 116 ignored (70 assumptions) [seed: B7620DB66155B62]

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



[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_72) - Build # 16180 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16180/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=2065, name=testExecutor-1130-thread-5, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2065, name=testExecutor-1130-thread-5, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([4212B5FA8FED56E8:CA468A2021113B10]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53083
	at __randomizedtesting.SeedInfo.seed([4212B5FA8FED56E8]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53083
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
	... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 8 more




Build Log:
[...truncated 10916 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/init-core-data-001
   [junit4]   2> 234892 INFO  (SUITE-UnloadDistributedZkTest-seed#[4212B5FA8FED56E8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 234894 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 234894 INFO  (Thread-735) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 234894 INFO  (Thread-735) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 234994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkTestServer start zk server on port:41169
   [junit4]   2> 234994 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 234995 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 234997 INFO  (zkCallback-293-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f6f3a95 name:ZooKeeperConnection Watcher:127.0.0.1:41169 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234997 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 234997 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 234997 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 234999 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 234999 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 235000 INFO  (zkCallback-294-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15634527 name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235000 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 235000 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 235000 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 235001 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 235001 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 235002 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 235002 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 235002 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 235003 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 235003 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 235004 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 235004 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 235005 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 235005 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 235025 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 235025 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 235026 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 235026 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 235027 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 235027 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 235027 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 235027 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 235028 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 235028 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 235028 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 235036 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 235036 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 235037 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 235129 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1
   [junit4]   2> 235130 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 235131 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16cd5b81{/,null,AVAILABLE}
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@56690a6f{HTTP/1.1,[http/1.1]}{127.0.0.1:35675}
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.Server Started @236692ms
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/tempDir-001/control/data, hostContext=/, hostPort=35675, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores}
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001'
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 235134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 235135 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 235136 INFO  (zkCallback-295-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b4742d9 name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 235136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 235136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 235136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/solr.xml
   [junit4]   2> 235144 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores
   [junit4]   2> 235144 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer New CoreContainer 42548272
   [junit4]   2> 235145 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001]
   [junit4]   2> 235145 WARN  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/lib
   [junit4]   2> 235146 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] 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> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41169/solr
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 235147 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 235148 INFO  (zkCallback-298-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29dd0e51 name:ZooKeeperConnection Watcher:127.0.0.1:41169 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235150 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 235150 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 235151 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 0x15366994ec80003, 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> 235154 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 235162 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f8b91ac name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235162 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 235163 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 235164 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 235165 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 235175 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 235176 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 235177 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 235179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 235179 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 235180 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 235180 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 235180 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 235181 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 235182 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 235182 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 235183 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95532825742671876-127.0.0.1:35675_-n_0000000000
   [junit4]   2> 235183 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35675_
   [junit4]   2> 235183 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 235183 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.Overseer Overseer (id=95532825742671876-127.0.0.1:35675_-n_0000000000) starting
   [junit4]   2> 235184 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 235187 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 235187 INFO  (OverseerCollectionConfigSetProcessor-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 235188 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 235188 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35675_
   [junit4]   2> 235188 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35675_
   [junit4]   2> 235189 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 235198 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 235198 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 235208 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 235208 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 235208 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores
   [junit4]   2> 235209 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] 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> 235209 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1
   [junit4]   2> 235209 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 235210 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 235210 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:35675_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 235210 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 235210 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 235211 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:35675",
   [junit4]   2>   "node_name":"127.0.0.1:35675_",
   [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> 235211 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 235211 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:35675",
   [junit4]   2>   "node_name":"127.0.0.1:35675_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 235211 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 235212 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 235212 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 236211 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 236211 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1'
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236212 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236213 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 236216 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 236219 WARN  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 236220 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 236228 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 236236 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 236329 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 236333 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 236333 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 236336 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236338 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 236339 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236339 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236340 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 236340 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 236340 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 236340 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/]
   [junit4]   2> 236340 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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@6085d012
   [junit4]   2> 236341 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data
   [junit4]   2> 236341 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 236341 WARN  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 236341 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/index
   [junit4]   2> 236341 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 236342 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@63bb10fc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ed9f7e3),segFN=segments_1,generation=1}
   [junit4]   2> 236342 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 236342 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:35675_ 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 /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/
   [junit4]   2> 236342 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236344 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236345 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236345 WARN  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236346 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236346 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236347 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236347 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 236349 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236349 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236350 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236350 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236350 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 236350 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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=36, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=47.8251953125, floorSegmentMB=1.7705078125, forceMergeDeletesPctAllowed=16.53104956058969, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@63bb10fc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ed9f7e3),segFN=segments_1,generation=1}
   [junit4]   2> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5aa88279[collection1] main]
   [junit4]   2> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236351 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 236352 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 236352 INFO  (searcherExecutor-1052-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5aa88279[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 236353 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236353 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236353 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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> 236353 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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 1528525213411573760
   [junit4]   2> 236355 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ 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 1528525213411573760
   [junit4]   2> 236355 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 236355 INFO  (coreLoadExecutor-1051-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 236355 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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:35675 collection:control_collection shard:shard1
   [junit4]   2> 236356 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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> 236357 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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/95532825742671876-core_node1-n_0000000000
   [junit4]   2> 236357 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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=180000
   [junit4]   2> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35675/collection1/
   [junit4]   2> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 236358 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35675/collection1/ has no replicas
   [junit4]   2> 236358 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 236359 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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/95532825742671876-core_node1-n_0000000000
   [junit4]   2> 236360 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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:35675/collection1/ shard1
   [junit4]   2> 236360 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:35675",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 236461 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 236510 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:35675/collection1/ and leader is http://127.0.0.1:35675/collection1/
   [junit4]   2> 236510 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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:35675
   [junit4]   2> 236510 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 236511 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 236511 INFO  (coreZkRegister-1045-thread-1-processing-n:127.0.0.1:35675_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35675_ 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> 236512 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:35675",
   [junit4]   2>   "node_name":"127.0.0.1:35675_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 236512 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:35675",
   [junit4]   2>   "node_name":"127.0.0.1:35675_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 236613 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 236711 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236712 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236713 INFO  (zkCallback-301-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7291211 name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 236714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 236834 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1
   [junit4]   2> 236835 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001
   [junit4]   2> 236835 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 236836 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bd15cd1{/,null,AVAILABLE}
   [junit4]   2> 236837 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2ce5eea{HTTP/1.1,[http/1.1]}{127.0.0.1:58122}
   [junit4]   2> 236837 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.Server Started @238395ms
   [junit4]   2> 236837 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=58122, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores}
   [junit4]   2> 236837 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 236838 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001'
   [junit4]   2> 236838 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236838 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236838 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236838 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236839 INFO  (zkCallback-302-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@527f6168 name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236839 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236839 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236840 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 236840 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/solr.xml
   [junit4]   2> 236844 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores
   [junit4]   2> 236844 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer New CoreContainer 22437323
   [junit4]   2> 236844 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001]
   [junit4]   2> 236844 WARN  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/lib
   [junit4]   2> 236845 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] 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> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41169/solr
   [junit4]   2> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236846 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236847 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236848 INFO  (zkCallback-305-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40a8fa66 name:ZooKeeperConnection Watcher:127.0.0.1:41169 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236848 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236849 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236851 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236851 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60cf5289 name:ZooKeeperConnection Watcher:127.0.0.1:41169/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236851 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236854 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236854 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 236855 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 236855 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95532825742671880-127.0.0.1:58122_-n_0000000001
   [junit4]   2> 236856 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95532825742671876-127.0.0.1:35675_-n_0000000000 to know if I could be the leader
   [junit4]   2> 236856 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.ZkController Publish node=127.0.0.1:58122_ as DOWN
   [junit4]   2> 236857 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58122_"} current state version: 3
   [junit4]   2> 236857 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58122_
   [junit4]   2> 236958 INFO  (zkCallback-301-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> 236958 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_    ] 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> 236958 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 237857 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58122_
   [junit4]   2> 237857 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58122_
   [junit4]   2> 237858 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 237858 INFO  (zkCallback-301-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> 237858 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_    ] 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> 237858 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 237858 INFO  (zkCallback-301-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 237858 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 237868 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237868 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237869 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores
   [junit4]   2> 237870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] 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> 237870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1
   [junit4]   2> 237870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 237870 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 237871 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [n:127.0.0.1:58122_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237871 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 237871 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 237877 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 237877 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:58122",
   [junit4]   2>   "node_name":"127.0.0.1:58122_",
   [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> 237878 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] 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:58122",
   [junit4]   2>   "node_name":"127.0.0.1:58122_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 237878 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 237878 INFO  (OverseerStateUpdate-95532825742671876-127.0.0.1:35675_-n_0000000000) [n:127.0.0.1:35675_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 237979 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:35675_) [n:127.0.0.1:35675_    ] 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> 237979 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_    ] 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> 237979 INFO  (zkCallback-301-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> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1'
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 238878 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 238879 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 238883 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 238885 WARN  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 238886 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 238891 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 238898 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 239005 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 239011 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 239012 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 239017 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 239019 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 239020 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 239020 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 239021 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ 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=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 239022 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 239022 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 239022 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 239022 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 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@6085d012
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 239023 WARN  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@4c962fd6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f8e9648),segFN=segments_1,generation=1}
   [junit4]   2> 239023 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 239024 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 239024 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_4212B5FA8FED56E8-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 239028 INFO  (coreLoadExecutor-1062-thread-1-processing-n:127.0.0.1:58122_) [n:127.0.0.1:58122_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 239028 INFO  (coreLoadExecutor-1062-thread-1-processing-n

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

mmon.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> 368792 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7b4eb3f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 368793 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7fadb2a3{/,null,UNAVAILABLE}
   [junit4]   2> 368798 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 35675
   [junit4]   2> 368799 INFO  (TEST-UnloadDistributedZkTest.test-seed#[4212B5FA8FED56E8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41169 41169
   [junit4]   2> 368830 INFO  (Thread-735) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41169 41169
   [junit4]   2> 368831 WARN  (Thread-735) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/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> 	7	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/multiunload/leader_elect/shard1/election/95532825742671886-core_node2-n_0000000001
   [junit4]   2> 	2	/solr/collections/multiunload/leader_elect/shard1/election/95532825742671886-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/collections/multiunload/leader_elect/shard2/election/95532825742671886-core_node7-n_0000000004
   [junit4]   2> 	2	/solr/collections/multiunload/leader_elect/shard2/election/95532825742671886-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/collections/multiunload/leader_elect/shard2/election/95532825742671886-core_node1-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=test -Dtests.seed=4212B5FA8FED56E8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt-LT -Dtests.timezone=America/Rio_Branco -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    134s J2 | UnloadDistributedZkTest.test <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2065, name=testExecutor-1130-thread-5, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4212B5FA8FED56E8:CA468A2021113B10]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53083
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4212B5FA8FED56E8]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:583)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [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]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53083
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCores$0(BasicDistributedZkTest.java:581)
   [junit4]    > 	... 4 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]    > 	... 8 more
   [junit4]   2> 368834 INFO  (SUITE-UnloadDistributedZkTest-seed#[4212B5FA8FED56E8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Mar 11, 2016 4:56:10 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=CheapBastard, sim=ClassicSimilarity, locale=lt-LT, timezone=America/Rio_Branco
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=184793384,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecovery, TestRebalanceLeaders, SuggesterTest, BasicAuthIntegrationTest, DistribJoinFromCollectionTest, HardAutoCommitTest, TestSolrDeletionPolicy1, CoreAdminRequestStatusTest, XmlUpdateRequestHandlerTest, HdfsRestartWhileUpdatingTest, CleanupOldIndexTest, FacetPivotSmallTest, TestCharFilters, SliceStateTest, TestExactSharedStatsCache, TestSmileRequest, CdcrRequestHandlerTest, TestConfigSets, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, TestPHPSerializedResponseWriter, DirectSolrConnectionTest, TestCollectionAPI, TestSolrIndexConfig, UnloadDistributedZkTest]
   [junit4] Completed [138/578 (1!)] on J2 in 134.57s, 1 test, 1 error <<< FAILURES!

[...truncated 1444 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 578 suites (10 ignored), 2307 tests, 1 error, 115 ignored (70 assumptions) [seed: 4212B5FA8FED56E8]

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