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/09/26 23:46:36 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_67) - Build # 4236 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4236/
Java: 32bit/jdk1.7.0_67 -client -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:53996, https://127.0.0.1:54011, https://127.0.0.1:54020]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:53996, https://127.0.0.1:54011, https://127.0.0.1:54020]
	at __randomizedtesting.SeedInfo.seed([A6CF9AD550184990:272914CD274729AC]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:43)
	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: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : customcollreplicadeletion/a/core_node1
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:556)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
	... 46 more




Build Log:
[...truncated 11051 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\init-core-data-001
   [junit4]   2> 2220900 T5079 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 2220900 T5079 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2220905 T5079 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2220908 T5079 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2220911 T5080 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2221032 T5079 oasc.ZkTestServer.run start zk server on port:53986
   [junit4]   2> 2221032 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2221037 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2221044 T5086 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29b506 name:ZooKeeperConnection Watcher:127.0.0.1:53986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2221045 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2221046 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2221046 T5079 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2221057 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2221059 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2221062 T5088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a09b1 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2221063 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2221063 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2221063 T5079 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2221070 T5079 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2221076 T5079 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2221082 T5079 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2221088 T5079 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> 2221088 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2221096 T5079 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2221097 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2221103 T5079 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> 2221104 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2221109 T5079 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> 2221110 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2221116 T5079 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> 2221117 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2221123 T5079 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> 2221123 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2221129 T5079 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> 2221129 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2221136 T5079 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> 2221137 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2221142 T5079 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> 2221143 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2221149 T5079 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> 2221151 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2221156 T5079 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> 2221156 T5079 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2221162 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2221166 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2221167 T5090 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@164131e name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2221168 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2221168 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2223255 T5079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2223268 T5079 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2223276 T5079 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53996
   [junit4]   2> 2223281 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2223283 T5079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2223283 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002
   [junit4]   2> 2223284 T5079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\'
   [junit4]   2> 2223324 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\solr.xml
   [junit4]   2> 2223383 T5079 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002
   [junit4]   2> 2223385 T5079 oasc.CoreContainer.<init> New CoreContainer 24254093
   [junit4]   2> 2223385 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\]
   [junit4]   2> 2223386 T5079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2223387 T5079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2223388 T5079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2223388 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2223388 T5079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2223389 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2223389 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2223389 T5079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2223391 T5079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2223394 T5079 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2223398 T5079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2223398 T5079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2223399 T5079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2223399 T5079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53986/solr
   [junit4]   2> 2223399 T5079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2223400 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2223402 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223406 T5101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa0cf3 name:ZooKeeperConnection Watcher:127.0.0.1:53986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223407 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2223407 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2223413 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2223416 T5103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d3744d name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2223416 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2223419 T5079 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2223427 T5079 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2223435 T5079 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2223440 T5079 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2223446 T5079 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2223458 T5079 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2223462 T5079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53996_
   [junit4]   2> 2223464 T5079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53996_
   [junit4]   2> 2223470 T5079 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2223475 T5079 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2223478 T5079 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2223483 T5079 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53996_
   [junit4]   2> 2223483 T5079 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2223488 T5079 oasc.Overseer.start Overseer (id=92521281079148548-127.0.0.1:53996_-n_0000000000) starting
   [junit4]   2> 2223494 T5079 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2223514 T5079 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2223516 T5105 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2223519 T5079 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2223524 T5079 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2223527 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2223537 T5104 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2223541 T5079 oasc.CorePropertiesLocator.discover Looking for core definitions underneath 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002
   [junit4]   2> 2224939 T5079 oasc.CorePropertiesLocator.discoverUnder Found core conf in 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\conf\
   [junit4]   2> 2225181 T5079 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2225183 T5079 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2225185 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2225198 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2225200 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2225201 T5109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb8ffe name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2225202 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2225202 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2225206 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2225213 T5079 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2225213 T5079 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 2225214 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2225217 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2225218 T5111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a132f1 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2225218 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2225218 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2225224 T5081 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x148b39d6ce30006, 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> 2225225 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2225234 T5104 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 2225234 T5104 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2225234 T5104 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 2225240 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 2225244 T5112 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> 2225251 T5113 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> 2227200 T5079 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2227202 T5079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2227236 T5079 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2227238 T5079 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54011
   [junit4]   2> 2227242 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2227242 T5079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2227242 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003
   [junit4]   2> 2227242 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\'
   [junit4]   2> 2227287 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\solr.xml
   [junit4]   2> 2227356 T5079 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003
   [junit4]   2> 2227356 T5079 oasc.CoreContainer.<init> New CoreContainer 8821374
   [junit4]   2> 2227357 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\]
   [junit4]   2> 2227358 T5079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2227358 T5079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2227359 T5079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2227359 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2227359 T5079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2227361 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2227361 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2227361 T5079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2227362 T5079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2227367 T5079 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2227370 T5079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2227370 T5079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2227371 T5079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2227371 T5079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53986/solr
   [junit4]   2> 2227371 T5079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2227373 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2227375 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2227378 T5124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@101a3a2 name:ZooKeeperConnection Watcher:127.0.0.1:53986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2227380 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2227381 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2227386 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2227388 T5126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@123f845 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2227389 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2227402 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2228517 T5079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54011_
   [junit4]   2> 2228520 T5079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54011_
   [junit4]   2> 2228534 T5079 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2228545 T5079 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003
   [junit4]   2> 2229243 T5079 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\conf\
   [junit4]   2> 2229359 T5079 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2229363 T5079 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2229363 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2231284 T5079 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2231286 T5079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2231297 T5079 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2231300 T5079 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54020
   [junit4]   2> 2231303 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2231303 T5079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2231303 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004
   [junit4]   2> 2231303 T5079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004\'
   [junit4]   2> 2231338 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004\solr.xml
   [junit4]   2> 2231389 T5079 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004
   [junit4]   2> 2231389 T5079 oasc.CoreContainer.<init> New CoreContainer 25120699
   [junit4]   2> 2231389 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004\]
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2231392 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2231394 T5079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2231394 T5079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2231394 T5079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2231398 T5079 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2231401 T5079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2231401 T5079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2231401 T5079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2231401 T5079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53986/solr
   [junit4]   2> 2231401 T5079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2231401 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2231407 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2231408 T5139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33af38 name:ZooKeeperConnection Watcher:127.0.0.1:53986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2231409 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2231409 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2231411 T5081 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x148b39d6ce30009, 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> 2231412 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2231414 T5141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9da3a3 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2231414 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2231426 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2232531 T5079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54020_
   [junit4]   2> 2232533 T5079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54020_
   [junit4]   2> 2232549 T5079 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2232557 T5079 oasc.CorePropertiesLocator.discover Looking for core definitions underneath 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004
   [junit4]   2> 2233801 T5079 oasc.CorePropertiesLocator.discoverUnder Found core conf in 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-004\conf\
   [junit4]   2> 2234027 T5079 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2234030 T5079 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2234030 T5079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2234041 T5079 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion
   [junit4]   2> 2234041 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2234043 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234044 T5145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a05f6 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2234045 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2234045 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2234047 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2234178 T5117 oasha.CollectionsHandler.handleCreateAction Creating Collection : version=2&stateFormat=2&maxShardsPerNode=5&shards=a,b&wt=javabin&numShards=1&router.name=implicit&replicationFactor=1&name=customcollreplicadeletion&action=CREATE
   [junit4]   2> 2234180 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2234182 T5105 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 2234184 T5146 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 2234190 T5146 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 2234190 T5146 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion 
   [junit4]   2> 2234192 T5146 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion
   [junit4]   2> 2234202 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2234211 T5104 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion
   [junit4]   2> 2234211 T5104 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b]
   [junit4]   2> 2234212 T5104 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2
   [junit4]   2> 2234217 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2234220 T5112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2234220 T5113 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2234220 T5142 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2234222 T5127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2234223 T5147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2234312 T5146 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1
   [junit4]   2> 2234312 T5146 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:53996_
   [junit4]   2> 2234314 T5146 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:54011_
   [junit4]   2> 2234442 T5095 oasha.CoreAdminHandler.handleCreateAction core create command version=2&wt=javabin&numShards=2&shard=a&collection=customcollreplicadeletion&name=customcollreplicadeletion_a_replica1&collection.configName=conf1&qt=/admin/cores&action=CREATE
   [junit4]   2> 2234448 T5120 oasha.CoreAdminHandler.handleCreateAction core create command version=2&wt=javabin&numShards=2&shard=b&collection=customcollreplicadeletion&name=customcollreplicadeletion_b_replica1&collection.configName=conf1&qt=/admin/cores&action=CREATE
   [junit4]   2> 2234452 T5095 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 2234455 T5120 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 2234456 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2234461 T5095 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 2234462 T5120 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 2234463 T5120 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 2234465 T5120 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 2234468 T5104 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53996",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53996_"}
   [junit4]   2> 2234468 T5120 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 
   [junit4]   2> 2234469 T5120 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2234482 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2234483 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2234484 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 2234486 T5095 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 2234489 T5095 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 2234491 T5095 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 2234492 T5095 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2234492 T5095 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1
   [junit4]   2> 2234493 T5095 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 2234494 T5095 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2234494 T5095 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 2234497 T5095 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2234497 T5095 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\'
   [junit4]   2> 2234503 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 2234503 T5104 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54011",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54011_"}
   [junit4]   2> 2234511 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2234513 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2234516 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2234516 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2234521 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 2234527 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 2234667 T5095 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2234758 T5095 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2234762 T5095 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2234779 T5095 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test
   [junit4]   2> 2235477 T5095 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2235492 T5095 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2235497 T5095 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2235523 T5095 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2235532 T5095 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2235550 T5095 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2235552 T5095 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2235553 T5095 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2235553 T5095 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2235556 T5095 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2235556 T5095 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2235556 T5095 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 2235557 T5095 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2235559 T5095 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\, dataDir=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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\data\
   [junit4]   2> 2235559 T5095 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebd93
   [junit4]   2> 2235561 T5095 oasc.CachingDirectoryFactory.get return new directory for 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\data\
   [junit4]   2> 2235561 T5095 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\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\data\index/
   [junit4]   2> 2235562 T5095 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2235563 T5095 oasc.CachingDirectoryFactory.get return new directory for 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-002\customcollreplicadeletion_a_replica1\data\index
   [junit4]   2> 2235563 T5120 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1
   [junit4]   2> 2235564 T5120 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 2235564 T5095 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=23.1708984375, floorSegmentMB=1.681640625, forceMergeDeletesPctAllowed=19.227134086202046, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2235566 T5120 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2235566 T5095 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-34be96)),segFN=segments_1,generation=1}
   [junit4]   2> 2235566 T5120 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 2235567 T5095 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2235570 T5120 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2235570 T5120 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\'
   [junit4]   2> 2235572 T5095 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2235572 T5095 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2235574 T5095 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2235574 T5095 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2235574 T5095 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2235575 T5095 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2235576 T5095 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2235576 T5095 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2235577 T5095 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2235579 T5095 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2235579 T5095 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2235580 T5095 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2235581 T5095 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2235581 T5095 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2235582 T5095 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2235582 T5095 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2235583 T5095 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2235583 T5095 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2235584 T5095 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2235585 T5095 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2235596 T5095 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2235598 T5095 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2235600 T5095 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2235602 T5095 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2235609 T5095 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2235609 T5095 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2235610 T5095 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=95.154296875, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=23.85463555327275, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2235612 T5095 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-34be96)),segFN=segments_1,generation=1}
   [junit4]   2> 2235612 T5095 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2235613 T5095 oass.SolrIndexSearcher.<init> Opening Searcher@7e02f6[customcollreplicadeletion_a_replica1] main
   [junit4]   2> 2235613 T5095 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 2235616 T5095 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2235616 T5095 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2235619 T5095 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2235619 T5095 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2235619 T5095 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2235622 T5095 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2235622 T5095 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2235624 T5095 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2235631 T5095 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2235631 T5095 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2235631 T5095 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2235639 T5095 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1
   [junit4]   2> 2235640 T5095 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:https://127.0.0.1:53996 collection:customcollreplicadeletion shard:a
   [junit4]   2> 2235642 T5120 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2235648 T5150 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@7e02f6[customcollreplicadeletion_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2235650 T5095 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election
   [junit4]   2> 2235667 T5095 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a
   [junit4]   2> 2235672 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2235674 T5095 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2235675 T5095 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6430 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@70e43e url=https://127.0.0.1:53996/customcollreplicadeletion_a_replica1 node=127.0.0.1:53996_ C6430_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{state=down, core=customcollreplicadeletion_a_replica1, base_url=https://127.0.0.1:53996, node_name=127.0.0.1:53996_}
   [junit4]   2> 2235675 T5095 C6430 P53996 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53996/customcollreplicadeletion_a_replica1/
   [junit4]   2> 2235675 T5095 C6430 P53996 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2235677 T5095 C6430 P53996 oasc.SyncStrategy.syncToMe https://127.0.0.1:53996/customcollreplicadeletion_a_replica1/ has no replicas
   [junit4]   2> 2235677 T5095 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53996/customcollreplicadeletion_a_replica1/ a
   [junit4]   2> 2235677 T5095 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a
   [junit4]   2> 2235693 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 2235703 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2235705 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235706 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235708 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 2235716 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 2235718 T5120 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2235720 T5120 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2235727 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 2235733 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2235734 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2235736 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235736 T5120 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test
   [junit4]   2> 2235737 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235738 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 2235743 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 2235756 T5095 oasc.ZkController.register We are https://127.0.0.1:53996/customcollreplicadeletion_a_replica1/ and leader is https://127.0.0.1:53996/customcollreplicadeletion_a_replica1/
   [junit4]   2> 2235756 T5095 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=https://127.0.0.1:53996
   [junit4]   2> 2235756 T5095 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2235758 T5095 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 2235761 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2235772 T5095 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 2235775 T5095 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={version=2&wt=javabin&numShards=2&shard=a&collection=customcollreplicadeletion&name=customcollreplicadeletion_a_replica1&collection.configName=conf1&qt=/admin/cores&action=CREATE} status=0 QTime=1333 
   [junit4]   2> 2235785 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 2235786 T5104 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53996",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53996_"}
   [junit4]   2> 2235791 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2235795 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235796 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2235797 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 2235803 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 2236446 T5120 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2236457 T5120 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2236462 T5120 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2236485 T5120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2236494 T5120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2236504 T5120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2236506 T5120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2236507 T5120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2236507 T5120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2236509 T5120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2236509 T5120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2236510 T5120 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 2236510 T5120 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2236511 T5120 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\data\
   [junit4]   2> 2236512 T5120 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebd93
   [junit4]   2> 2236513 T5120 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\data\
   [junit4]   2> 2236514 T5120 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\data\index/
   [junit4]   2> 2236514 T5120 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2236515 T5120 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001\tempDir-003\customcollreplicadeletion_b_replica1\data\index
   [junit4]   2> 2236516 T5120 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=23.1708984375, floorSegmentMB=1.681640625, forceMergeDeletesPctAllowed=19.227134086202046, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2236518 T5120 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-61606d)),segFN=segments_1,generation=1}
   [junit4]   2> 2236518 T5120 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2236526 T5120 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2236528 T5120 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2236529 T5120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2236530 T5120 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2236531 T5120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2236532 T5120 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2236534 T5120 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2236536 T5120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2236536 T5120 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2236539 T5120 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2236541 T5120 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2236542 T5120 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2236544 T5120 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2236545 T5120 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2236545 T5120 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2236545 T5120 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2236546 T5120 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2236547 T5120 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2236548 T5120 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2236551 T5120 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2236556 T5120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2236560 T5120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2236567 T5120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2236572 T5120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2236583 T5120 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2236584 T5120 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2236585 T5120 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=95.154296875, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=23.85463555327275, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2236586 T5120 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-61606d)),segFN=segments_1,generation=1}
   [junit4]   2> 2236586 T5120 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2236587 T5120 oass.SolrIndexSearcher.<init> Opening Searcher@1ff2073[customcollreplicadeletion_b_replica1] main
   [junit4]   2> 2236588 T5120 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 2236590 T5120 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2236590 T5120 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2236592 T5120 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2236592 T5120 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2236592 T5120 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2236595 T5120 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2236595 T5120 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2236595 T5120 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2236597 T5120 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2236602 T5152 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@1ff2073[customcollreplicadeletion_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2236608 T5120 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1
   [junit4]   2> 2236608 T5120 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:https://127.0.0.1:54011 collection:customcollreplicadeletion shard:b
   [junit4]   2> 2236610 T5120 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election
   [junit4]   2> 2236620 T5120 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b
   [junit4]   2> 2236623 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2236624 T5120 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2236624 T5120 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6431 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@1123b4d url=https://127.0.0.1:54011/customcollreplicadeletion_b_replica1 node=127.0.0.1:54011_ C6431_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{state=down, core=customcollreplicadeletion_b_replica1, base_url=https://127.0.0.1:54011, node_name=127.0.0.1:54011_}
   [junit4]   2> 2236624 T5120 C6431 P54011 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54011/customcollreplicadeletion_b_replica1/
   [junit4]   2> 2236624 T5120 C6431 P54011 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2236624 T5120 C6431 P54011 oasc.SyncStrategy.syncToMe https://127.0.0.1:54011/customcollreplicadeletion_b_replica1/ has no replicas
   [junit4]   2> 2236624 T5120 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54011/customcollreplicadeletion_b_replica1/ b
   [junit4]   2> 2236626 T5120 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b
   [junit4]   2> 2236636 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 2236641 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2236642 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236642 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236644 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 2236648 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 2236655 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 2236660 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2236660 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2236662 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236662 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236663 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 2236667 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 2236694 T5120 oasc.ZkController.register We are https://127.0.0.1:54011/customcollreplicadeletion_b_replica1/ and leader is https://127.0.0.1:54011/customcollreplicadeletion_b_replica1/
   [junit4]   2> 2236694 T5120 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=https://127.0.0.1:54011
   [junit4]   2> 2236694 T5120 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2236694 T5120 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 2236697 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2236704 T5120 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 2236708 T5120 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={version=2&wt=javabin&numShards=2&shard=b&collection=customcollreplicadeletion&name=customcollreplicadeletion_b_replica1&collection.configName=conf1&qt=/admin/cores&action=CREATE} status=0 QTime=2260 
   [junit4]   2> 2236708 T5104 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 2236708 T5104 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54011",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54011_"}
   [junit4]   2> 2236709 T5146 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion
   [junit4]   2> 2236710 T5146 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=1333},core=customcollreplicadeletion_a_replica1},null={responseHeader={status=0,QTime=2260},core=customcollreplicadeletion_b_replica1}}}
   [junit4]   2> 2236713 T5127 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
   [junit4]   2> 2236715 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2236715 T5104 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 2236716 T5117 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={version=2&stateFormat=2&maxShardsPerNode=5&shards=a,b&wt=javabin&numShards=1&router.name=implicit&replicationFactor=1&name=customcollreplicadeletion&action=CREATE} status=0 QTime=2538 
   [junit4]   2> 2236717 T5127 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236718 T5112 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 2236718 T5079 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: customcollreplicadeletion failOnTimeout:true timeout (sec):330
   [junit4]   2> 2236720 T5127 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 
   [junit4]   2> 2236726 T5112 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 
   [junit4]   2> 2236727 T5079 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: customcollreplicadeletion
   [junit4]   2> 2236730 T5079 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2236734 T5079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2236735 T5155 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ae00e0 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236735 T5079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2236735 T5079 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2236736 T5079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2236767 T5119 oasha.CollectionsHandler.handleRemoveReplica Remove replica: replica=core_node1&version=2&wt=javabin&shard=a&collection=customcollreplicadeletion&action=deletereplica
   [junit4]   2> 2236768 T5112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2236772 T5105 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2> 	  "operation":"deletereplica",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "rep

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

