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/21 08:38:17 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15941/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6578, name=testExecutor-3077-thread-6, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43658
	at __randomizedtesting.SeedInfo.seed([580D0A4EB99EE773]: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:43658
	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 11318 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_580D0A4EB99EE773-001/init-core-data-001
   [junit4]   2> 802947 INFO  (SUITE-UnloadDistributedZkTest-seed#[580D0A4EB99EE773]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 802949 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 802950 INFO  (Thread-2472) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 802950 INFO  (Thread-2472) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 803050 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkTestServer start zk server on port:51561
   [junit4]   2> 803050 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 803050 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803052 INFO  (zkCallback-912-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dd2d50a name:ZooKeeperConnection Watcher:127.0.0.1:51561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 803052 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803052 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 803052 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 803053 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 803053 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803054 INFO  (zkCallback-913-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fd1808a name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 803054 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803054 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 803054 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 803055 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 803055 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 803055 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 803056 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803056 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 803057 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803057 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 803057 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803057 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 803058 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803058 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 803058 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803058 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 803059 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803059 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 803060 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803060 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 803060 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803060 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 803061 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803061 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 803061 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803061 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 803062 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803062 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 803114 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001/cores/collection1
   [junit4]   2> 803115 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 803116 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f801dee{/,null,AVAILABLE}
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.ServerConnector Started ServerConnector@53e4315b{HTTP/1.1,[http/1.1]}{127.0.0.1:34573}
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.Server Started @804807ms
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/tempDir-001/control/data, hostContext=/, hostPort=34573, 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_580D0A4EB99EE773-001/control-001/cores}
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001'
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 803118 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803119 INFO  (zkCallback-914-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57f84cf9 name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 803119 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803120 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 803120 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 803120 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001/solr.xml
   [junit4]   2> 803124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001/cores
   [junit4]   2> 803124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.CoreContainer New CoreContainer 566142279
   [junit4]   2> 803124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001]
   [junit4]   2> 803124 WARN  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/lib
   [junit4]   2> 803124 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51561/solr
   [junit4]   2> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 803125 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 803126 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803126 INFO  (zkCallback-917-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53771047 name:ZooKeeperConnection Watcher:127.0.0.1:51561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 803127 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803127 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 803128 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803129 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@437bd7cb name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 803129 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803129 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 803130 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 803131 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 803131 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 803132 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 803133 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 803133 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 803133 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 803134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 803134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34573_
   [junit4]   2> 803134 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34573_
   [junit4]   2> 803135 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 803135 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 803136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 803136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95422990522974212-127.0.0.1:34573_-n_0000000000
   [junit4]   2> 803136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34573_
   [junit4]   2> 803136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 803136 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.Overseer Overseer (id=95422990522974212-127.0.0.1:34573_-n_0000000000) starting
   [junit4]   2> 803137 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 803138 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 803139 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 803139 INFO  (OverseerCollectionConfigSetProcessor-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 803139 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 803140 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 803140 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 803150 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 803150 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 803151 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] 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_580D0A4EB99EE773-001/control-001/cores
   [junit4]   2> 803151 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] 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> 803152 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] 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_580D0A4EB99EE773-001/control-001/cores/collection1
   [junit4]   2> 803152 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 803152 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 803152 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:34573_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 803152 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 803152 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 803153 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:34573",
   [junit4]   2>   "node_name":"127.0.0.1:34573_",
   [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> 803153 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 803153 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:34573",
   [junit4]   2>   "node_name":"127.0.0.1:34573_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 803153 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 803153 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 803154 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] 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> 804153 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 804153 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1'
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 804154 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 804155 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 804158 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 804160 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 804166 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 804170 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 804235 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 804238 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 804239 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 804242 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 804243 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 804244 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 804245 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 804245 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2
   [junit4]   2> 804245 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 804245 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-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_580D0A4EB99EE773-001/control-001/cores/collection1/data/]
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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@4bff17e7
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data/index/
   [junit4]   2> 804246 WARN  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data/index
   [junit4]   2> 804246 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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=27, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=88.6787109375, floorSegmentMB=0.2041015625, forceMergeDeletesPctAllowed=21.738243713652952, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 804247 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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@66d31fa6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1943d81c),segFN=segments_1,generation=1}
   [junit4]   2> 804247 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 804247 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data/
   [junit4]   2> 804247 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34573_ 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804249 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804250 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804250 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804250 WARN  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804251 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 804251 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 804252 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 804252 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 804254 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 804254 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804254 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804255 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804255 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 804255 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 804255 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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=27, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=2.1171875, floorSegmentMB=0.8017578125, forceMergeDeletesPctAllowed=11.020443356096111, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8509589468074393
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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@66d31fa6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1943d81c),segFN=segments_1,generation=1}
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bba72ac[collection1] main]
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804256 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 804257 INFO  (searcherExecutor-2999-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4bba72ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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> 804257 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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 1526767849737027584
   [junit4]   2> 804259 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ 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 1526767849737027584
   [junit4]   2> 804259 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 804259 INFO  (coreLoadExecutor-2998-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 804259 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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:34573 collection:control_collection shard:shard1
   [junit4]   2> 804260 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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/95422990522974212-core_node1-n_0000000000
   [junit4]   2> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34573/collection1/
   [junit4]   2> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 804261 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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> 804261 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34573/collection1/ has no replicas
   [junit4]   2> 804262 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 804262 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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/95422990522974212-core_node1-n_0000000000
   [junit4]   2> 804263 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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:34573/collection1/ shard1
   [junit4]   2> 804263 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:34573",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 804364 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] 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> 804414 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:34573/collection1/ and leader is http://127.0.0.1:34573/collection1/
   [junit4]   2> 804414 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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:34573
   [junit4]   2> 804414 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 804414 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 804414 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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> 804415 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:34573",
   [junit4]   2>   "node_name":"127.0.0.1:34573_",
   [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> 804415 INFO  (coreZkRegister-2992-thread-1-processing-n:127.0.0.1:34573_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34573_ 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> 804415 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:34573",
   [junit4]   2>   "node_name":"127.0.0.1:34573_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 804516 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] 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> 804653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 804653 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 804654 INFO  (zkCallback-920-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d683a98 name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 804654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 804654 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 804655 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804655 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 804713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001/cores/collection1
   [junit4]   2> 804713 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001
   [junit4]   2> 804714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 804714 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49dbecca{/,null,AVAILABLE}
   [junit4]   2> 804715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.ServerConnector Started ServerConnector@646c3f1e{HTTP/1.1,[http/1.1]}{127.0.0.1:43490}
   [junit4]   2> 804715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.e.j.s.Server Started @806404ms
   [junit4]   2> 804715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=43490, 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_580D0A4EB99EE773-001/shard-1-001/cores}
   [junit4]   2> 804715 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 804716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001'
   [junit4]   2> 804716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 804716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 804716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 804716 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 804717 INFO  (zkCallback-921-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c61e879 name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804717 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 804717 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 804718 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 804718 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001/solr.xml
   [junit4]   2> 804721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001/cores
   [junit4]   2> 804721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.CoreContainer New CoreContainer 1030365712
   [junit4]   2> 804721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001]
   [junit4]   2> 804721 WARN  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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_580D0A4EB99EE773-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-001/lib
   [junit4]   2> 804721 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] 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> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51561/solr
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 804722 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 804723 INFO  (zkCallback-924-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c615717 name:ZooKeeperConnection Watcher:127.0.0.1:51561 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804724 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 804724 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 804725 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 804725 INFO  (zkCallback-925-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f79ffef name:ZooKeeperConnection Watcher:127.0.0.1:51561/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 804725 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 804727 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 804728 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 805729 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43490_
   [junit4]   2> 805729 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43490_
   [junit4]   2> 805729 INFO  (zkCallback-925-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_    ] 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> 805729 INFO  (zkCallback-920-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> 805729 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] 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> 805730 INFO  (zkCallback-920-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 805730 INFO  (zkCallback-925-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 805730 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 805730 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 805731 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95422990522974216-127.0.0.1:43490_-n_0000000001
   [junit4]   2> 805731 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95422990522974212-127.0.0.1:34573_-n_0000000000 to know if I could be the leader
   [junit4]   2> 805757 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 805757 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 805758 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] 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_580D0A4EB99EE773-001/shard-1-001/cores
   [junit4]   2> 805758 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] 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> 805758 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] 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_580D0A4EB99EE773-001/shard-1-001/cores/collection1
   [junit4]   2> 805758 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 805759 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 805759 INFO  (TEST-UnloadDistributedZkTest.test-seed#[580D0A4EB99EE773]) [n:127.0.0.1:43490_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 805759 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 805759 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 805760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 805760 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:43490",
   [junit4]   2>   "node_name":"127.0.0.1:43490_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 805760 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] 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:43490",
   [junit4]   2>   "node_name":"127.0.0.1:43490_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 805760 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 805760 INFO  (OverseerStateUpdate-95422990522974212-127.0.0.1:34573_-n_0000000000) [n:127.0.0.1:34573_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 805861 INFO  (zkCallback-920-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> 805861 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:34573_) [n:127.0.0.1:34573_    ] 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> 805861 INFO  (zkCallback-925-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_    ] 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> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 806760 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ 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/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-001/cores/collection1'
   [junit4]   2> 806761 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 806761 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 806761 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 806764 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 806767 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 806773 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 806776 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 806839 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 806842 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 806843 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 806846 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 806847 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 806848 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 806848 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 806849 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 806849 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 806849 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 806849 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 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/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-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_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 806849 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bff17e7
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-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_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 806850 WARN  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 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/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=88.6787109375, floorSegmentMB=0.2041015625, forceMergeDeletesPctAllowed=21.738243713652952, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@43d649e8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b85b399),segFN=segments_1,generation=1}
   [junit4]   2> 806850 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 806851 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-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_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 806851 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x: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_580D0A4EB99EE773-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 806853 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 806853 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 806853 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.1:43490_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 806853 INFO  (coreLoadExecutor-3009-thread-1-processing-n:127.0.0.1:43490_) [n:127.0.0.

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

  > 	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=6588, name=testExecutor-3077-thread-11, 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:43658
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([580D0A4EB99EE773]: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:43658
   [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> 937938 INFO  (SUITE-UnloadDistributedZkTest-seed#[580D0A4EB99EE773]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Feb 21, 2016 7:23:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {other_tl1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_i1=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=BlockTreeOrds(blocksize=128), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-ES, timezone=America/Nipigon
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=223603912,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerTest, TestSerializedLuceneMatchVersion, TermVectorComponentDistributedTest, TestPostingsSolrHighlighter, OverseerRolesTest, HdfsLockFactoryTest, TestSolrXml, ClusterStateTest, MergeStrategyTest, TestCollationField, HardAutoCommitTest, TestCharFilters, CleanupOldIndexTest, TestAddFieldRealTimeGet, XmlUpdateRequestHandlerTest, TestInitParams, TestUniqueKeyFieldResource, LukeRequestHandlerTest, TestConfigSetsAPIExclusivity, HdfsTlogReplayBufferedWhileIndexingTest, TestJettySolrRunner, TestCSVResponseWriter, TestSolrQueryParser, TestManagedSchemaFieldTypeResource, TestSmileRequest, TestIndexSearcher, BinaryUpdateRequestHandlerTest, PrimitiveFieldTypeTest, CdcrUpdateLogTest, DocValuesMissingTest, TestAnalyzeInfixSuggestions, TestLeaderElectionZkExpiry, TestSha256AuthenticationProvider, CdcrRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, ShowFileRequestHandlerTest, TestRequestForwarding, TestComplexPhraseQParserPlugin, TestSolrCLIRunExample, SolrXmlInZkTest, BigEndianAscendingWordSerializerTest, TestSchemaResource, DistributedFacetPivotSmallTest, QueryParsingTest, TestStressReorder, RestartWhileUpdatingTest, DistributedFacetPivotLargeTest, RecoveryAfterSoftCommitTest, RegexBoostProcessorTest, TestScoreJoinQPNoScore, AnalyticsMergeStrategyTest, TestFreeTextSuggestions, TestRestoreCore, ZkStateWriterTest, DistribCursorPagingTest, PreAnalyzedUpdateProcessorTest, TestConfigReload, TestDistributedMissingSort, TestCoreDiscovery, SampleTest, TestDistribDocBasedVersion, BadCopyFieldTest, SegmentsInfoRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, DirectSolrConnectionTest, StatsComponentTest, TestLRUStatsCache, TestDynamicLoading, SolrTestCaseJ4Test, TestXIncludeConfig, BlockDirectoryTest, FieldAnalysisRequestHandlerTest, BlockJoinFacetRandomTest, TestJsonFacets, TestStressRecovery, TestSolrCloudWithKerberosAlt, TestUtils, TestSchemaManager, RequestHandlersTest, DocValuesMultiTest, NoCacheHeaderTest, CollectionStateFormat2Test, TestSolrJ, SearchHandlerTest, TestDistributedStatsComponentCardinality, SolrCoreCheckLockOnStartupTest, DocExpirationUpdateProcessorFactoryTest, TestElisionMultitermQuery, PluginInfoTest, TestPHPSerializedResponseWriter, TestOverriddenPrefixQueryForCustomFieldType, RecoveryZkTest, SuggesterTSTTest, TestSort, DistributedQueryComponentOptimizationTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
   [junit4] Completed [295/579 (1!)] on J2 in 136.10s, 1 test, 1 error <<< FAILURES!

[...truncated 911 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: 579 suites (8 ignored), 2331 tests, 1 error, 117 ignored (72 assumptions) [seed: 580D0A4EB99EE773]

Total time: 48 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] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_72) - Build # 15942 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:40540/w_lk/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:40540/w_lk/collection1
	at __randomizedtesting.SeedInfo.seed([B36D8B19223A6020:3B39B4C38CC60DD8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	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.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:544)
	at org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test(DistributedClusteringComponentTest.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	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)
	... 49 more




Build Log:
[...truncated 14372 lines...]
   [junit4] Suite: org.apache.solr.handler.clustering.DistributedClusteringComponentTest
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/init-core-data-001
   [junit4]   2> 402 T10 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /w_lk/
   [junit4]   2> 445 T10 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1
   [junit4]   2> 473 T10 oejul.Log.initialized Logging initialized @1199ms
   [junit4]   2> 635 T10 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 663 T10 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@19657e9{/w_lk,null,AVAILABLE}
   [junit4]   2> 676 T10 oejs.AbstractConnector.doStart Started ServerConnector@17c4946{HTTP/1.1,[http/1.1]}{127.0.0.1:40540}
   [junit4]   2> 677 T10 oejs.Server.doStart Started @1404ms
   [junit4]   2> 677 T10 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/w_lk, hostPort=40540, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores}
   [junit4]   2> 688 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 706 T10 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control'
   [junit4]   2> 709 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 709 T10 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 716 T10 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/solr.xml
   [junit4]   2> 792 T10 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores
   [junit4]   2> 837 T10 oasc.CoreContainer.<init> New CoreContainer 24261400
   [junit4]   2> 837 T10 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control]
   [junit4]   2> 839 T10 oasc.CoreContainer.load WARN Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/lib
   [junit4]   2> 859 T10 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1075 T10 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1079 T10 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1080 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1083 T10 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1084 T10 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 1158 T10 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores
   [junit4]   2> 1164 T10 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 1164 T10 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1164 T10 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1169 T10 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0
   [junit4]   2> 1169 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1170 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1'
   [junit4]   2> 1170 T23 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1170 T23 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1208 T23 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1230 T23 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1230 T23 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 1232 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1279 T23 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1299 T23 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 1485 T23 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1485 T23 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1485 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1501 T23 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1'
   [junit4]   2> 1502 T23 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1
   [junit4]   2> 1534 T23 x:x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1549 T23 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1552 T23 x:x:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 1558 T23 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 1559 T23 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 1576 T23 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1577 T23 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1577 T23 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1588 T23 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1629 T23 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@135430b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129a85e),segFN=segments_1,generation=1}
   [junit4]   2> 1629 T23 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1630 T27 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1631 T27 x:x:collection1 oasc.DirectoryFactory.cleanupOldIndexDirectories WARN /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1636 T23 x:x:collection1 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 1816 T23 x:x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1890 T23 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1896 T23 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1897 T23 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1899 T23 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1957 T23 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,docClustering,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump
   [junit4]   2> 1959 T23 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1977 T23 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1977 T23 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1982 T23 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@135430b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129a85e),segFN=segments_1,generation=1}
   [junit4]   2> 1982 T23 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2004 T23 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@1855eec[collection1] main]
   [junit4]   2> 2012 T23 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1/conf
   [junit4]   2> 2012 T23 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1/conf}
   [junit4]   2> 2029 T23 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/collection1/conf
   [junit4]   2> 2029 T23 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2045 T23 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2112 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 2136 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2139 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2141 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock-external-attrs'
   [junit4]   2> 2141 T23 x:x:collection1 oashcc.SolrResourceLocator.getAll Loaded Solr resource: clustering/carrot2/mock-external-attrs-attributes.xml
   [junit4]   2> 2377 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'echo'
   [junit4]   2> 2380 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check'
   [junit4]   2> 2382 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir'
   [junit4]   2> 2384 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir-deprecated'
   [junit4]   2> 2386 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-tokenizer'
   [junit4]   2> 2389 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-stemmer'
   [junit4]   2> 2391 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 2391 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2391 T23 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2391 T23 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2391 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for search results clustering.
   [junit4]   2> 2392 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for document clustering: mock [MockDocumentClusteringEngine]
   [junit4]   2> 2392 T23 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2392 T23 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2392 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2394 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 2396 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2397 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 2397 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2398 T23 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2398 T23 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2415 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'unavailable'
   [junit4]   2> 2417 T23 x:x:collection1 oashc.ClusteringComponent.inform Optional clustering engine not available: unavailable
   [junit4]   2> 2417 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lingo'
   [junit4]   2> 2419 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2421 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2423 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: lingo [CarrotClusteringEngine]
   [junit4]   2> 2423 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2423 T23 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2423 T23 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2423 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2423 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2423 T23 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 2423 T23 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2424 T23 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 2424 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering:  [CarrotClusteringEngine]
   [junit4]   2> 2424 T23 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2424 T23 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2425 T23 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2442 T28 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1855eec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2443 T23 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@1a5db3d
   [junit4]   2> 2517 T28 x:x:collection1 C0 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=fast_warm&distrib=false&start=0&rows=10&event=firstSearcher} hits=0 status=0 QTime=71
   [junit4]   2> 2533 T28 x:x:collection1 C0 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+query+from+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=14
   [junit4]   2> 2533 T28 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 2534 T28 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1855eec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2696 T10 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2697 T10 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 2699 T10 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1a7310c{/w_lk,null,AVAILABLE}
   [junit4]   2> 2699 T10 oejs.AbstractConnector.doStart Started ServerConnector@78c066{HTTP/1.1,[http/1.1]}{127.0.0.1:33775}
   [junit4]   2> 2700 T10 oejs.Server.doStart Started @3427ms
   [junit4]   2> 2700 T10 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/w_lk, hostPort=33775, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores}
   [junit4]   2> 2700 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 2700 T10 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0'
   [junit4]   2> 2701 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2701 T10 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2701 T10 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2709 T10 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores
   [junit4]   2> 2709 T10 oasc.CoreContainer.<init> New CoreContainer 29603893
   [junit4]   2> 2709 T10 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0]
   [junit4]   2> 2710 T10 oasc.CoreContainer.load WARN Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/lib
   [junit4]   2> 2710 T10 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2711 T10 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2712 T10 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2712 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2712 T10 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2712 T10 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 2713 T10 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores
   [junit4]   2> 2714 T10 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 2715 T10 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2715 T10 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2715 T41 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1'
   [junit4]   2> 2715 T10 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0
   [junit4]   2> 2716 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2715 T41 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2716 T41 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2739 T41 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2748 T41 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 2748 T41 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 2751 T41 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2781 T41 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2796 T41 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 2843 T41 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2844 T41 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2844 T41 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2848 T41 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1'
   [junit4]   2> 2848 T41 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1
   [junit4]   2> 2849 T41 x:x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2849 T41 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2849 T41 x:x:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 2850 T41 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 2850 T41 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 2850 T41 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 2850 T41 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 2850 T41 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2851 T41 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 2852 T41 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@33abcd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18ffbd0),segFN=segments_1,generation=1}
   [junit4]   2> 2852 T41 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2852 T45 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 2852 T41 x:x:collection1 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 2852 T45 x:x:collection1 oasc.DirectoryFactory.cleanupOldIndexDirectories WARN /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2855 T41 x:x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2856 T41 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2857 T41 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2859 T41 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2860 T41 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2862 T41 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,docClustering,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump
   [junit4]   2> 2864 T41 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2864 T41 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2864 T41 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2865 T41 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@33abcd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18ffbd0),segFN=segments_1,generation=1}
   [junit4]   2> 2865 T41 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2865 T41 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@17f6b42[collection1] main]
   [junit4]   2> 2866 T41 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1/conf
   [junit4]   2> 2866 T41 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1/conf}
   [junit4]   2> 2866 T41 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/collection1/conf
   [junit4]   2> 2866 T41 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2866 T41 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2867 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 2870 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2873 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2875 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock-external-attrs'
   [junit4]   2> 2876 T41 x:x:collection1 oashcc.SolrResourceLocator.getAll Loaded Solr resource: clustering/carrot2/mock-external-attrs-attributes.xml
   [junit4]   2> 2879 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'echo'
   [junit4]   2> 2882 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check'
   [junit4]   2> 2884 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir'
   [junit4]   2> 2887 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir-deprecated'
   [junit4]   2> 2890 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-tokenizer'
   [junit4]   2> 2892 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-stemmer'
   [junit4]   2> 2896 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 2896 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2896 T41 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2896 T41 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2897 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for search results clustering.
   [junit4]   2> 2897 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for document clustering: mock [MockDocumentClusteringEngine]
   [junit4]   2> 2897 T41 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2897 T41 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2897 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2900 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 2902 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2905 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 2905 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2905 T41 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2905 T41 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2931 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'unavailable'
   [junit4]   2> 2933 T41 x:x:collection1 oashc.ClusteringComponent.inform Optional clustering engine not available: unavailable
   [junit4]   2> 2933 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lingo'
   [junit4]   2> 2936 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 2939 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 2941 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: lingo [CarrotClusteringEngine]
   [junit4]   2> 2941 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2941 T41 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2942 T41 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 2942 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2943 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2943 T41 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 2943 T41 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 2943 T41 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 2943 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering:  [CarrotClusteringEngine]
   [junit4]   2> 2943 T41 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 2944 T41 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 2944 T41 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2944 T46 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@17f6b42[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2944 T41 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@1040f6e
   [junit4]   2> 2945 T46 x:x:collection1 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=fast_warm&distrib=false&start=0&rows=10&event=firstSearcher} hits=0 status=0 QTime=0
   [junit4]   2> 2946 T46 x:x:collection1 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+query+from+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=1
   [junit4]   2> 2946 T46 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 2946 T46 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17f6b42[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3217 T10 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 3484 T10 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 3488 T10 oejs.AbstractConnector.doStop Stopped ServerConnector@17c4946{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3488 T10 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24261400
   [junit4]   2> 3490 T49 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a5db3d
   [junit4]   2> 3490 T49 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3490 T49 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3490 T49 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3491 T49 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3494 T49 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 3495 T49 x:x:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3495 T49 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index;done=false>>]
   [junit4]   2> 3495 T49 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 3496 T49 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data;done=false>>]
   [junit4]   2> 3496 T49 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 3498 T10 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@19657e9{/w_lk,null,UNAVAILABLE}
   [junit4]   2> 3500 T10 oejs.AbstractConnector.doStop Stopped ServerConnector@78c066{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3500 T10 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29603893
   [junit4]   2> 3501 T51 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1040f6e
   [junit4]   2> 3501 T51 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3501 T51 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3501 T51 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3502 T51 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3502 T51 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 3502 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3503 T51 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data;done=false>>]
   [junit4]   2> 3503 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 3503 T51 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index;done=false>>]
   [junit4]   2> 3503 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 3504 T10 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@1a7310c{/w_lk,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedClusteringComponentTest -Dtests.method=test -Dtests.seed=B36D8B19223A6020 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=America/Coral_Harbour -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.10s J0 | DistributedClusteringComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:40540/w_lk/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B36D8B19223A6020:3B39B4C38CC60DD8]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
   [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.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:544)
   [junit4]    > 	at org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test(DistributedClusteringComponentTest.java:35)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketException: Connection reset
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:209)
   [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]    > 	... 49 more
   [junit4]   2> 3514 T10 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_B36D8B19223A6020-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=ClassicSimilarity, locale=tr, timezone=America/Coral_Harbour
   [junit4]   2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=39281256,total=132907008
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedClusteringComponentTest]
   [junit4] Completed [1/3 (1!)] on J0 in 3.72s, 1 test, 1 error <<< FAILURES!

[...truncated 17 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:253: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:459: 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: 3 suites, 30 tests, 1 error [seed: B36D8B19223A6020]

Total time: 56 minutes 39 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