Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4433/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseSerialGC 
(asserts: true)

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionTest:    
 1) Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]         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:260)
         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:271)
         at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
         at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
         at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
         at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
         at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
         at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
         at 
org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)         at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)         at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.HttpPartitionTest: 
   1) Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]
        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:260)
        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:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
        at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
        at org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)
        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)
        at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)
        at __randomizedtesting.SeedInfo.seed([477D3A3A3BA1D7F3]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]         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:260)
         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:271)
         at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
         at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
         at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
         at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
         at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
         at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
         at 
org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)         at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)         at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]
        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:260)
        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:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
        at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
        at org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)
        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)
        at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)
        at __randomizedtesting.SeedInfo.seed([477D3A3A3BA1D7F3]:0)




Build Log:
[...truncated 11306 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\init-core-data-001
   [junit4]   2> 3476183 T9919 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 3476185 T9919 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 3476186 T9919 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3476187 T9920 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 3476307 T9919 oasc.ZkTestServer.run start zk server on 
port:61925
   [junit4]   2> 3476307 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3476312 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3476317 T9926 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1388301a 
name:ZooKeeperConnection Watcher:127.0.0.1:61925 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3476317 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3476317 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3476318 T9919 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3476323 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3476325 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3476328 T9928 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@78fd0908 
name:ZooKeeperConnection Watcher:127.0.0.1:61925/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3476328 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3476328 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3476328 T9919 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 3476334 T9919 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 3476339 T9919 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 3476344 T9919 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 3476348 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3476348 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 3476356 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3476356 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 3476363 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3476365 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3476368 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3476368 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 3476372 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3476373 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 3476378 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3476378 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 3476383 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3476383 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 3476390 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3476390 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 3476396 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3476396 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3476401 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3476401 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 3476406 T9919 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3476406 T9919 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 3478338 T9919 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3478346 T9919 oejs.AbstractConnector.doStart Started 
[email protected]:61933
   [junit4]   2> 3478347 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 3478347 T9919 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3478348 T9919 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002
   [junit4]   2> 3478348 T9919 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002\'
   [junit4]   2> 3478386 T9919 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002\solr.xml
   [junit4]   2> 3478417 T9919 oasc.CoreContainer.<init> New CoreContainer 
3514761
   [junit4]   2> 3478417 T9919 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002\]
   [junit4]   2> 3478418 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3478418 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3478419 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3478419 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3478419 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3478423 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3478423 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3478423 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3478423 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3478425 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3478425 T9919 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3478425 T9919 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3478425 T9919 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3478429 T9919 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3478429 T9919 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:61925/solr
   [junit4]   2> 3478429 T9919 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3478429 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3478435 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3478437 T9939 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@43f91117 
name:ZooKeeperConnection Watcher:127.0.0.1:61925 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3478437 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3478437 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3478441 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3478443 T9941 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d11016c 
name:ZooKeeperConnection Watcher:127.0.0.1:61925/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3478443 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3478445 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 3478453 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3478456 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 3478466 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3478472 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3478477 T9919 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3478479 T9919 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61932_
   [junit4]   2> 3478480 T9919 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:61932_
   [junit4]   2> 3478486 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 3478489 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 3478492 T9919 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3478496 T9919 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:61932_
   [junit4]   2> 3478497 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 3478500 T9919 oasc.Overseer.start Overseer 