er.send4LetterWord connecting to 127.0.0.1:53986 53986
   [junit4]   2> 2353531 T5145 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@d8833c rejected from java.util.concurrent.ThreadPoolExecutor@8fe2d5[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 2353533 T5145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a05f6 name:ZooKeeperConnection Watcher:127.0.0.1:53986/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 2353533 T5145 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> 2353533 T5145 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@a7ef73 rejected from java.util.concurrent.ThreadPoolExecutor@8fe2d5[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteLastCustomShardedReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=A6CF9AD550184990 -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=NZ-CHAT -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    133s | DeleteLastCustomShardedReplicaTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:53996, https://127.0.0.1:54011, https://127.0.0.1:54020]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A6CF9AD550184990:272914CD274729AC]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    > 	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
   [junit4]    > 	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : customcollreplicadeletion/a/core_node1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:556)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    > 	... 46 more
   [junit4]   2> 2353558 T5079 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.DeleteLastCustomShardedReplicaTest-A6CF9AD550184990-001
   [junit4]   2> 132664 T5078 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=en_NZ, timezone=NZ-CHAT
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_67 (32-bit)/cpus=2,threads=1,free=162944392,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, ResponseHeaderTest, PluginInfoTest, LegacyHTMLStripCharFilterTest, StatsComponentTest, RankQueryTest, TestFieldResource, SimplePostToolTest, UpdateParamsTest, TestMiniSolrCloudCluster, ExternalFileFieldSortTest, TestLuceneMatchVersion, RegexBoostProcessorTest, ZkCLITest, TestCoreDiscovery, TestManagedStopFilterFactory, TestStressLucene, OverseerCollectionProcessorTest, TestCloudPivotFacet, EnumFieldTest, TestCursorMarkWithoutUniqueKey, DistributedIntervalFacetingTest, TestPostingsSolrHighlighter, TestIBSimilarityFactory, TestLazyCores, SearchHandlerTest, TestSurroundQueryParser, TestRTGBase, TestStressUserVersions, BadCopyFieldTest, PreAnalyzedUpdateProcessorTest, TestSolrCoreProperties, TestGroupingSearch, SuggesterFSTTest, StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, MinimalSchemaTest, HardAutoCommitTest, TestTolerantSearch, CircularListTest, MigrateRouteKeyTest, TestFreeTextSuggestions, CoreAdminHandlerTest, OpenCloseCoreStressTest, OutputWriterTest, TestFieldSortValues, DebugComponentTest, SuggesterTest, TestComponentsName, QueryElevationComponentTest, SolrCoreTest, TestLMDirichletSimilarityFactory, QueryEqualityTest, OpenExchangeRatesOrgProviderTest, TestJoin, CoreAdminCreateDiscoverTest, TestExpandComponent, HdfsDirectoryTest, TestReplicationHandlerBackup, AliasIntegrationTest, TestLRUCache, HdfsLockFactoryTest, SoftAutoCommitTest, TestSearchPerf, TermsComponentTest, SuggesterTSTTest, AddBlockUpdateTest, FullSolrCloudDistribCmdsTest, TestManagedSchemaFieldResource, TestPerFieldSimilarity, DistributedQueryComponentOptimizationTest, TestFastLRUCache, DistributedQueryElevationComponentTest, TestLeaderElectionZkExpiry, TestStressReorder, BlockDirectoryTest, TermVectorComponentTest, DateMathParserTest, SchemaVersionSpecificBehaviorTest, TestTrie, TestMaxScoreQueryParser, TestSolrXml, TestConfigSets, TestCollectionAPI, TestBinaryField, ScriptEngineTest, TestBinaryResponseWriter, TestRecovery, BadComponentTest, UUIDFieldTest, TestIntervalFaceting, TestComplexPhraseQParserPlugin, CustomCollectionTest, TestSort, ClusterStateUpdateTest, CollectionsAPIDistributedZkTest, TestNRTOpen, TestSolr4Spatial2, TestAnalyzeInfixSuggestions, TestAnalyzedSuggestions, CacheHeaderTest, TestRandomFaceting, TestXIncludeConfig, PrimitiveFieldTypeTest, DocumentBuilderTest, DOMUtilTest, SliceStateTest, LukeRequestHandlerTest, ExternalCollectionsTest, TestBadConfig, RAMDirectoryFactoryTest, SolrRequestParserTest, TestCoreContainer, LeaderElectionTest, TestPhraseSuggestions, TestUtils, TestRestManager, TestManagedSchemaDynamicFieldResource, DeleteInactiveReplicaTest, TestOverriddenPrefixQueryForCustomFieldType, FieldAnalysisRequestHandlerTest, SyncSliceTest, JsonLoaderTest, RequestHandlersTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest]
   [junit4] Completed in 133.27s, 1 test, 1 error <<< FAILURES!

[...truncated 962 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:472: 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:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:496: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:962: There were test failures: 431 suites, 1778 tests, 1 error, 54 ignored (32 assumptions)

Total time: 168 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_67 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any