You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/12/21 14:28:36 UTC

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_20) - Build # 4399 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4399/
Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:60966/hu/u/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60966/hu/u/collection1
	at __randomizedtesting.SeedInfo.seed([A18E447E8611C90E:2068CA66F14EA932]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:213)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:320)
	at org.apache.solr.cloud.ShardRoutingTest.doTest(ShardRoutingTest.java:124)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	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:463)
	... 47 more




Build Log:
[...truncated 9671 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\init-core-data-001
   [junit4]   2> 4323728 T12150 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 4323729 T12150 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hu/u
   [junit4]   2> 4323737 T12150 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 4323742 T12150 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4323744 T12151 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4323882 T12150 oasc.ZkTestServer.run start zk server on port:60932
   [junit4]   2> 4323882 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4323888 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4323898 T12158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19688f22 name:ZooKeeperConnection Watcher:127.0.0.1:60932 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4323900 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4323900 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4323901 T12150 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4323912 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4323915 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4323917 T12161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f7318a0 name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4323919 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4323919 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4323919 T12150 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4323928 T12150 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4323935 T12150 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4323939 T12150 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4323944 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4323944 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4323954 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 4323954 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4323959 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4323959 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4323967 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4323967 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4323973 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4323973 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4323978 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4323978 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4323983 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4323983 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4323990 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4323990 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4323997 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4323997 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4324004 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4324004 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4324012 T12150 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4324012 T12150 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4324017 T12152 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14a6cd98a990001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4324017 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4324020 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4324024 T12164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11ed7dd4 name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4324025 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4324025 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4324028 T12152 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14a6cd98a990002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4326391 T12150 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4326406 T12150 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 4326427 T12150 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60942
   [junit4]   2> 4326433 T12150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 4326434 T12150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4326434 T12150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002
   [junit4]   2> 4326434 T12150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002\'
   [junit4]   2> 4326485 T12150 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002\solr.xml
   [junit4]   2> 4326500 T12150 oasc.CoreContainer.<init> New CoreContainer 1795318750
   [junit4]   2> 4326500 T12150 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002\]
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4326504 T12150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4326511 T12150 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4326514 T12150 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4326514 T12150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4326514 T12150 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4326514 T12150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60932/solr
   [junit4]   2> 4326514 T12150 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4326514 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4326519 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4326523 T12176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@432f7ad8 name:ZooKeeperConnection Watcher:127.0.0.1:60932 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4326524 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4326524 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4326529 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4326533 T12179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@758f37b6 name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4326533 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4326535 T12150 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4326541 T12150 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4326549 T12150 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4326556 T12150 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4326562 T12150 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4326572 T12150 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4326577 T12150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60942_hu%2Fu
   [junit4]   2> 4326579 T12150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60942_hu%2Fu
   [junit4]   2> 4326588 T12150 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4326592 T12150 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4326596 T12150 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4326600 T12150 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60942_hu%2Fu
   [junit4]   2> 4326600 T12150 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4326604 T12150 oasc.Overseer.start Overseer (id=93006423903502340-127.0.0.1:60942_hu%2Fu-n_0000000000) starting
   [junit4]   2> 4326610 T12150 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4326627 T12150 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4326629 T12181 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4326630 T12150 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4326635 T12150 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4326638 T12150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4326647 T12180 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4326654 T12183 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4326654 T12183 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4326656 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4326656 T12183 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4326664 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60942/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60942_hu%2Fu",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4326666 T12180 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60942/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60942_hu%2Fu",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4326666 T12180 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4326666 T12180 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4326669 T12179 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> 4328041 T12183 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4328041 T12183 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4328044 T12183 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4328044 T12183 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4328049 T12183 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4328049 T12183 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002\collection1\'
   [junit4]   2> 4328053 T12183 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 4328053 T12183 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 4328057 T12183 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 4328098 T12183 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4328103 T12183 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4328121 T12183 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 4328171 T12183 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4328179 T12183 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4328183 T12183 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4328346 T12183 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4328348 T12183 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4328349 T12183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4328353 T12183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4328417 T12183 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4328417 T12183 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 4328417 T12183 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/control/data\
   [junit4]   2> 4328417 T12183 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a28b4
   [junit4]   2> 4328422 T12183 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\control\data
   [junit4]   2> 4328423 T12183 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/control/data\index/
   [junit4]   2> 4328423 T12183 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4328426 T12183 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\control\data\index
   [junit4]   2> 4328426 T12183 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=46.07421875, floorSegmentMB=0.2333984375, forceMergeDeletesPctAllowed=17.08660629748291, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4328433 T12183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\control\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d573291; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4328433 T12183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4328436 T12183 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4328437 T12183 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4328437 T12183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4328437 T12183 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4328438 T12183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4328438 T12183 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4328438 T12183 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4328440 T12183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4328440 T12183 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4328440 T12183 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4328441 T12183 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4328441 T12183 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4328441 T12183 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4328442 T12183 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4328444 T12183 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4328444 T12183 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4328445 T12183 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4328445 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4328446 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4328446 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4328446 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4328448 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4328448 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4328448 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4328449 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4328449 T12183 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4328449 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4328451 T12183 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 4328457 T12183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4328459 T12183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4328460 T12183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4328461 T12183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4328465 T12183 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4328465 T12183 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4328465 T12183 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=0.576171875, floorSegmentMB=1.40625, forceMergeDeletesPctAllowed=7.2708816108138175, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7934430969601288
   [junit4]   2> 4328467 T12183 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\control\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d573291; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4328467 T12183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4328468 T12183 oass.SolrIndexSearcher.<init> Opening Searcher@457d0e0e[collection1] main
   [junit4]   2> 4328468 T12183 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4328471 T12183 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4328471 T12183 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4328472 T12183 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4328472 T12183 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4328472 T12183 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4328473 T12183 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4328473 T12183 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4328475 T12183 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 4328480 T12183 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4328480 T12183 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4328480 T12183 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4328480 T12183 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4328482 T12183 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4328482 T12184 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@457d0e0e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4328483 T12187 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60942/hu/u collection:control_collection shard:shard1
   [junit4]   2> 4328483 T12150 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4328484 T12150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4328486 T12187 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4328495 T12187 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4328495 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4328498 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4328499 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4328501 T12187 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4328502 T12187 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10109 name=collection1 org.apache.solr.core.SolrCore@147cf945 url=https://127.0.0.1:60942/hu/u/collection1 node=127.0.0.1:60942_hu%2Fu C10109_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:60942/hu/u, node_name=127.0.0.1:60942_hu%2Fu, state=down}
   [junit4]   2> 4328502 T12187 C10109 P60942 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60942/hu/u/collection1/
   [junit4]   2> 4328502 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4328503 T12190 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e45c5bc name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4328503 T12187 C10109 P60942 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4328503 T12187 C10109 P60942 oasc.SyncStrategy.syncToMe https://127.0.0.1:60942/hu/u/collection1/ has no replicas
   [junit4]   2> 4328503 T12187 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60942/hu/u/collection1/ shard1
   [junit4]   2> 4328505 T12187 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4328503 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4328505 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4328507 T12150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4328519 T12150 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4328521 T12150 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4328521 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4328522 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4328525 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4328526 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60942/hu/u",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4328528 T12193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78ad96ae name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4328529 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4328529 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4328533 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4328536 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "stateFormat":2} current state version: 1
   [junit4]   2> 4328536 T12180 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4328537 T12190 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> 4328540 T12179 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> 4328694 T12180 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4328697 T12190 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> 4328737 T12187 oasc.ZkController.register We are https://127.0.0.1:60942/hu/u/collection1/ and leader is https://127.0.0.1:60942/hu/u/collection1/
   [junit4]   2> 4328738 T12187 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60942/hu/u
   [junit4]   2> 4328738 T12187 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4328738 T12187 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4328738 T12187 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4328741 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4328748 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60942/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60942_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4328749 T12180 oasco.ReplicaMutator.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60942/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60942_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4328897 T12190 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> 4328898 T12179 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> 4331142 T12150 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 4331144 T12150 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4331160 T12150 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 4331165 T12150 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60957
   [junit4]   2> 4331181 T12150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 4331181 T12150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4331181 T12150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003
   [junit4]   2> 4331181 T12150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003\'
   [junit4]   2> 4331239 T12150 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003\solr.xml
   [junit4]   2> 4331254 T12150 oasc.CoreContainer.<init> New CoreContainer 1080359178
   [junit4]   2> 4331254 T12150 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003\]
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4331256 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4331258 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4331259 T12150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4331259 T12150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4331263 T12150 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4331267 T12150 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4331267 T12150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4331267 T12150 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4331267 T12150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60932/solr
   [junit4]   2> 4331267 T12150 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4331267 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4331273 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331275 T12205 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b756c71 name:ZooKeeperConnection Watcher:127.0.0.1:60932 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4331277 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4331277 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4331282 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331285 T12208 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b9cfcfb name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4331286 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4331301 T12150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4332703 T12150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60957_hu%2Fu
   [junit4]   2> 4332707 T12150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60957_hu%2Fu
   [junit4]   2> 4332730 T12150 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4332749 T12209 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4332749 T12209 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4332753 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4332755 T12209 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4332755 T12209 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4332755 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60957/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60957_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4332758 T12209 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4332759 T12180 oasco.ReplicaMutator.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60957/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60957_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4332761 T12180 oasco.ReplicaMutator.updateState Collection already exists with numShards=4
   [junit4]   2> 4332761 T12180 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4332762 T12209 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4332762 T12209 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4332765 T12180 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4332765 T12208 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4332766 T12208 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4334146 T12209 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4334146 T12209 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4334149 T12209 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4334149 T12209 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4334156 T12209 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4334156 T12209 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003\collection1\'
   [junit4]   2> 4334160 T12209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 4334161 T12209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 4334164 T12209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 4334206 T12209 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4334214 T12209 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4334279 T12209 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 4334293 T12209 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4334296 T12209 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4334304 T12209 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4334474 T12209 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4334474 T12209 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4334477 T12209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4334482 T12209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4334534 T12209 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4334534 T12209 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 4334535 T12209 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/jetty1\
   [junit4]   2> 4334535 T12209 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a28b4
   [junit4]   2> 4334538 T12209 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty1
   [junit4]   2> 4334540 T12209 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/jetty1\index/
   [junit4]   2> 4334540 T12209 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 4334543 T12209 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty1\index
   [junit4]   2> 4334543 T12209 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=46.07421875, floorSegmentMB=0.2333984375, forceMergeDeletesPctAllowed=17.08660629748291, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4334551 T12209 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty1\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@679cbeb0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4334553 T12209 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4334562 T12209 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4334563 T12209 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4334564 T12209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4334564 T12209 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4334567 T12209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4334567 T12209 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4334569 T12209 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4334570 T12209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4334570 T12209 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4334572 T12209 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4334573 T12209 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4334575 T12209 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4334576 T12209 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4334578 T12209 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4334579 T12209 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4334588 T12209 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4334588 T12209 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4334589 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4334591 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4334592 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4334594 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4334595 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4334597 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4334598 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4334598 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4334601 T12209 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4334603 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4334604 T12209 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 4334613 T12209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4334614 T12209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4334617 T12209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4334619 T12209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4334623 T12209 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4334623 T12209 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4334625 T12209 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=0.576171875, floorSegmentMB=1.40625, forceMergeDeletesPctAllowed=7.2708816108138175, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7934430969601288
   [junit4]   2> 4334626 T12209 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty1\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@679cbeb0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4334627 T12209 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4334627 T12209 oass.SolrIndexSearcher.<init> Opening Searcher@3ca65525[collection1] main
   [junit4]   2> 4334627 T12209 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4334632 T12209 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4334632 T12209 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4334633 T12209 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4334633 T12209 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4334633 T12209 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4334636 T12209 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4334636 T12209 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4334636 T12209 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 4334636 T12209 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4334638 T12209 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4334638 T12210 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ca65525[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4334639 T12209 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4334641 T12213 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60957/hu/u collection:collection1 shard:shard2
   [junit4]   2> 4334642 T12150 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4334644 T12150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4334645 T12213 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4334670 T12213 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4334676 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4334677 T12213 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4334677 T12213 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10110 name=collection1 org.apache.solr.core.SolrCore@5ceef9dc url=https://127.0.0.1:60957/hu/u/collection1 node=127.0.0.1:60957_hu%2Fu C10110_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:60957/hu/u, node_name=127.0.0.1:60957_hu%2Fu, state=down}
   [junit4]   2> 4334677 T12213 C10110 P60957 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60957/hu/u/collection1/
   [junit4]   2> 4334677 T12213 C10110 P60957 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4334677 T12213 C10110 P60957 oasc.SyncStrategy.syncToMe https://127.0.0.1:60957/hu/u/collection1/ has no replicas
   [junit4]   2> 4334680 T12213 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60957/hu/u/collection1/ shard2
   [junit4]   2> 4334680 T12213 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4334688 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4334693 T12180 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4334698 T12208 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4334699 T12208 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4334718 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60957/hu/u",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4334723 T12180 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4334724 T12208 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4334727 T12208 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4334736 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4334792 T12213 oasc.ZkController.register We are https://127.0.0.1:60957/hu/u/collection1/ and leader is https://127.0.0.1:60957/hu/u/collection1/
   [junit4]   2> 4334796 T12213 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60957/hu/u
   [junit4]   2> 4334796 T12213 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4334796 T12213 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4334796 T12213 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4334800 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4334806 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60957/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60957_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4334809 T12180 oasco.ReplicaMutator.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60957/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60957_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4334813 T12180 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4334815 T12208 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4334816 T12213 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4334819 T12208 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4337367 T12150 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 4337370 T12150 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4337390 T12150 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 4337396 T12150 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60966
   [junit4]   2> 4337402 T12150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 4337402 T12150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4337403 T12150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004
   [junit4]   2> 4337403 T12150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004\'
   [junit4]   2> 4337450 T12150 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004\solr.xml
   [junit4]   2> 4337469 T12150 oasc.CoreContainer.<init> New CoreContainer 461965642
   [junit4]   2> 4337469 T12150 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004\]
   [junit4]   2> 4337471 T12150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4337471 T12150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4337471 T12150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4337471 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4337471 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4337474 T12150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4337474 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4337474 T12150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4337474 T12150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4337474 T12150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4337479 T12150 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4337482 T12150 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4337482 T12150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4337482 T12150 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4337485 T12150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60932/solr
   [junit4]   2> 4337485 T12150 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4337485 T12150 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4337488 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4337491 T12225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47d5d6c5 name:ZooKeeperConnection Watcher:127.0.0.1:60932 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4337493 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4337493 T12150 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4337496 T12152 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14a6cd98a990009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4337498 T12150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4337503 T12228 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6be82335 name:ZooKeeperConnection Watcher:127.0.0.1:60932/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4337503 T12150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4337513 T12150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4339023 T12150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60966_hu%2Fu
   [junit4]   2> 4339026 T12150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60966_hu%2Fu
   [junit4]   2> 4339048 T12150 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4339069 T12229 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4339069 T12229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4339073 T12179 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4339076 T12229 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4339078 T12229 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4339078 T12180 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60966/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60966_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4339079 T12229 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4339080 T12180 oasco.ReplicaMutator.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60966/hu/u",
   [junit4]   2> 	  "node_name":"127.0.0.1:60966_hu%2Fu",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4339082 T12180 oasco.ReplicaMutator.updateState Collection already exists with numShards=4
   [junit4]   2> 4339082 T12180 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4339083 T12229 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4339083 T12229 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4339085 T12180 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 4339088 T12228 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4339088 T12208 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4339089 T12228 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4339091 T12208 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4340583 T12229 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4340583 T12229 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4340586 T12229 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4340586 T12229 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4340592 T12229 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4340592 T12229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004\collection1\'
   [junit4]   2> 4340597 T12229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 4340602 T12229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 4340602 T12229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest-A18E447E8611C90E-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 4340702 T12229 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4340712 T12229 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4340728 T12229 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 4340744 T12229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4340749 T12229 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4340755 T12229 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4340922 T12229 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4340925 T12229 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4340928 T12229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4340932 T12229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4340973 T12229 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4340973 T12229 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 4340974 T12229 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/jetty2\
   [junit4]   2> 4340974 T12229 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a28b4
   [junit4]   2> 4340976 T12229 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty2
   [junit4]   2> 4340979 T12229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001/jetty2\index/
   [junit4]   2> 4340979 T12229 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 4340982 T12229 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty2\index
   [junit4]   2> 4340982 T12229 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=46.07421875, floorSegmentMB=0.2333984375, forceMergeDeletesPctAllowed=17.08660629748291, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4340989 T12229 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001\tempDir-001\jetty2\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31df6e8a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4340989 T12229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4340993 T12229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4340995 T12229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4340995 T12229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4340995 T12229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4340996 T12229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4340996 T12229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4340998 T12229 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4340998 T12229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4340998 T12229 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4341001 T12229 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4341002 T12229 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.

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