(id=92801608381235203-127.0.0.1:61932_-n_0000000000) starting
   [junit4]   2> 3478504 T9919 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 3478517 T9919 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3478518 T9943 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 3478519 T9919 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 3478523 T9919 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 3478527 T9919 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3478534 T9942 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 3478538 T9945 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 3478538 T9945 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 3478539 T9945 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3478539 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3478545 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:61932";,
   [junit4]   2>          "node_name":"127.0.0.1:61932_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3478545 T9942 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 3478545 T9942 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 3478545 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 3478551 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3479606 T9945 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 3479606 T9945 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 3479607 T9945 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3479607 T9945 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3479609 T9945 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3479609 T9945 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002\collection1\'
   [junit4]   2> 3479610 T9945 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3479613 T9945 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3479613 T9945 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 3479668 T9945 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3479678 T9945 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3479681 T9945 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3479685 T9945 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 3479831 T9945 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3479839 T9945 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 3479839 T9945 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3479854 T9945 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3479857 T9945 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3479862 T9945 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3479863 T9945 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3479863 T9945 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3479863 T9945 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3479865 T9945 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3479865 T9945 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3479866 T9945 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 3479866 T9945 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3479866 T9945 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-002\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/control/data\
   [junit4]   2> 3479866 T9945 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65046943
   [junit4]   2> 3479867 T9945 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/control/data\
   [junit4]   2> 3479867 T9945 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/control/data\index/
   [junit4]   2> 3479867 T9945 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001\control\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3479868 T9945 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/control/data\index
   [junit4]   2> 3479868 T9945 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3479869 T9945 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1fd61b90 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aba8e98),segFN=segments_1,generation=1}
   [junit4]   2> 3479869 T9945 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3479872 T9945 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3479873 T9945 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3479873 T9945 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3479873 T9945 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3479874 T9945 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3479874 T9945 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3479874 T9945 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3479875 T9945 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3479875 T9945 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3479875 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3479876 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3479876 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3479877 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3479877 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3479878 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 3479878 T9945 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3479878 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 3479879 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 3479879 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3479880 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3479880 T9945 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3479889 T9945 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3479891 T9945 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3479892 T9945 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3479894 T9945 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3479898 T9945 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3479898 T9945 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3479899 T9945 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26722897883528607]
   [junit4]   2> 3479899 T9945 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1fd61b90 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aba8e98),segFN=segments_1,generation=1}
   [junit4]   2> 3479900 T9945 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3479900 T9945 oass.SolrIndexSearcher.<init> Opening 
Searcher@67d7aade[collection1] main
   [junit4]   2> 3479900 T9945 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3479902 T9945 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3479902 T9945 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3479903 T9945 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3479903 T9945 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3479903 T9945 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3479904 T9945 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3479904 T9945 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3479906 T9945 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 3479912 T9945 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3479912 T9945 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3479912 T9945 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3479915 T9947 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@67d7aade[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3479917 T9945 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3479918 T9951 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:61932 collection:control_collection 
shard:shard1
   [junit4]   2> 3479919 T9919 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3479919 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3479921 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3479922 T9951 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3479923 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3479925 T9954 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@753c47d name:ZooKeeperConnection 
Watcher:127.0.0.1:61925/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3479926 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3479926 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3479930 T9919 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3479934 T9951 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 3479938 T9919 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 3479939 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3479941 T9951 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3479941 T9951 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7247 name=collection1 
org.apache.solr.core.SolrCore@396f3bc url=http://127.0.0.1:61932/collection1 
node=127.0.0.1:61932_ C7247_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:61932, 
node_name=127.0.0.1:61932_, state=down}
   [junit4]   2> 3479941 T9951 C7247 P61932 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:61932/collection1/
   [junit4]   2> 3479941 T9951 C7247 P61932 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 3479941 T9951 C7247 P61932 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:61932/collection1/ has no replicas
   [junit4]   2> 3479941 T9951 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:61932/collection1/ shard1
   [junit4]   2> 3479942 T9951 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 3479962 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3479964 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3479966 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3480013 T9951 oasc.ZkController.register We are 
http://127.0.0.1:61932/collection1/ and leader is 
http://127.0.0.1:61932/collection1/
   [junit4]   2> 3480013 T9951 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:61932
   [junit4]   2> 3480013 T9951 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 3480013 T9951 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 3480013 T9951 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 3480015 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3480023 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:61932";,
   [junit4]   2>          "node_name":"127.0.0.1:61932_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3480137 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3480138 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3481957 T9919 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 3481961 T9919 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3481965 T9919 oejs.AbstractConnector.doStart Started 
[email protected]:61946
   [junit4]   2> 3481966 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 3481967 T9919 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3481967 T9919 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003
   [junit4]   2> 3481967 T9919 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003\'
   [junit4]   2> 3482002 T9919 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003\solr.xml
   [junit4]   2> 3482018 T9919 oasc.CoreContainer.<init> New CoreContainer 
