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

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 1949 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1949/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:57505

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:57505
	at __randomizedtesting.SeedInfo.seed([24F4D509E214A07C:A5125B11954BC040]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:579)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.cloud.DeleteShardTest.deleteShard(DeleteShardTest.java:152)
	at org.apache.solr.cloud.DeleteShardTest.doTest(DeleteShardTest.java:94)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
	... 45 more




Build Log:
[...truncated 9292 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteShardTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/init-core-data-001
   [junit4]   2> 1490009 T3687 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1490010 T3687 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1490021 T3687 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1490022 T3687 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1490024 T3688 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1490125 T3687 oasc.ZkTestServer.run start zk server on port:57495
   [junit4]   2> 1490125 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1490130 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1490143 T3695 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd1db78 name:ZooKeeperConnection Watcher:127.0.0.1:57495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1490144 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1490145 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1490146 T3687 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1490157 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1490160 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1490165 T3698 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1600f8a7 name:ZooKeeperConnection Watcher:127.0.0.1:57495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1490165 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1490166 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1490166 T3687 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1490174 T3687 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1490181 T3687 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1490188 T3687 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1490195 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1490196 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1490208 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1490209 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1490218 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1490218 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1490225 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1490226 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1490233 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1490233 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1490239 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1490240 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1490249 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1490249 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1490259 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1490260 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1490269 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1490270 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1490278 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1490279 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1490288 T3687 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1490288 T3687 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1492179 T3687 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1492189 T3687 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57498
   [junit4]   2> 1492190 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1492190 T3687 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1492190 T3687 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002
   [junit4]   2> 1492191 T3687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/'
   [junit4]   2> 1492232 T3687 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/solr.xml
   [junit4]   2> 1492327 T3687 oasc.CoreContainer.<init> New CoreContainer 676302594
   [junit4]   2> 1492328 T3687 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/]
   [junit4]   2> 1492330 T3687 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1492331 T3687 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1492331 T3687 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1492332 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1492332 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1492333 T3687 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1492333 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1492334 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1492335 T3687 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1492335 T3687 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1492336 T3687 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1492336 T3687 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1492336 T3687 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1492337 T3687 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1492337 T3687 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57495/solr
   [junit4]   2> 1492338 T3687 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1492338 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1492339 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1492346 T3710 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67c7aba9 name:ZooKeeperConnection Watcher:127.0.0.1:57495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1492346 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1492347 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1492355 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1492359 T3713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f4b49f9 name:ZooKeeperConnection Watcher:127.0.0.1:57495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1492359 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1492365 T3687 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1492375 T3687 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1492386 T3687 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1492398 T3687 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1492409 T3687 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1492420 T3687 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1492424 T3687 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57498_
   [junit4]   2> 1492427 T3687 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57498_
   [junit4]   2> 1492436 T3687 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1492444 T3687 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1492452 T3687 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1492458 T3687 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57498_
   [junit4]   2> 1492458 T3687 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1492465 T3687 oasc.Overseer.start Overseer (id=92964351720423427-127.0.0.1:57498_-n_0000000000) starting
   [junit4]   2> 1492473 T3687 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1492502 T3687 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1492504 T3715 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1492506 T3687 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1492515 T3687 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1492519 T3687 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1492530 T3714 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1492541 T3717 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1492542 T3717 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1492543 T3717 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1492544 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1492554 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:57498_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57498",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1492554 T3714 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1492554 T3714 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 1492555 T3714 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1492565 T3713 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> 1493544 T3717 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1493545 T3717 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1493549 T3717 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1493550 T3717 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1493555 T3717 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1493556 T3717 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/collection1/'
   [junit4]   2> 1493558 T3717 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1493558 T3717 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1493559 T3717 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1493595 T3717 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1493601 T3717 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1493644 T3717 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1493702 T3717 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1493705 T3717 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1493714 T3717 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1494132 T3717 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1494142 T3717 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1494145 T3717 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1494180 T3717 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1494186 T3717 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1494194 T3717 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1494197 T3717 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1494198 T3717 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1494198 T3717 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1494202 T3717 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1494203 T3717 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1494203 T3717 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1494203 T3717 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1494204 T3717 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/control/data/
   [junit4]   2> 1494205 T3717 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a4c2807
   [junit4]   2> 1494206 T3717 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/control/data
   [junit4]   2> 1494206 T3717 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/control/data/index/
   [junit4]   2> 1494206 T3717 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1494207 T3717 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/control/data/index
   [junit4]   2> 1494207 T3717 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.500518277372489]
   [junit4]   2> 1494209 T3717 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@383f5a05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@472f1b1c),segFN=segments_1,generation=1}
   [junit4]   2> 1494209 T3717 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1494214 T3717 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1494216 T3717 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1494216 T3717 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1494217 T3717 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1494217 T3717 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1494217 T3717 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1494218 T3717 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1494218 T3717 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1494219 T3717 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1494219 T3717 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1494220 T3717 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1494220 T3717 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1494222 T3717 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1494222 T3717 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1494223 T3717 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1494223 T3717 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1494224 T3717 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1494224 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1494227 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1494227 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1494228 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1494228 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1494229 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1494229 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1494230 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1494230 T3717 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1494230 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1494231 T3717 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1494242 T3717 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494244 T3717 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494247 T3717 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494248 T3717 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494254 T3717 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1494254 T3717 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1494255 T3717 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=71.1474609375, floorSegmentMB=0.369140625, forceMergeDeletesPctAllowed=10.236553195593366, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1494256 T3717 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@383f5a05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@472f1b1c),segFN=segments_1,generation=1}
   [junit4]   2> 1494256 T3717 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1494257 T3717 oass.SolrIndexSearcher.<init> Opening Searcher@52cb2a68[collection1] main
   [junit4]   2> 1494257 T3717 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1494260 T3717 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1494260 T3717 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1494262 T3717 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1494262 T3717 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1494262 T3717 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1494265 T3717 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1494265 T3717 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1494267 T3717 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 1494274 T3717 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1494274 T3717 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1494275 T3717 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1494275 T3717 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1494275 T3717 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1494276 T3718 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52cb2a68[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1494278 T3721 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57498 collection:control_collection shard:shard1
   [junit4]   2> 1494278 T3687 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1494279 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1494280 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1494281 T3721 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1494283 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494288 T3724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@278ad967 name:ZooKeeperConnection Watcher:127.0.0.1:57495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1494288 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1494289 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1494294 T3687 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1494301 T3721 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1494304 T3687 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1494306 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494309 T3721 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1494309 T3721 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1307 name=collection1 org.apache.solr.core.SolrCore@d2abe08 url=http://127.0.0.1:57498/collection1 node=127.0.0.1:57498_ C1307_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:57498_, core=collection1, base_url=http://127.0.0.1:57498, state=down}
   [junit4]   2> 1494309 T3721 C1307 P57498 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57498/collection1/
   [junit4]   2> 1494309 T3721 C1307 P57498 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1494310 T3721 C1307 P57498 oasc.SyncStrategy.syncToMe http://127.0.0.1:57498/collection1/ has no replicas
   [junit4]   2> 1494310 T3721 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57498/collection1/ shard1
   [junit4]   2> 1494310 T3721 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1494330 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 1494340 T3724 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> 1494341 T3713 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> 1494359 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57498",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 1494363 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494468 T3713 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> 1494468 T3724 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> 1494493 T3721 oasc.ZkController.register We are http://127.0.0.1:57498/collection1/ and leader is http://127.0.0.1:57498/collection1/
   [junit4]   2> 1494494 T3721 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57498
   [junit4]   2> 1494494 T3721 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1494494 T3721 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1494494 T3721 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1494498 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494510 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57498_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57498",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1494621 T3713 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> 1494621 T3724 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> 1496314 T3687 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1496315 T3687 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1496320 T3687 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57502
   [junit4]   2> 1496322 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1496323 T3687 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1496323 T3687 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003
   [junit4]   2> 1496323 T3687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/'
   [junit4]   2> 1496369 T3687 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/solr.xml
   [junit4]   2> 1496465 T3687 oasc.CoreContainer.<init> New CoreContainer 1695981188
   [junit4]   2> 1496466 T3687 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/]
   [junit4]   2> 1496467 T3687 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1496467 T3687 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1496467 T3687 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1496468 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1496469 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1496470 T3687 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1496470 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1496470 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1496471 T3687 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1496471 T3687 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1496472 T3687 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1496472 T3687 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1496472 T3687 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1496473 T3687 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1496473 T3687 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57495/solr
   [junit4]   2> 1496473 T3687 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1496474 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1496476 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496483 T3736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7da8ff74 name:ZooKeeperConnection Watcher:127.0.0.1:57495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1496485 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1496485 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1496492 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496497 T3739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a711c2e name:ZooKeeperConnection Watcher:127.0.0.1:57495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1496497 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1496521 T3687 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1497537 T3687 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57502_
   [junit4]   2> 1497540 T3687 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57502_
   [junit4]   2> 1497560 T3687 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1497578 T3740 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1497578 T3740 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1497580 T3740 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1497580 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1497594 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57502_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57502",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1497595 T3714 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1497595 T3714 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 1497595 T3714 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1497606 T3713 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1497606 T3739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1497607 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1498584 T3740 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1498585 T3740 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1498588 T3740 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1498588 T3740 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1498597 T3740 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1498597 T3740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/collection1/'
   [junit4]   2> 1498599 T3740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1498601 T3740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1498603 T3740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1498634 T3740 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1498642 T3740 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1498680 T3740 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1498725 T3740 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1498729 T3740 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1498741 T3740 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1499208 T3740 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1499217 T3740 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1499219 T3740 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1499258 T3740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1499265 T3740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1499274 T3740 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1499278 T3740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1499279 T3740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1499279 T3740 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1499282 T3740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1499282 T3740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1499283 T3740 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1499284 T3740 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1499284 T3740 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty1/
   [junit4]   2> 1499285 T3740 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a4c2807
   [junit4]   2> 1499286 T3740 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty1
   [junit4]   2> 1499286 T3740 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty1/index/
   [junit4]   2> 1499286 T3740 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1499287 T3740 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty1/index
   [junit4]   2> 1499287 T3740 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.500518277372489]
   [junit4]   2> 1499289 T3740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34e43f32 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74f106be),segFN=segments_1,generation=1}
   [junit4]   2> 1499289 T3740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1499299 T3740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1499299 T3740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1499300 T3740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1499301 T3740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1499301 T3740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1499302 T3740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1499303 T3740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1499303 T3740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1499303 T3740 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1499304 T3740 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1499304 T3740 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1499305 T3740 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1499305 T3740 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1499306 T3740 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1499307 T3740 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1499307 T3740 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1499308 T3740 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1499308 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1499310 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1499310 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1499311 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1499312 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1499313 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1499313 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1499315 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1499316 T3740 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1499316 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1499317 T3740 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1499330 T3740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1499331 T3740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1499333 T3740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1499335 T3740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1499340 T3740 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1499341 T3740 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1499343 T3740 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=71.1474609375, floorSegmentMB=0.369140625, forceMergeDeletesPctAllowed=10.236553195593366, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1499343 T3740 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34e43f32 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74f106be),segFN=segments_1,generation=1}
   [junit4]   2> 1499343 T3740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1499344 T3740 oass.SolrIndexSearcher.<init> Opening Searcher@4c00254[collection1] main
   [junit4]   2> 1499344 T3740 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1499346 T3740 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1499346 T3740 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1499347 T3740 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1499347 T3740 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1499347 T3740 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1499349 T3740 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1499349 T3740 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1499349 T3740 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1499350 T3740 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1499350 T3740 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1499351 T3740 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1499353 T3741 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c00254[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499354 T3744 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57502 collection:collection1 shard:shard2
   [junit4]   2> 1499356 T3687 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1499357 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1499371 T3744 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1499391 T3744 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1499396 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1499403 T3744 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1499403 T3744 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1308 name=collection1 org.apache.solr.core.SolrCore@1a8d2d1a url=http://127.0.0.1:57502/collection1 node=127.0.0.1:57502_ C1308_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:57502_, core=collection1, base_url=http://127.0.0.1:57502, state=down}
   [junit4]   2> 1499403 T3744 C1308 P57502 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57502/collection1/
   [junit4]   2> 1499404 T3744 C1308 P57502 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1499404 T3744 C1308 P57502 oasc.SyncStrategy.syncToMe http://127.0.0.1:57502/collection1/ has no replicas
   [junit4]   2> 1499404 T3744 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57502/collection1/ shard2
   [junit4]   2> 1499404 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 1499404 T3744 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1499413 T3713 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499417 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499422 T3739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499435 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1499445 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57502",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 1499554 T3739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499555 T3713 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499556 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499593 T3744 oasc.ZkController.register We are http://127.0.0.1:57502/collection1/ and leader is http://127.0.0.1:57502/collection1/
   [junit4]   2> 1499594 T3744 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57502
   [junit4]   2> 1499595 T3744 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1499595 T3744 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1499596 T3744 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1499600 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1499611 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57502_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57502",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1499719 T3713 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499720 T3724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1499720 T3739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1501287 T3687 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1501289 T3687 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1501296 T3687 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57505
   [junit4]   2> 1501298 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1501298 T3687 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1501299 T3687 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004
   [junit4]   2> 1501299 T3687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/'
   [junit4]   2> 1501339 T3687 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/solr.xml
   [junit4]   2> 1501443 T3687 oasc.CoreContainer.<init> New CoreContainer 782413358
   [junit4]   2> 1501443 T3687 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/]
   [junit4]   2> 1501445 T3687 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1501445 T3687 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1501445 T3687 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1501446 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1501446 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1501446 T3687 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1501446 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1501447 T3687 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1501447 T3687 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1501448 T3687 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1501448 T3687 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1501449 T3687 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1501449 T3687 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1501449 T3687 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1501450 T3687 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57495/solr
   [junit4]   2> 1501450 T3687 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1501450 T3687 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1501452 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1501457 T3756 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fd93d8c name:ZooKeeperConnection Watcher:127.0.0.1:57495 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1501458 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1501458 T3687 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1501465 T3687 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1501470 T3759 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75e92cae name:ZooKeeperConnection Watcher:127.0.0.1:57495/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1501471 T3687 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1501497 T3687 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1502515 T3687 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57505_
   [junit4]   2> 1502518 T3687 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57505_
   [junit4]   2> 1502537 T3687 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1502550 T3760 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1502551 T3760 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1502553 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1502553 T3760 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1502564 T3714 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:57505_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57505",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1502565 T3714 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1502565 T3714 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1502576 T3759 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> 1502577 T3713 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> 1502578 T3739 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> 1502578 T3724 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> 1503555 T3760 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1503555 T3760 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1503559 T3760 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1503559 T3760 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1503563 T3760 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1503564 T3760 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/collection1/'
   [junit4]   2> 1503566 T3760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1503567 T3760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1503568 T3760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1503605 T3760 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1503611 T3760 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1503657 T3760 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1503704 T3760 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1503708 T3760 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1503722 T3760 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1504189 T3760 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1504199 T3760 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1504202 T3760 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1504236 T3760 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1504244 T3760 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1504252 T3760 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1504256 T3760 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1504257 T3760 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1504258 T3760 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1504261 T3760 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1504262 T3760 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1504262 T3760 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1504262 T3760 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1504262 T3760 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty2/
   [junit4]   2> 1504263 T3760 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a4c2807
   [junit4]   2> 1504264 T3760 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty2
   [junit4]   2> 1504264 T3760 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty2/index/
   [junit4]   2> 1504264 T3760 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1504265 T3760 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001/tempDir-001/jetty2/index
   [junit4]   2> 1504265 T3760 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.500518277372489]
   [junit4]   2> 1504266 T3760 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2406e7a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4152141d),segFN=segments_1,generation=1}
   [junit4]   2> 1504267 T3760 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1504275 T3760 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1504276 T3760 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1504277 T3760 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1504277 T3760 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1504277 T3760 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1504277 T3760 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1504278 T3760 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1504278 T3760 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1504278 T3760 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1504280 T3760 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1504281 T3760 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1504281 T3760 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1504282 T3760 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1504283 T3760 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1504284 T3760 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1504288 T3760 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1504288 T3760 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1504289 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1504292 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1504293 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1504293 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1504294 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1504297 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1504300 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1504300 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1504302 T3760 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1504302 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1504303 T3760 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1504325 T3760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1504330 T3760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1504333 T3760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1504338 T3760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1504348 T3760 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1504348 T3760 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1504349 T3760 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=71.1474609375, floorSegmentMB=0.369140625, forceMergeDeletesPctAllowed=10.236553195593366, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1504350 T3760 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2406e7a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4152141d),segFN=segments_1,generation=1}
   [junit4]   2> 1504350 T3760 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1504351 T3760 oass.SolrIndexSearcher.<init> Opening Searcher@3bf00473[collection1] main
   [junit4]   2> 1504352 T3760 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1504359 T3760 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1504359 T3760 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1504360 T3760 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1504360 T3760 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1504363 T3760 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1504367 T3760 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1504368 T3760 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1504368 T3760 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1504368 T3760 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1504368 T3760 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1504369 T3760 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1504371 T3764 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57505 collection:collection1 shard:shard1
   [junit4]   2> 1504372 T3687 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1504372 T3687 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1504374 T3764 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1504378 T3761 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3bf00473[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1504389 T3749 oasha.CollectionsHandler.handleDeleteShardAction Deleting Shard : action=DELETESHARD&shard=shard1&collection=collection1&version=2&wt=javabin
   [junit4]   2> 1504391 T3713 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/collection-queue-work state SyncConnected
   [junit4]   2> 1504392 T3715 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"deleteshard",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 1504394 T3765 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : deleteshard , {
   [junit4]   2> 	  "operation":"deleteshard",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 1504394 T3765 oasc.OverseerCollectionProcessor.deleteShard Delete shard invoked
   [junit4]   2> 1504394 T3765 oasc.SolrException.log ERROR Collection: collection1 operation: deleteshard failed:org.apache.solr.common.SolrException: The slice: shard1 is currently active. Only non-active (or custom-hashed) slices can be deleted.
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.deleteShard(OverseerCollectionProcessor.java:1920)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollection

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

.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 1577512 T3687 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1582500 T3687 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1582503 T3687 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57495 57495
   [junit4]   2> 1582604 T3688 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57495 57495
   [junit4]   2> 1582856 T3688 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 1582857 T3687 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 57498
   [junit4]   2> 1582858 T3687 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1582859 T3687 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57495 57495
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteShardTest -Dtests.method=testDistribSearch -Dtests.seed=24F4D509E214A07C -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Brazil/East -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   92.9s | DeleteShardTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:57505
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([24F4D509E214A07C:A5125B11954BC040]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:579)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    > 	at org.apache.solr.cloud.DeleteShardTest.deleteShard(DeleteShardTest.java:152)
   [junit4]    > 	at org.apache.solr.cloud.DeleteShardTest.doTest(DeleteShardTest.java:94)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]    > 	... 45 more
   [junit4]   2> 1582883 T3687 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteShardTest-24F4D509E214A07C-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=10748, maxDocsPerChunk=145), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=10748)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=da_DK, timezone=Brazil/East
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=134593600,total=358621184
   [junit4]   2> NOTE: All tests run in this JVM: [TestRTGBase, SpellCheckCollatorTest, TestSchemaResource, TestFieldTypeCollectionResource, TestRawResponseWriter, HighlighterTest, OpenExchangeRatesOrgProviderTest, BasicDistributedZkTest, TestCopyFieldCollectionResource, TestDistribDocBasedVersion, DistributedFacetPivotLongTailTest, DistributedExpandComponentTest, TestArbitraryIndexDir, DistributedSpellCheckComponentTest, DistributedQueryComponentOptimizationTest, DistributedFacetPivotSmallAdvancedTest, SuggestComponentTest, TestFieldTypeResource, TestExpandComponent, SearchHandlerTest, TestPhraseSuggestions, TestSolrConfigHandlerConcurrent, MBeansHandlerTest, FacetPivotSmallTest, TestLazyCores, TestCursorMarkWithoutUniqueKey, TestJmxMonitoredMap, TestManagedSynonymFilterFactory, TestChildDocTransformer, TestFieldCollectionResource, StandardRequestHandlerTest, FieldAnalysisRequestHandlerTest, TestFaceting, TestJmxIntegration, SolrIndexConfigTest, MigrateRouteKeyTest, PreAnalyzedUpdateProcessorTest, TestStressVersions, TestLMDirichletSimilarityFactory, MultiThreadedOCPTest, InfoHandlerTest, HdfsDirectoryTest, CopyFieldTest, MultiTermTest, TestDefaultSearchFieldResource, TestRandomFaceting, BasicZkTest, CollectionsAPIDistributedZkTest, UpdateRequestProcessorFactoryTest, TestDistributedGrouping, SolrXmlInZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, TestImplicitCoreProperties, SliceStateTest, HdfsBasicDistributedZkTest, DefaultValueUpdateProcessorTest, TestInitQParser, RequestHandlersTest, TestRandomMergePolicy, TestManagedSchema, RAMDirectoryFactoryTest, DirectUpdateHandlerTest, TestWordDelimiterFilterFactory, ResponseHeaderTest, AlternateDirectoryTest, DebugComponentTest, TestDefaultSimilarityFactory, SortByFunctionTest, DeleteShardTest]
   [junit4] Completed in 92.92s, 1 test, 1 error <<< FAILURES!

[...truncated 1201 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:190: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 450 suites, 1843 tests, 1 error, 51 ignored (21 assumptions)

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