ty.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [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:463)
   [junit4]    > 	... 47 more
   [junit4]   2> 4492824 T12150 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardRoutingTest-A18E447E8611C90E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {foo_i=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct), id=FST50}, docValues:{}, sim=DefaultSimilarity, locale=es_CU, timezone=Europe/Vienna
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=157408640,total=518344704
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, PrimUtilsTest, ClusterStateUpdateTest, TestExtendedDismaxParser, TestSchemaResource, ZkStateWriterTest, BasicZkTest, TestLeaderElectionZkExpiry, DOMUtilTest, SolrCoreCheckLockOnStartupTest, RequestHandlersTest, TestJmxIntegration, AlternateDirectoryTest, TestSolrConfigHandlerConcurrent, TestReloadAndDeleteDocs, TestSolr4Spatial, RecoveryZkTest, TestDistribDocBasedVersion, TestBulkSchemaAPI, ZkCLITest, TestOrdValues, BadComponentTest, TestFaceting, QueryElevationComponentTest, TestRangeQuery, XsltUpdateRequestHandlerTest, TestBinaryField, TestOverriddenPrefixQueryForCustomFieldType, UUIDFieldTest, TestLuceneMatchVersion, TestClusterStateMutator, VMParamsZkACLAndCredentialsProvidersTest, StandardRequestHandlerTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, SolrXmlInZkTest, DateMathParserTest, DocValuesMissingTest, TestSolrJ, PolyFieldTest, SuggestComponentTest, TestConfigSets, PingRequestHandlerTest, MoreLikeThisHandlerTest, TestBlobHandler, SpellCheckCollatorTest, DisMaxRequestHandlerTest, MultiThreadedOCPTest, TestStressLucene, SuggesterWFSTTest, TestCharFilters, CachingDirectoryFactoryTest, TimeZoneUtilsTest, TestCodecSupport, OverseerRolesTest, FieldMutatingUpdateProcessorTest, CopyFieldTest, DistributedFacetPivotLargeTest, TestFieldTypeCollectionResource, DebugComponentTest, ChaosMonkeySafeLeaderTest, LukeRequestHandlerTest, TestCollationField, TestExceedMaxTermLength, TestStressVersions, HdfsBasicDistributedZk2Test, BasicDistributedZk2Test, HdfsLockFactoryTest, TestMissingGroups, JsonLoaderTest, ConvertedLegacyTest, FacetPivotSmallTest, TestSolrIndexConfig, TestHashPartitioner, TestSolrDeletionPolicy1, EnumFieldTest, TermVectorComponentTest, TestNonNRTOpen, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, DirectSolrConnectionTest, CircularListTest, TestReRankQParserPlugin, CursorPagingTest, HdfsChaosMonkeySafeLeaderTest, DirectUpdateHandlerOptimizeTest, TestConfigOverlay, TestNoOpRegenerator, URLClassifyProcessorTest, BadCopyFieldTest, TestCoreDiscovery, TestSolrCoreProperties, TestQuerySenderNoQuery, SolrPluginUtilsTest, ShowFileRequestHandlerTest, TestXIncludeConfig, IndexSchemaTest, TestWriterPerf, SharedFSAutoReplicaFailoverUtilsTest, RankQueryTest, UpdateRequestProcessorFactoryTest, TestQuerySenderListener, TestSolrQueryParserDefaultOperatorResource, SchemaVersionSpecificBehaviorTest, TestRTGBase, NoCacheHeaderTest, XmlUpdateRequestHandlerTest, TestCSVLoader, SolrTestCaseJ4Test, RollingRestartTest, TestShardHandlerFactory, TestLazyCores, TestBlendedInfixSuggestions, ScriptEngineTest, DateFieldTest, StatelessScriptUpdateProcessorFactoryTest, CursorMarkTest, TestDefaultSimilarityFactory, SystemInfoHandlerTest, TestHighlightDedupGrouping, OverseerCollectionProcessorTest, TestLRUCache, TestRandomDVFaceting, TestCloudManagedSchema, TestChildDocTransformer, TestSurroundQueryParser, SolrRequestParserTest, SolrCmdDistributorTest, FastVectorHighlighterTest, FileUtilsTest, TestCustomSort, TestReplicationHandlerBackup, ExternalCollectionsTest, DistributedDebugComponentTest, TestDistributedGrouping, TestSolrXmlPersistor, SimplePostToolTest, CoreAdminRequestStatusTest, MultiTermTest, TestBinaryResponseWriter, FullSolrCloudDistribCmdsTest, TestReversedWildcardFilterFactory, TermsComponentTest, OverseerTest, TestConfig, CurrencyFieldOpenExchangeTest, TestOmitPositions, RAMDirectoryFactoryTest, TestDynamicFieldResource, LeaderFailoverAfterPartitionTest, TestPhraseSuggestions, TestLMJelinekMercerSimilarityFactory, SortByFunctionTest, TestStandardQParsers, TestSolrDeletionPolicy2, BlockCacheTest, UnloadDistributedZkTest, TestStressUserVersions, SliceStateTest, TestSolr4Spatial2, TestCloudManagedSchemaConcurrent, TestCloudPivotFacet, AtomicUpdatesTest, TriLevelCompositeIdRoutingTest, TestTolerantSearch, TestFastLRUCache, SpellingQueryConverterTest, SolrIndexConfigTest, TestFreeTextSuggestions, TestNRTOpen, TestFuzzyAnalyzedSuggestions, LeaderInitiatedRecoveryOnCommitTest, DocValuesTest, TestFastOutputStream, TestCloudSchemaless, ResourceLoaderTest, JSONWriterTest, TestSweetSpotSimilarityFactory, TestJoin, TestSolrXml, TestFieldCollectionResource, TestUniqueKeyFieldResource, TestTrie, TestReplicationHandler, HdfsUnloadDistributedZkTest, DeleteReplicaTest, DeleteInactiveReplicaTest, TestExpandComponent, TestPerFieldSimilarity, TestPivotHelperCode, ExitableDirectoryReaderTest, HighlighterConfigTest, DistributedQueryElevationComponentTest, SharedFSAutoReplicaFailoverTest, DefaultValueUpdateProcessorTest, TestManagedSchemaFieldTypeResource, RequiredFieldsTest, TestRemoteStreaming, ZkControllerTest, SyncSliceTest, TestCoreContainer, SimpleMLTQParserTest, StatsComponentTest, PreAnalyzedFieldTest, TestFiltering, AnalysisErrorHandlingTest, AssignTest, TestAtomicUpdateErrorCases, TestComplexPhraseQParserPlugin, HttpPartitionTest, TestZkChroot, ReplicationFactorTest, TestSolrConfigHandlerCloud, TestValueSourceCache, TestElisionMultitermQuery, SuggesterFSTTest, DistributedQueryComponentCustomSortTest, TestDynamicFieldCollectionResource, DocExpirationUpdateProcessorFactoryTest, TestPseudoReturnFields, DistribCursorPagingTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest]
   [junit4] Completed in 169.16s, 1 test, 1 error <<< FAILURES!

[...truncated 704 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970: There were test failures: 452 suites, 1852 tests, 1 error, 56 ignored (31 assumptions)

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