1222980454
   [junit4]   2> 3482019 T9919 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003\]
   [junit4]   2> 3482019 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3482020 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3482020 T9919 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3482020 T9919 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3482023 T9919 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3482024 T9919 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3482024 T9919 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:61925/solr
   [junit4]   2> 3482024 T9919 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3482024 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3482028 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3482031 T9966 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@192a7751 
name:ZooKeeperConnection Watcher:127.0.0.1:61925 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3482032 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3482032 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3482035 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3482037 T9968 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9690474 name:ZooKeeperConnection 
Watcher:127.0.0.1:61925/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3482037 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3482047 T9919 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3483122 T9919 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61945_
   [junit4]   2> 3483123 T9919 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:61945_
   [junit4]   2> 3483130 T9919 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3483136 T9970 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3483136 T9970 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 3483137 T9970 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3483137 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3483143 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:61945";,
   [junit4]   2>          "node_name":"127.0.0.1:61945_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3483143 T9942 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2]
   [junit4]   2> 3483143 T9942 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 3483143 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 3483147 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3483147 T9969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3483148 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484206 T9970 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 3484206 T9970 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3484208 T9970 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3484208 T9970 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3484212 T9970 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3484213 T9970 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003\collection1\'
   [junit4]   2> 3484217 T9970 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3484217 T9970 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3484217 T9970 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 3484284 T9970 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3484295 T9970 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3484301 T9970 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3484309 T9970 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 3484462 T9970 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3484471 T9970 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 3484471 T9970 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3484495 T9970 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3484503 T9970 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3484508 T9970 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3484510 T9970 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3484510 T9970 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3484510 T9970 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3484512 T9970 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3484512 T9970 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3484512 T9970 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3484512 T9970 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3484513 T9970 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-003\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty1\
   [junit4]   2> 3484513 T9970 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65046943
   [junit4]   2> 3484514 T9970 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty1\
   [junit4]   2> 3484514 T9970 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty1\index/
   [junit4]   2> 3484514 T9970 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001\jetty1\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3484514 T9970 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty1\index
   [junit4]   2> 3484515 T9970 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3484515 T9970 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@9a76bc1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e0059a6),segFN=segments_1,generation=1}
   [junit4]   2> 3484516 T9970 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3484520 T9970 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3484520 T9970 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3484521 T9970 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3484521 T9970 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3484521 T9970 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3484521 T9970 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3484522 T9970 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3484522 T9970 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3484522 T9970 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3484523 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3484523 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3484524 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3484524 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3484524 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3484525 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 3484525 T9970 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3484525 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 3484526 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 3484526 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3484527 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3484527 T9970 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3484534 T9970 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3484536 T9970 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3484537 T9970 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3484538 T9970 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3484542 T9970 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3484542 T9970 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3484544 T9970 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26722897883528607]
   [junit4]   2> 3484544 T9970 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@9a76bc1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e0059a6),segFN=segments_1,generation=1}
   [junit4]   2> 3484545 T9970 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3484545 T9970 oass.SolrIndexSearcher.<init> Opening 
Searcher@818c44e[collection1] main
   [junit4]   2> 3484545 T9970 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3484547 T9970 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3484548 T9970 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3484549 T9970 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3484549 T9970 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3484549 T9970 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3484550 T9970 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3484551 T9970 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3484551 T9970 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 3484551 T9970 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3484557 T9971 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@818c44e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3484561 T9970 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3484563 T9974 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:61945 collection:collection1 
shard:shard2
   [junit4]   2> 3484563 T9919 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3484564 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3484565 T9974 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3484576 T9974 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 3484579 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3484581 T9974 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3484581 T9974 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7248 name=collection1 
