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/02/26 16:41:30 UTC

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+106) - Build # 16011 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16011/
Java: 64bit/jdk-9-ea+106 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=8039, name=testExecutor-2735-thread-2, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8039, name=testExecutor-2735-thread-2, 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:44949
	at __randomizedtesting.SeedInfo.seed([E0B3022FA805B854]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:586)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	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:44949
	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$1.run(BasicDistributedZkTest.java:584)
	... 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 11278 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/init-core-data-001
   [junit4]   2> 899541 INFO  (SUITE-UnloadDistributedZkTest-seed#[E0B3022FA805B854]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 899543 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 899543 INFO  (Thread-2077) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 899543 INFO  (Thread-2077) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 899643 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkTestServer start zk server on port:36320
   [junit4]   2> 899643 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899643 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899645 INFO  (zkCallback-1748-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@239ce833 name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899645 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899645 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899645 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 899646 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899646 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899647 INFO  (zkCallback-1749-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@21d27068 name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899647 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899647 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899647 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 899648 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 899649 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 899649 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 899649 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 899649 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 899650 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 899650 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 899651 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 899651 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 899651 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 899652 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 899652 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 899652 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 899653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 899653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 899653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 899653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 899654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 899654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 899654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 899654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 899655 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 899655 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 899656 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 899656 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 899709 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1
   [junit4]   2> 899710 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 899711 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ea3eac7{/,null,AVAILABLE}
   [junit4]   2> 899713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.ServerConnector Started ServerConnector@50636a6b{HTTP/1.1,[http/1.1]}{127.0.0.1:35058}
   [junit4]   2> 899713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.Server Started @901533ms
   [junit4]   2> 899713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/tempDir-001/control/data, hostContext=/, hostPort=35058, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores}
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@41975e01
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001'
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899715 INFO  (zkCallback-1750-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@856d90d name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 899716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/solr.xml
   [junit4]   2> 899718 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores
   [junit4]   2> 899719 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer New CoreContainer 575477069
   [junit4]   2> 899719 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001]
   [junit4]   2> 899719 WARN  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/lib
   [junit4]   2> 899719 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] 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> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36320/solr
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899720 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899721 INFO  (zkCallback-1753-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c0b2c40 name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899722 INFO  (zkCallback-1754-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50ac8f49 name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899723 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 899723 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 899724 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 899725 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 899725 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 899726 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 899726 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 899726 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 899727 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 899727 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 899727 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 899728 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 899728 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95453202114609156-127.0.0.1:35058_-n_0000000000
   [junit4]   2> 899728 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35058_
   [junit4]   2> 899728 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 899729 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.Overseer Overseer (id=95453202114609156-127.0.0.1:35058_-n_0000000000) starting
   [junit4]   2> 899729 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 899731 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 899731 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 899731 INFO  (OverseerCollectionConfigSetProcessor-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 899731 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 899731 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 899732 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35058_
   [junit4]   2> 899732 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35058_
   [junit4]   2> 899732 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 899732 INFO  (zkCallback-1754-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> 899732 INFO  (zkCallback-1754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 899739 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 899739 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 899739 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores
   [junit4]   2> 899740 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] 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> 899740 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1
   [junit4]   2> 899740 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 899740 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 899740 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 899740 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 899741 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 899741 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:35058",
   [junit4]   2>   "node_name":"127.0.0.1:35058_",
   [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> 899741 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 899741 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:35058",
   [junit4]   2>   "node_name":"127.0.0.1:35058_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 899742 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 899742 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 899742 INFO  (zkCallback-1754-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> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1'
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 900742 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 900743 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 900746 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 900748 WARN  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 900748 WARN  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 900748 WARN  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 900748 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 900753 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 900756 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 900810 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 900813 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 900814 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 900817 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 900817 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 900818 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 900819 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 900819 INFO  (coreLoadExecutor-2656-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-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 900819 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 900819 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 900820 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/]
   [junit4]   2> 900820 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2964e8b6
   [junit4]   2> 900820 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data
   [junit4]   2> 900820 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/index/
   [junit4]   2> 900820 WARN  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 900821 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/index
   [junit4]   2> 900821 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15550407580436057]
   [junit4]   2> 900821 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@441ec5c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72816138),segFN=segments_1,generation=1}
   [junit4]   2> 900821 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 900821 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/
   [junit4]   2> 900822 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 900823 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 900823 WARN  (coreLoadExecutor-2656-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> 900824 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 900825 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 900825 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 900825 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 900826 INFO  (coreLoadExecutor-2656-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> 900827 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 900827 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 900827 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@441ec5c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72816138),segFN=segments_1,generation=1}
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5531a021[collection1] main]
   [junit4]   2> 900828 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 900829 INFO  (searcherExecutor-2657-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5531a021[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 900829 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 900830 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1527251235182215168
   [junit4]   2> 900831 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1527251235182215168
   [junit4]   2> 900831 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 900831 INFO  (coreLoadExecutor-2656-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 900832 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:35058 collection:control_collection shard:shard1
   [junit4]   2> 900832 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95453202114609156-core_node1-n_0000000000
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35058/collection1/
   [junit4]   2> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 900833 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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> 900833 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35058/collection1/ has no replicas
   [junit4]   2> 900834 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 900834 INFO  (coreZkRegister-2650-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/95453202114609156-core_node1-n_0000000000
   [junit4]   2> 900835 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35058/collection1/ shard1
   [junit4]   2> 900835 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:35058",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 900936 INFO  (zkCallback-1754-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> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:35058/collection1/ and leader is http://127.0.0.1:35058/collection1/
   [junit4]   2> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35058
   [junit4]   2> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 900986 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:35058",
   [junit4]   2>   "node_name":"127.0.0.1:35058_",
   [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> 900986 INFO  (coreZkRegister-2650-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 900986 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:35058",
   [junit4]   2>   "node_name":"127.0.0.1:35058_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 901088 INFO  (zkCallback-1754-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> 901241 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 901242 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 901242 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a4e7701 name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901242 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 901243 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 901243 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 901243 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 901243 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 901290 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1
   [junit4]   2> 901291 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001
   [junit4]   2> 901291 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 901292 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d5385a2{/,null,AVAILABLE}
   [junit4]   2> 901292 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.ServerConnector Started ServerConnector@303af495{HTTP/1.1,[http/1.1]}{127.0.0.1:37194}
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.e.j.s.Server Started @903112ms
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=37194, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores}
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@41975e01
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001'
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 901293 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 901294 INFO  (zkCallback-1757-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b684bb name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901294 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 901294 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 901295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 901295 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/solr.xml
   [junit4]   2> 901297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores
   [junit4]   2> 901297 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer New CoreContainer 1608103657
   [junit4]   2> 901298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001]
   [junit4]   2> 901298 WARN  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/lib
   [junit4]   2> 901298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] 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> 901298 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36320/solr
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 901299 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 901299 INFO  (zkCallback-1760-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36a0ff09 name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901300 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 901300 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 901300 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 901301 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4783268e name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901301 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 901303 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 901303 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95453202114609160-127.0.0.1:37194_-n_0000000001
   [junit4]   2> 901303 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95453202114609156-127.0.0.1:35058_-n_0000000000 to know if I could be the leader
   [junit4]   2> 901303 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 901303 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 901304 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 901304 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 901305 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:37194_ as DOWN
   [junit4]   2> 901305 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37194_"} current state version: 3
   [junit4]   2> 901305 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37194_
   [junit4]   2> 901406 INFO  (zkCallback-1754-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> 901406 INFO  (zkCallback-1761-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> 901406 INFO  (zkCallback-1756-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> 901406 INFO  (zkCallback-1761-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902305 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37194_
   [junit4]   2> 902306 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37194_
   [junit4]   2> 902306 INFO  (zkCallback-1754-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> 902306 INFO  (zkCallback-1761-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> 902306 INFO  (zkCallback-1756-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> 902306 INFO  (zkCallback-1761-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> 902306 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 902306 INFO  (zkCallback-1754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 902306 INFO  (zkCallback-1756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 902306 INFO  (zkCallback-1761-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 902312 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 902312 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 902312 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores
   [junit4]   2> 902313 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] 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> 902313 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1
   [junit4]   2> 902313 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 902313 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 902313 INFO  (TEST-UnloadDistributedZkTest.test-seed#[E0B3022FA805B854]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 902313 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 902313 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 902314 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:37194",
   [junit4]   2>   "node_name":"127.0.0.1:37194_",
   [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> 902314 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 902314 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:37194",
   [junit4]   2>   "node_name":"127.0.0.1:37194_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 902314 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 902314 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 902415 INFO  (zkCallback-1754-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> 902415 INFO  (zkCallback-1756-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> 902415 INFO  (zkCallback-1761-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> 902415 INFO  (zkCallback-1761-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 903314 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 903314 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 903314 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 903314 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 903315 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 903315 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1'
   [junit4]   2> 903315 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 903315 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 903316 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 903318 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 903320 WARN  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 903320 WARN  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 903320 WARN  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 903321 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 903340 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 903343 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 903403 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 903406 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 903407 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 903410 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 903411 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 903412 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 903412 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 903413 INFO  (coreLoadExecutor-2667-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-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 903413 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 903413 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 903413 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 903413 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2964e8b6
   [junit4]   2> 903414 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data
   [junit4]   2> 903414 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 903414 WARN  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 903414 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 903415 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15550407580436057]
   [junit4]   2> 903415 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@3ca9e60d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65210ec4),segFN=segments_1,generation=1}
   [junit4]   2> 903415 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 903415 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 903415 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_E0B3022FA805B854-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 903417 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 903418 WARN  (coreLoadExecutor-2667-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> 903418 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 903419 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 903419 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 903420 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 903422 INFO  (coreLoadExecutor-2667-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> 903423 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 903423 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 903423 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 903423 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 903423 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 903424 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@3ca9e60d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65210ec4),segFN=segments_1,generation=1}
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c61e772[collection1] main]
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 903425 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 903426 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 903426 INFO  (searcherExecutor-2668-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c61e772[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 903426 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 903426 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 903426 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 903426 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1527251237904318464
   [junit4]   2> 903428 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1527251237904318464
   [junit4]   2> 903428 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 903429 INFO  (coreLoadExecutor-2667-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 903429 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:37194 collection:collection1 shard:shard2
   [junit4]   2> 903429 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 903430 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95453202114609160-core_node1-n_0000000000
   [junit4]   2> 903430 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37194/collection1/
   [junit4]   2> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:37194/collection1/ has no replicas
   [junit4]   2> 903431 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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> 903431 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 903432 INFO  (coreZkRegister-2662-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/95453202114609160-core_node1-n_0000000000
   [junit4]   2> 903433 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37194/collection1/ shard2
   [junit4]   2> 903433 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:37194",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 5
   [junit4]   2> 903534 INFO  (zkCallback-1754-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> 903534 INFO  (zkCallback-1756-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> 903534 INFO  (zkCallback-1761-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> 903534 INFO  (zkCallback-1761-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 903583 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:37194/collection1/ and leader is http://127.0.0.1:37194/collection1/
   [junit4]   2> 903583 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37194
   [junit4]   2> 903583 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 903583 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 903583 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 903584 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-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:37194",
   [junit4]   2>   "node_name":"127.0.0.1:37194_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 6
   [junit4]   2> 903584 INFO  (coreZkRegister-2662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 903584 INFO  (OverseerStateUpdate-95453202114609156-127.0.0.1:35058_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "

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

.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 moreThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8042, name=testExecutor-2735-thread-5, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [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:44949
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E0B3022FA805B854]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:586)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44949
   [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$1.run(BasicDistributedZkTest.java:584)
   [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> 1032251 INFO  (SUITE-UnloadDistributedZkTest-seed#[E0B3022FA805B854]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Feb 26, 2016 3:26:49 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=Asserting(Lucene60): {other_tl1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Asserting), multiDefault=Lucene50(blocksize=128), a_t=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Asserting), a_i1=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Asserting), text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, sim=ClassicSimilarity, locale=en-CC, timezone=CST
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=222123656,total=509349888
   [junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldResource, TestGroupingSearch, TestInfoStreamLogging, AutoCommitTest, CollectionStateFormat2Test, StatsComponentTest, DateRangeFieldTest, TestPostingsSolrHighlighter, TestFastWriter, TestJmxIntegration, SolrXmlInZkTest, HttpPartitionTest, SolrCoreCheckLockOnStartupTest, StressHdfsTest, TestMiniSolrCloudClusterBase, TestSolrCloudWithKerberosAlt, HighlighterMaxOffsetTest, DeleteReplicaTest, ExitableDirectoryReaderTest, TestSort, TestFieldTypeCollectionResource, TestFuzzyAnalyzedSuggestions, TestClassicSimilarityFactory, BasicDistributedZk2Test, TestRTimerTree, ExplicitHLLTest, TestRestManager, OverseerTest, StatelessScriptUpdateProcessorFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, TestJsonRequest, SuggestComponentTest, TestRuleBasedAuthorizationPlugin, DateMathParserTest, CloneFieldUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, SolrTestCaseJ4Test, BaseCdcrDistributedZkTest, CoreAdminHandlerTest, TestExtendedDismaxParser, RecoveryZkTest, TestCharFilters, AnalysisErrorHandlingTest, TestLeaderElectionZkExpiry, HighlighterConfigTest, DistributedQueueTest, TestUtils, SecurityConfHandlerTest, TestStandardQParsers, TestSolrQueryParser, TestDocBasedVersionConstraints, TestSchemaNameResource, SimpleFacetsTest, LukeRequestHandlerTest, TestSolrIndexConfig, TestStressRecovery, DirectSolrConnectionTest, TestUseDocValuesAsStored2, TestOrdValues, DistributedQueryComponentCustomSortTest, TestPHPSerializedResponseWriter, RulesTest, RequestHandlersTest, DistributedFacetPivotSmallAdvancedTest, OutOfBoxZkACLAndCredentialsProvidersTest, SpatialRPTFieldTypeTest, CdcrRequestHandlerTest, TermVectorComponentDistributedTest, TestPerFieldSimilarityClassic, PrimitiveFieldTypeTest, AssignTest, TestSolrJ, BadComponentTest, ParsingFieldUpdateProcessorsTest, TestCloudManagedSchemaConcurrent, TestStressReorder, TestIndexSearcher, TestRecoveryHdfs, TestIndexingPerformance, OverseerRolesTest, ScriptEngineTest, RegexBoostProcessorTest, TestCSVResponseWriter, SharedFSAutoReplicaFailoverUtilsTest, TestConfigSetsAPIExclusivity, TestSolrQueryParserResource, FieldMutatingUpdateProcessorTest, SaslZkACLProviderTest, TestSolrDeletionPolicy1, SearchHandlerTest, TestSimpleQParserPlugin, HdfsRestartWhileUpdatingTest, UnloadDistributedZkTest]
   [junit4] Completed [293/580 (1!)] on J2 in 133.81s, 1 test, 1 error <<< FAILURES!

[...truncated 957 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 580 suites (8 ignored), 2346 tests, 1 error, 117 ignored (71 assumptions) [seed: E0B3022FA805B854]

Total time: 51 minutes 18 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-trunk-Linux (64bit/jdk1.8.0_72) - Build # 16020 - Still Failing!

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

All tests passed

Build Log:
[...truncated 36079 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.07s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 63 minutes 49 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-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+106) - Build # 16019 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16019/
Java: 32bit/jdk-9-ea+106 -server -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 36439 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Component#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Font#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.MenuComponent#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Toolkit#getFontPeer(java.lang.String,int) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.38s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 70 minutes 32 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-trunk-Linux (32bit/jdk1.8.0_72) - Build # 16018 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16018/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 36086 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.48s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 77 minutes 56 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-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+106) - Build # 16017 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16017/
Java: 64bit/jdk-9-ea+106 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat.testDocsOnly

Error Message:
Captured an uncaught exception in thread: Thread[id=655, name=Thread-467, state=RUNNABLE, group=TGRP-TestPerFieldPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=655, name=Thread-467, state=RUNNABLE, group=TGRP-TestPerFieldPostingsFormat]
	at __randomizedtesting.SeedInfo.seed([A8B6A11D0F51F0D5:D4F20B0F05808585]:0)
Caused by: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 13
	at __randomizedtesting.SeedInfo.seed([A8B6A11D0F51F0D5]:0)
	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 13
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:277)
	at org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1167)
	at org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)




Build Log:
[...truncated 1165 lines...]
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4]   2> Feb 26, 2016 10:57:26 NYIAGHUO com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-467,5,TGRP-TestPerFieldPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 13
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([A8B6A11D0F51F0D5]:0)
   [junit4]   2> 	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]   2> Caused by: java.lang.ArrayIndexOutOfBoundsException: 13
   [junit4]   2> 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]   2> 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]   2> 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:277)
   [junit4]   2> 	at org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1167)
   [junit4]   2> 	at org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]   2> 	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPerFieldPostingsFormat -Dtests.method=testDocsOnly -Dtests.seed=A8B6A11D0F51F0D5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ksb -Dtests.timezone=America/Argentina/San_Luis -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.07s J0 | TestPerFieldPostingsFormat.testDocsOnly <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=655, name=Thread-467, state=RUNNABLE, group=TGRP-TestPerFieldPostingsFormat]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8B6A11D0F51F0D5:D4F20B0F05808585]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 13
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8B6A11D0F51F0D5]:0)
   [junit4]    > 	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1006)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException: 13
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:277)
   [junit4]    > 	at org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1167)
   [junit4]    > 	at org.apache.lucene.index.RandomPostingsTester.access$000(RandomPostingsTester.java:61)
   [junit4]    > 	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1004)
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=ksb, timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=235768760,total=339738624
   [junit4]   2> NOTE: All tests run in this JVM: [TestSentinelIntSet, TestMixedDocValuesUpdates, TestNumericDocValuesUpdates, TestIndexWriterUnicode, TestMultiset, TestMultiTermConstantScore, TestLucene53NormsFormat, TestSpanBoostQuery, TestIndexWriterExceptions2, TestCheckIndex, TestSimilarityProvider, TestIndexWriterDelete, TestWeakIdentityMap, TestParallelCompositeReader, TestQueryCachingPolicy, TestTermRangeQuery, TestUpgradeIndexMergePolicy, TestPagedBytes, TestStressDeletes, TestReadOnlyIndex, TestPhraseQuery, Test4GBStoredFields, TestIndexWriterLockRelease, TestIndexWriter, TestLockFactory, TestNewestSegment, TestLucene50StoredFieldsFormat, TestDisjunctionMaxQuery, TestMultiPhraseQuery, TestMultiTermQueryRewrites, TestUnicodeUtil, TestTermsEnum, TestExceedMaxTermLength, TestNoDeletionPolicy, TestForTooMuchCloning, TestIndexWriterMergePolicy, FiniteStringsIteratorTest, TestBlendedTermQuery, TestSearcherManager, TestDocValuesRewriteMethod, TestTransactionRollback, TestQueryBuilder, TestSortRandom, TestDoc, TestBytesRef, TestIndexSearcher, TestFilterDirectoryReader, TestFieldType, TestShardSearching, TestRecyclingByteBlockAllocator, TestIndexWriterCommit, TestMergedIterator, TestNumericRangeQuery64, TestMinimize, TestBinaryTerms, TestBlockPostingsFormat2, Test2BTerms, TestTerm, TestPerSegmentDeletes, TestTrackingDirectoryWrapper, TestBooleanQueryVisitSubscorers, TestIsCurrent, TestFilterIterator, TestDocIdSetBuilder, TestTerms, TestNativeFSLockFactory, TestRegexpRandom, TestSumDocFreq, TestStressIndexing, TestPerFieldPostingsFormat]
   [junit4] Completed [299/411 (1!)] on J0 in 27.98s, 24 tests, 1 error, 2 skipped <<< FAILURES!

[...truncated 393 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 411 suites (1 ignored), 3423 tests, 1 error, 61 ignored (57 assumptions) [seed: A8B6A11D0F51F0D5]

Total time: 6 minutes 19 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-trunk-Linux (32bit/jdk1.8.0_72) - Build # 16016 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16016/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseConcMarkSweepGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=6186, name=testExecutor-2813-thread-1, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6186, name=testExecutor-2813-thread-1, 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:54145/yj_hld/tf
	at __randomizedtesting.SeedInfo.seed([609C45DBF90ECFCC]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:586)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	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:54145/yj_hld/tf
	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$1.run(BasicDistributedZkTest.java:584)
	... 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 11183 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/init-core-data-001
   [junit4]   2> 874349 INFO  (SUITE-UnloadDistributedZkTest-seed#[609C45DBF90ECFCC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yj_hld/tf
   [junit4]   2> 874351 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 874352 INFO  (Thread-2334) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 874352 INFO  (Thread-2334) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 874452 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkTestServer start zk server on port:39372
   [junit4]   2> 874452 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 874452 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 874454 INFO  (zkCallback-799-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c4f088 name:ZooKeeperConnection Watcher:127.0.0.1:39372 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 874454 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 874455 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 874455 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 874456 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 874457 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 874457 INFO  (zkCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a57b5 name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 874457 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 874458 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 874458 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 874459 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 874460 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 874460 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 874461 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 874461 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 874462 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 874463 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 874464 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 874464 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 874465 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 874465 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 874466 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 874466 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 874466 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 874467 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 874467 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 874467 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 874468 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 874468 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 874469 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 874469 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 874469 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 874470 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 874470 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 874471 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 874548 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1
   [junit4]   2> 874550 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 874552 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6838e2{/yj_hld/tf,null,AVAILABLE}
   [junit4]   2> 874553 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@72ca6f{HTTP/1.1,[http/1.1]}{127.0.0.1:55407}
   [junit4]   2> 874553 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.Server Started @875997ms
   [junit4]   2> 874553 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/tempDir-001/control/data, hostContext=/yj_hld/tf, hostPort=55407, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores}
   [junit4]   2> 874553 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 874553 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001'
   [junit4]   2> 874554 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 874554 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 874554 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 874554 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 874555 INFO  (zkCallback-801-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f214b2 name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 874555 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 874556 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 874556 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 874556 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/solr.xml
   [junit4]   2> 874563 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores
   [junit4]   2> 874563 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer New CoreContainer 2737912
   [junit4]   2> 874563 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001]
   [junit4]   2> 874563 WARN  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/lib
   [junit4]   2> 874563 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] 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> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39372/solr
   [junit4]   2> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 874565 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 874566 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 874567 INFO  (zkCallback-804-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1704251 name:ZooKeeperConnection Watcher:127.0.0.1:39372 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 874567 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 874568 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 874569 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 874570 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1cd080b name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 874570 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 874571 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 874572 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 874574 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 874575 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 874576 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 874577 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 874578 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 874579 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 874579 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 874580 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 874581 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 874582 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 874582 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000
   [junit4]   2> 874582 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55407_yj_hld%2Ftf
   [junit4]   2> 874582 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 874583 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.Overseer Overseer (id=95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) starting
   [junit4]   2> 874584 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 874588 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 874589 INFO  (OverseerCollectionConfigSetProcessor-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 874589 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 874589 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 874590 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 874591 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55407_yj_hld%2Ftf
   [junit4]   2> 874591 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55407_yj_hld%2Ftf
   [junit4]   2> 874591 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 874592 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 874592 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 874617 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 874617 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 874618 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores
   [junit4]   2> 874619 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 874620 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1
   [junit4]   2> 874620 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 874620 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 874620 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 874620 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 874621 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 874622 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 874622 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:55407/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:55407_yj_hld%2Ftf",
   [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> 874622 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:55407/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:55407_yj_hld%2Ftf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 874622 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 874623 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 874624 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 875622 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 875622 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 875622 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 875623 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 875623 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 875623 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1'
   [junit4]   2> 875623 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 875623 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 875624 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 875630 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 875635 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 875652 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 875658 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 875750 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 875756 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 875757 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 875767 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 875769 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 875771 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 875772 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 875773 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 875773 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 875773 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 875773 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/]
   [junit4]   2> 875773 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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@7c7823
   [junit4]   2> 875775 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data
   [junit4]   2> 875777 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/index/
   [junit4]   2> 875777 WARN  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 875777 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/index
   [junit4]   2> 875777 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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=29, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=34.25390625, floorSegmentMB=0.4248046875, forceMergeDeletesPctAllowed=20.609083173654454, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 875778 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8fdaef lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@173e690),segFN=segments_1,generation=1}
   [junit4]   2> 875778 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 875778 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55407_yj_hld%2Ftf 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-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/
   [junit4]   2> 875779 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 875784 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875785 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875785 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875785 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875786 WARN  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875787 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 875788 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 875789 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 875790 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 875797 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875798 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875798 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875798 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875799 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 875799 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 875800 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=46.5947265625, floorSegmentMB=1.8935546875, forceMergeDeletesPctAllowed=25.26914873343433, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11972121746904181
   [junit4]   2> 875800 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8fdaef lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@173e690),segFN=segments_1,generation=1}
   [junit4]   2> 875800 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 875801 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@729d84[collection1] main]
   [junit4]   2> 875801 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875801 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875801 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 875802 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 875804 INFO  (searcherExecutor-2735-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@729d84[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 875804 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875804 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875804 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875804 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf 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 1527285290979295232
   [junit4]   2> 875806 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1527285290979295232
   [junit4]   2> 875806 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 875806 INFO  (coreLoadExecutor-2734-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 875807 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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:55407/yj_hld/tf collection:control_collection shard:shard1
   [junit4]   2> 875807 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875809 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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/95455330591113220-core_node1-n_0000000000
   [junit4]   2> 875809 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875810 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 875811 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875811 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55407/yj_hld/tf/collection1/
   [junit4]   2> 875811 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 875811 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55407/yj_hld/tf/collection1/ has no replicas
   [junit4]   2> 875811 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 875812 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 875813 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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/95455330591113220-core_node1-n_0000000000
   [junit4]   2> 875814 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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:55407/yj_hld/tf/collection1/ shard1
   [junit4]   2> 875814 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:55407/yj_hld/tf",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 875916 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 875965 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:55407/yj_hld/tf/collection1/ and leader is http://127.0.0.1:55407/yj_hld/tf/collection1/
   [junit4]   2> 875965 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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:55407/yj_hld/tf
   [junit4]   2> 875965 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 875965 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 875965 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf 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> 875966 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:55407/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:55407_yj_hld%2Ftf",
   [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> 875966 INFO  (coreZkRegister-2728-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55407_yj_hld%2Ftf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 875967 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:55407/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:55407_yj_hld%2Ftf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 876069 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 876122 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 876122 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876123 INFO  (zkCallback-807-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cba0b0 name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876123 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 876124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 876125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 876125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 876210 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores/collection1
   [junit4]   2> 876211 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001
   [junit4]   2> 876212 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 876214 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3535aa{/yj_hld/tf,null,AVAILABLE}
   [junit4]   2> 876215 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12d09f8{HTTP/1.1,[http/1.1]}{127.0.0.1:47059}
   [junit4]   2> 876215 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.e.j.s.Server Started @877659ms
   [junit4]   2> 876215 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/yj_hld/tf, hostPort=47059, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores}
   [junit4]   2> 876216 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 876216 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001'
   [junit4]   2> 876216 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 876216 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 876216 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 876217 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876218 INFO  (zkCallback-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@168ca7e name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876218 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876218 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 876219 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 876219 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/solr.xml
   [junit4]   2> 876223 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores
   [junit4]   2> 876223 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer New CoreContainer 19933012
   [junit4]   2> 876224 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001]
   [junit4]   2> 876224 WARN  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/lib
   [junit4]   2> 876224 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] 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> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39372/solr
   [junit4]   2> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 876225 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 876226 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876227 INFO  (zkCallback-811-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@943581 name:ZooKeeperConnection Watcher:127.0.0.1:39372 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876228 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876228 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 876229 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876230 INFO  (zkCallback-812-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1362e98 name:ZooKeeperConnection Watcher:127.0.0.1:39372/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876230 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876233 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 876234 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95455330591113224-127.0.0.1:47059_yj_hld%2Ftf-n_0000000001
   [junit4]   2> 876234 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000 to know if I could be the leader
   [junit4]   2> 876234 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 876235 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 876236 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 876236 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 876237 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.ZkController Publish node=127.0.0.1:47059_yj_hld%2Ftf as DOWN
   [junit4]   2> 876238 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:47059_yj_hld%2Ftf"} current state version: 3
   [junit4]   2> 876238 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:47059_yj_hld%2Ftf
   [junit4]   2> 876340 INFO  (zkCallback-807-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> 876340 INFO  (zkCallback-812-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 876340 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 876340 INFO  (zkCallback-812-thread-2-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 877238 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47059_yj_hld%2Ftf
   [junit4]   2> 877238 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47059_yj_hld%2Ftf
   [junit4]   2> 877239 INFO  (zkCallback-807-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> 877239 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 877240 INFO  (zkCallback-812-thread-2-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 877239 INFO  (zkCallback-812-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 877240 INFO  (zkCallback-807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 877240 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 877240 INFO  (zkCallback-812-thread-2-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 877240 INFO  (zkCallback-812-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 877282 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 877282 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 877283 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores
   [junit4]   2> 877284 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 877284 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores/collection1
   [junit4]   2> 877284 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 877284 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 877285 INFO  (TEST-UnloadDistributedZkTest.test-seed#[609C45DBF90ECFCC]) [n:127.0.0.1:47059_yj_hld%2Ftf    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 877285 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 877285 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 877286 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 877286 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:47059/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:47059_yj_hld%2Ftf",
   [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> 877286 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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:47059/yj_hld/tf",
   [junit4]   2>   "node_name":"127.0.0.1:47059_yj_hld%2Ftf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 877286 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 877286 INFO  (OverseerStateUpdate-95455330591113220-127.0.0.1:55407_yj_hld%2Ftf-n_0000000000) [n:127.0.0.1:55407_yj_hld%2Ftf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 877388 INFO  (zkCallback-807-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> 877388 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:55407_yj_hld%2Ftf) [n:127.0.0.1:55407_yj_hld%2Ftf    ] 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> 877388 INFO  (zkCallback-812-thread-2-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 877388 INFO  (zkCallback-812-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf    ] 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> 878286 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 878286 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_609C45DBF90ECFCC-001/shard-1-001/cores/collection1'
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 878287 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 878289 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 878294 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 878298 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 878307 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 878313 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 878401 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 878406 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 878407 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 878413 INFO  (coreLoadExecutor-2745-thread-1-processing-n:127.0.0.1:47059_yj_hld%2Ftf) [n:127.0.0.1:47059_yj_hld%2Ftf c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 878415 INFO

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

eParser.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 moreThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6189, name=testExecutor-2813-thread-4, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [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:54145/yj_hld/tf
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([609C45DBF90ECFCC]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:586)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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:54145/yj_hld/tf
   [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$1.run(BasicDistributedZkTest.java:584)
   [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> 1011924 INFO  (SUITE-UnloadDistributedZkTest-seed#[609C45DBF90ECFCC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=cs, timezone=Canada/Yukon
   [junit4]   2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=146893968,total=231161856
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedIntervalFacetingTest, ConvertedLegacyTest, SharedFSAutoReplicaFailoverTest, TestSystemIdResolver, MBeansHandlerTest, DocumentBuilderTest, AddBlockUpdateTest, TestExactSharedStatsCache, DistribJoinFromCollectionTest, HdfsRecoveryZkTest, TestMinMaxOnMultiValuedField, TestCoreContainer, TestReRankQParserPlugin, TestSolrDeletionPolicy2, TestHdfsUpdateLog, TestSimpleTrackingShardHandler, SuggesterFSTTest, ChaosMonkeySafeLeaderTest, TestManagedStopFilterFactory, TestLFUCache, DistributedTermsComponentTest, HdfsThreadLeakTest, UpdateRequestProcessorFactoryTest, TestNonDefinedSimilarityFactory, CheckHdfsIndexTest, AtomicUpdatesTest, HdfsWriteToMultipleCollectionsTest, LoggingHandlerTest, TestFastLRUCache, DirectSolrSpellCheckerTest, SolrCmdDistributorTest, WordBreakSolrSpellCheckerTest, SimplePostToolTest, TestQuerySenderListener, BlockJoinFacetSimpleTest, TestBM25SimilarityFactory, RankQueryTest, SpellPossibilityIteratorTest, TestLMJelinekMercerSimilarityFactory, TestSearcherReuse, TestExclusionRuleCollectionAccess, TestCursorMarkWithoutUniqueKey, TestSurroundQueryParser, SolrPluginUtilsTest, DistributedFacetPivotWhiteBoxTest, TestQueryTypes, RequestLoggingTest, OpenCloseCoreStressTest, TestEmbeddedSolrServerConstructors, ShardRoutingCustomTest, BJQParserTest, TestSchemaSimilarityResource, TestQuerySenderNoQuery, ChangedSchemaMergeTest, TriLevelCompositeIdRoutingTest, TestHashPartitioner, TestCloudManagedSchema, TestSolrQueryResponse, InfoHandlerTest, DOMUtilTest, CollectionReloadTest, QueryResultKeyTest, HdfsBasicDistributedZkTest, AliasIntegrationTest, TestQueryWrapperFilter, SpellCheckCollatorTest, SSLMigrationTest, TestUpdate, TestDistributedGrouping, TestSolr4Spatial2, AnalyticsQueryTest, TestCustomDocTransformer, TestQueryUtils, SimpleMLTQParserTest, TestNRTOpen, ShardRoutingTest, TestReplicaProperties, TestBinaryResponseWriter, TestTrieFacet, TestBlendedInfixSuggestions, ConnectionManagerTest, TestTrie, TermsComponentTest, EnumFieldTest, CSVRequestHandlerTest, SpellingQueryConverterTest, ZkCLITest, TestCollationFieldDocValues, TestPKIAuthenticationPlugin, SuggestComponentContextFilterQueryTest, AsyncMigrateRouteKeyTest, UniqFieldsUpdateProcessorFactoryTest, OpenExchangeRatesOrgProviderTest, LeaderInitiatedRecoveryOnCommitTest, TestStressVersions, BasicDistributedZkTest, UnloadDistributedZkTest]
   [junit4] Completed [267/580 (1!)] on J1 in 137.74s, 1 test, 1 error <<< FAILURES!

[...truncated 1049 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 580 suites (8 ignored), 2346 tests, 1 error, 116 ignored (71 assumptions) [seed: 609C45DBF90ECFCC]

Total time: 63 minutes 59 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-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+106) - Build # 16015 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16015/
Java: 32bit/jdk-9-ea+106 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 36433 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Component#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Font#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.MenuComponent#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Toolkit#getFontPeer(java.lang.String,int) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.21s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 63 minutes 49 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-trunk-Linux (64bit/jdk1.8.0_72) - Build # 16014 - Still Failing!

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

All tests passed

Build Log:
[...truncated 36095 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.14s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 58 minutes 29 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-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+106) - Build # 16013 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16013/
Java: 32bit/jdk-9-ea+106 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 36445 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Component#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Font#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.MenuComponent#getPeer() [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.awt.Toolkit#getFontPeer(java.lang.String,int) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Packer#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.jar.Pack200$Unpacker#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#addPropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] WARNING: Method not found while parsing signature: java.util.logging.LogManager#removePropertyChangeListener(java.beans.PropertyChangeListener) [signature ignored]
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.22s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:117: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:347: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

Total time: 65 minutes 48 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-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+106) - Build # 16012 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16012/
Java: 64bit/jdk-9-ea+106 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev2

Error Message:
31

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 31
	at __randomizedtesting.SeedInfo.seed([6A32BDC22019B896:C5B59BB9C3C2AEF7]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.naiveLev1(TestLevenshteinAutomata.java:130)
	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:108)
	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev2(TestLevenshteinAutomata.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java: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.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 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 995 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLevenshteinAutomata -Dtests.method=testLev2 -Dtests.seed=6A32BDC22019B896 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ast-ES -Dtests.timezone=Africa/Dakar -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.63s J1 | TestLevenshteinAutomata.testLev2 <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 31
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A32BDC22019B896:C5B59BB9C3C2AEF7]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.naiveLev1(TestLevenshteinAutomata.java:130)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertLev(TestLevenshteinAutomata.java:108)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.assertCharVectors(TestLevenshteinAutomata.java:60)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestLevenshteinAutomata.testLev2(TestLevenshteinAutomata.java:41)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ast-ES, timezone=Africa/Dakar
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=454090632,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestSynonymQuery, TestIndexReaderClose, TestSimpleExplanationsOfNonMatches, TestPrefixRandom, TestSimpleExplanations, TestStressNRT, TestSpanCollection, TestDocumentsWriterDeleteQueue, TestMultiCollector, TestAllFilesDetectTruncation, TestSimilarityBase, Test2BSortedDocValuesFixedSorted, TestParallelLeafReader, TestVersion, TestSnapshotDeletionPolicy, TestScoreCachingWrappingScorer, TestBooleanScorer, TestSpanMultiTermQueryWrapper, TestSpanNotQuery, TestSimilarity, TestFixedBitDocIdSet, TestSearchAfter, TestPerFieldPostingsFormat2, TestQueryRescorer, TestPrefixInBooleanQuery, TestDirectoryReaderReopen, TestNamedSPILoader, TestMatchAllDocsQuery, TestRollingBuffer, TestNRTCachingDirectory, TestIntArrayDocIdSet, TestRAMDirectory, TestDirectMonotonic, TestConjunctionDISI, TestIndexWriterNRTIsCurrent, TestRoaringDocIdSet, TestStressIndexing, TestHugeRamFile, TestBytesRefAttImpl, TestTermdocPerf, TestTopFieldCollector, TestAllFilesHaveCodecHeader, TestCollectionUtil, TestFieldCacheRewriteMethod, FuzzyTermOnShortTermsTest, TestLogMergePolicy, TestOmitPositions, TestReaderWrapperDVTypeCheck, TestCodecUtil, TestPayloadsOnVectors, TestSameScoresWithThreads, TestEarlyTermination, TestLongBitSet, LimitedFiniteStringsIteratorTest, TestLRUQueryCache, TestLucene54DocValuesFormat, TestFileSwitchDirectory, Test2BPostings, TestNotDocIdSet, TestPositionIncrement, TestPayloads, TestLucene50StoredFieldsFormatHighCompression, TestDocValues, TestSpansEnum, TestPositiveScoresOnlyCollector, TestFlex, TestAssertions, TestClassicSimilarity, TestNorms, TestSearchWithThreads, TestMinimize, TestRollingUpdates, TestNRTReaderWithThreads, TestTieredMergePolicy, TestLevenshteinAutomata]
   [junit4] Completed [238/411 (1!)] on J1 in 0.70s, 4 tests, 1 error <<< FAILURES!

[...truncated 559 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 411 suites (1 ignored), 3423 tests, 1 error, 58 ignored (54 assumptions) [seed: 6A32BDC22019B896]

Total time: 5 minutes 38 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