org.apache.solr.core.SolrCore@3353a1aa url=http://127.0.0.1:61945/collection1 
node=127.0.0.1:61945_ C7248_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:61945, 
node_name=127.0.0.1:61945_, state=down}
   [junit4]   2> 3484582 T9974 C7248 P61945 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:61945/collection1/
   [junit4]   2> 3484582 T9974 C7248 P61945 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 3484582 T9974 C7248 P61945 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:61945/collection1/ has no replicas
   [junit4]   2> 3484582 T9974 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:61945/collection1/ shard2
   [junit4]   2> 3484583 T9974 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 3484604 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3484606 T9969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484606 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484607 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484656 T9974 oasc.ZkController.register We are 
http://127.0.0.1:61945/collection1/ and leader is 
http://127.0.0.1:61945/collection1/
   [junit4]   2> 3484656 T9974 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:61945
   [junit4]   2> 3484656 T9974 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 3484656 T9974 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 3484656 T9974 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 3484658 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3484667 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:61945";,
   [junit4]   2>          "node_name":"127.0.0.1:61945_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3484781 T9969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484784 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3484784 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3486428 T9919 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 3486430 T9919 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3486433 T9919 oejs.AbstractConnector.doStart Started 
[email protected]:61956
   [junit4]   2> 3486434 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 3486434 T9919 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3486434 T9919 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004
   [junit4]   2> 3486434 T9919 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004\'
   [junit4]   2> 3486480 T9919 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004\solr.xml
   [junit4]   2> 3486500 T9919 oasc.CoreContainer.<init> New CoreContainer 
483603426
   [junit4]   2> 3486500 T9919 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004\]
   [junit4]   2> 3486501 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3486501 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3486502 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3486502 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3486502 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3486503 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3486503 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3486503 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3486504 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3486504 T9919 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3486504 T9919 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3486505 T9919 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3486505 T9919 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3486505 T9919 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3486506 T9919 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:61925/solr
   [junit4]   2> 3486506 T9919 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3486506 T9919 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3486509 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3486511 T9986 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bebe90c 
name:ZooKeeperConnection Watcher:127.0.0.1:61925 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3486511 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3486512 T9919 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3486516 T9919 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 3486517 T9988 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@68ae8814 
name:ZooKeeperConnection Watcher:127.0.0.1:61925/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3486518 T9919 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3486527 T9919 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3487601 T9919 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61955_
   [junit4]   2> 3487603 T9919 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:61955_
   [junit4]   2> 3487609 T9919 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3487615 T9990 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3487615 T9990 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 3487616 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3487616 T9990 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3487620 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:61955";,
   [junit4]   2>          "node_name":"127.0.0.1:61955_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3487620 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 3487620 T9942 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 3487625 T9989 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3487626 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3487626 T9969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3487626 T9955 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3488601 T9990 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 3488601 T9990 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3488602 T9990 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3488602 T9990 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3488606 T9990 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3488606 T9990 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004\collection1\'
   [junit4]   2> 3488606 T9990 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3488609 T9990 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3488609 T9990 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 3488648 T9990 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3488686 T9990 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3488691 T9990 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3488697 T9990 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 3488825 T9990 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3488831 T9990 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 3488833 T9990 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3488849 T9990 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3488851 T9990 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3488872 T9990 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3488875 T9990 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3488875 T9990 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3488875 T9990 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3488878 T9990 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3488878 T9990 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3488878 T9990 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3488878 T9990 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3488879 T9990 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-004\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty2\
   [junit4]   2> 3488879 T9990 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65046943
   [junit4]   2> 3488879 T9990 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty2\
   [junit4]   2> 3488879 T9990 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty2\index/
   [junit4]   2> 3488879 T9990 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001\jetty2\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3488880 T9990 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionTest-477D3A3A3BA1D7F3-001\tempDir-001/jetty2\index
   [junit4]   2> 3488880 T9990 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3488881 T9990 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6f7f0a99 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ffcf6e1),segFN=segments_1,generation=1}
   [junit4]   2> 3488881 T9990 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3488886 T9990 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3488886 T9990 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3488887 T9990 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3488887 T9990 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3488888 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3488888 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3488888 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3488889 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3488889 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3488890 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 3488890 T9990 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3488890 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 3488890 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 3488892 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3488892 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3488892 T9990 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3488896 T9990 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3488898 T9990 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3488900 T9990 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3488902 T9990 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3488903 T9990 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3488903 T9990 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3488904 T9990 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26722897883528607]
   [junit4]   2> 3488904 T9990 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6f7f0a99 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ffcf6e1),segFN=segments_1,generation=1}
   [junit4]   2> 3488904 T9990 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3488905 T9990 oass.SolrIndexSearcher.<init> Opening 
Searcher@30c943ad[collection1] main
   [junit4]   2> 3488905 T9990 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3488906 T9990 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3488907 T9990 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3488908 T9990 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3488908 T9990 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3488908 T9990 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3488909 T9990 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3488909 T9990 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3488909 T9990 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 3488909 T9990 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3488913 T9991 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@30c943ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3488915 T9990 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3488916 T9994 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:61955 collection:collection1 
shard:shard1
   [junit4]   2> 3488917 T9919 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3488917 T9919 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3488917 T9994 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3488927 T9994 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 3488929 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3488930 T9994 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3488930 T9994 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7249 name=collection1 
org.apache.solr.core.SolrCore@3ff5bcd7 url=http://127.0.0.1:61955/collection1 
node=127.0.0.1:61955_ C7249_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:61955, 
node_name=127.0.0.1:61955_, state=down}
   [junit4]   2> 3488930 T9994 C7249 P61955 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:61955/collection1/
   [junit4]   2> 3488930 T9994 C7249 P61955 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 3488930 T9994 C7249 P61955 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:61955/collection1/ has no replicas
   [junit4]   2> 3488932 T9994 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:61955/collection1/ shard1
   [junit4]   2> 3488932 T9994 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 3488949 T9946 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3488951 T9946 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3488951 T9969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged path

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

ionsAPIDistributedZkTest, TestSimpleQParserPlugin, TestConfig, 
TestManagedStopFilterFactory, TestIBSimilarityFactory, 
UpdateRequestProcessorFactoryTest, TestSystemIdResolver, TestGroupingSearch, 
DistribDocExpirationUpdateProcessorTest, TestRecoveryHdfs, 
TestBulkSchemaConcurrent, ReturnFieldsTest, CursorPagingTest, 
TestPostingsSolrHighlighter, TestCoreContainer, MigrateRouteKeyTest, 
TestDistributedMissingSort, OverseerRolesTest, SystemInfoHandlerTest, 
TestExpandComponent, CoreContainerCoreInitFailuresTest, 
TestPHPSerializedResponseWriter, TestQueryUtils, 
TestManagedSynonymFilterFactory, ConnectionManagerTest, 
TestChildDocTransformer, DateMathParserTest, TestNoOpRegenerator, 
DistributedFacetPivotSmallAdvancedTest, PreAnalyzedFieldTest, 
HdfsSyncSliceTest, QueryEqualityTest, TestIndexingPerformance, 
AlternateDirectoryTest, SolrCoreTest, HttpPartitionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.seed=477D3A3A3BA1D7F3 -Dtests.slow=true -Dtests.locale=en_PH 
-Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | HttpPartitionTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.HttpPartitionTest: 
   [junit4]    >    1) Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]
   [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:260)
   [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:271)
   [junit4]    >         at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >         at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >         at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >         at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)
   [junit4]    >         at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([477D3A3A3BA1D7F3]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10226, name=Thread-3393, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]
   [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:260)
   [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:271)
   [junit4]    >         at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >         at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >         at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >         at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.waitForLeaderToSeeDownState(ZkController.java:1650)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.registerAllCoresAsDown(ZkController.java:430)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController.access$100(ZkController.java:101)
   [junit4]    >         at 
org.apache.solr.cloud.ZkController$1.command(ZkController.java:269)
   [junit4]    >         at 
org.apache.solr.common.cloud.ConnectionManager$1$1.run(ConnectionManager.java:166)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([477D3A3A3BA1D7F3]:0)
   [junit4] Completed in 163.59s, 1 test, 2 errors <<< FAILURES!

[...truncated 798 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:525: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:473: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:186: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:508:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1358:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:965:
 There were test failures: 447 suites, 1820 tests, 2 suite-level errors, 982 
ignored (19 assumptions)

Total time: 101 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09 
-XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to