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/08/14 09:41:10 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1733 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1733/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:58122/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:58122/collection1
	at __randomizedtesting.SeedInfo.seed([5272C203B71C70EA:D3944C1BC04310D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 47 more




Build Log:
[...truncated 12153 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/init-core-data-001
   [junit4]   2> 6399133 T15338 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6399133 T15338 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 6399137 T15338 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6399139 T15338 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6399141 T15339 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6399242 T15338 oasc.ZkTestServer.run start zk server on port:58102
   [junit4]   2> 6399244 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6399249 T15345 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1904ecd4 name:ZooKeeperConnection Watcher:127.0.0.1:58102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6399250 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6399250 T15338 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6399261 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6399263 T15347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a6234ab name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6399264 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6399264 T15338 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6399272 T15338 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6399278 T15338 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6399284 T15338 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6399292 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6399293 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6399303 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 6399304 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6399311 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6399312 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6399317 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6399318 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6399329 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6399329 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6399339 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6399341 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6399350 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6399351 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6399358 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6399359 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6399366 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6399367 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6399375 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6399376 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6399384 T15338 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6399385 T15338 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6399396 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6399399 T15349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ee6948c name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6399399 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6401681 T15338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6401692 T15338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6401714 T15338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58106
   [junit4]   2> 6401718 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6401718 T15338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6401718 T15338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002
   [junit4]   2> 6401719 T15338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/'
   [junit4]   2> 6401778 T15338 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/solr.xml
   [junit4]   2> 6401797 T15338 oasc.CoreContainer.<init> New CoreContainer 156928534
   [junit4]   2> 6401798 T15338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/]
   [junit4]   2> 6401798 T15338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6401798 T15338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6401799 T15338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6401799 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6401799 T15338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6401800 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6401801 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6401801 T15338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6401801 T15338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6401805 T15338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6401807 T15338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6401808 T15338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6401808 T15338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6401808 T15338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58102/solr
   [junit4]   2> 6401809 T15338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6401811 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401814 T15360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22f2adca name:ZooKeeperConnection Watcher:127.0.0.1:58102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401816 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6401821 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401824 T15362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c694c09 name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401825 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6401829 T15338 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6401836 T15338 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6401844 T15338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6401852 T15338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6401861 T15338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6401871 T15338 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6401875 T15338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58106_
   [junit4]   2> 6401877 T15338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58106_
   [junit4]   2> 6401885 T15338 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6401890 T15338 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6401900 T15338 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58106_
   [junit4]   2> 6401900 T15338 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6401906 T15338 oasc.Overseer.start Overseer (id=92274791300661252-127.0.0.1:58106_-n_0000000000) starting
   [junit4]   2> 6401915 T15338 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6401945 T15364 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6401947 T15338 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6401954 T15338 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6401959 T15338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6401967 T15363 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6401974 T15365 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6401975 T15365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6401976 T15365 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6401976 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6401982 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6401984 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58106",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58106_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6401984 T15363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 6401984 T15363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6401992 T15366 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> 6402978 T15365 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6402979 T15365 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6402981 T15365 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6402981 T15365 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6402985 T15365 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6402985 T15365 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/'
   [junit4]   2> 6402989 T15365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6402990 T15365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6402991 T15365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6403067 T15365 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 6403081 T15365 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6403084 T15365 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 6403087 T15365 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 6403092 T15365 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6403107 T15365 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6403112 T15365 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6403117 T15365 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 6403130 T15365 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 6403130 T15365 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6403131 T15365 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6403132 T15365 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/
   [junit4]   2> 6403132 T15365 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6403134 T15365 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data
   [junit4]   2> 6403135 T15365 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6403136 T15365 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6403136 T15365 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/index
   [junit4]   2> 6403137 T15365 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.5224609375, floorSegmentMB=2.0908203125, forceMergeDeletesPctAllowed=1.3337718477127603, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6403144 T15365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cdd1534; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403144 T15365 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6403147 T15365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6403151 T15365 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6403153 T15365 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6403153 T15365 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6403153 T15365 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6403153 T15365 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6403154 T15365 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6403154 T15365 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6403156 T15365 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6403156 T15365 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6403156 T15365 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6403157 T15365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6403157 T15365 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6403167 T15365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403169 T15365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403171 T15365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403173 T15365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403175 T15365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403178 T15365 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6403178 T15365 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6403180 T15365 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=878235870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6403182 T15365 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cdd1534; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403182 T15365 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6403183 T15365 oass.SolrIndexSearcher.<init> Opening Searcher@3840ad02[collection1] main
   [junit4]   2> 6403184 T15365 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6403187 T15365 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6403187 T15365 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6403190 T15365 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6403190 T15365 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6403190 T15365 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403192 T15365 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6403192 T15365 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403194 T15365 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 6403202 T15365 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6403203 T15365 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403203 T15365 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6403203 T15365 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6403207 T15365 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6403207 T15367 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3840ad02[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 6403212 T15370 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58106 collection:control_collection shard:shard1
   [junit4]   2> 6403213 T15338 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6403214 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6403215 T15370 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6403228 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6403232 T15372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15f438f8 name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6403232 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6403237 T15338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6403241 T15370 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6403247 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403249 T15370 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6403249 T15338 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6403249 T15370 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2691 name=collection1 org.apache.solr.core.SolrCore@52100ecc url=https://127.0.0.1:58106/collection1 node=127.0.0.1:58106_ C2691_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:58106, core=collection1, node_name=127.0.0.1:58106_}
   [junit4]   2> 6403251 T15370 C2691 P58106 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58106/collection1/
   [junit4]   2> 6403251 T15370 C2691 P58106 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6403251 T15370 C2691 P58106 oasc.SyncStrategy.syncToMe https://127.0.0.1:58106/collection1/ has no replicas
   [junit4]   2> 6403252 T15370 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58106/collection1/ shard1
   [junit4]   2> 6403252 T15370 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6403270 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6403297 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403405 T15373 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> 6403407 T15366 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> 6403438 T15370 oasc.ZkController.register We are https://127.0.0.1:58106/collection1/ and leader is https://127.0.0.1:58106/collection1/
   [junit4]   2> 6403439 T15370 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58106
   [junit4]   2> 6403439 T15370 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6403439 T15370 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6403440 T15370 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6403450 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403451 T15370 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6403461 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6403469 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58106",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58106_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6403598 T15373 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> 6403599 T15366 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> 6405759 T15338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6405760 T15338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6405769 T15338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6405771 T15338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58110
   [junit4]   2> 6405774 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6405774 T15338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6405775 T15338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003
   [junit4]   2> 6405775 T15338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/'
   [junit4]   2> 6405857 T15338 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/solr.xml
   [junit4]   2> 6405884 T15338 oasc.CoreContainer.<init> New CoreContainer 1445812497
   [junit4]   2> 6405885 T15338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/]
   [junit4]   2> 6405886 T15338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6405886 T15338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6405887 T15338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6405887 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6405888 T15338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6405888 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6405888 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6405889 T15338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6405889 T15338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6405892 T15338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6405895 T15338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6405895 T15338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6405895 T15338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6405896 T15338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58102/solr
   [junit4]   2> 6405896 T15338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6405898 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405903 T15384 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43fc1295 name:ZooKeeperConnection Watcher:127.0.0.1:58102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6405904 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6405912 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405915 T15386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@215a80b4 name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6405915 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6405938 T15338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6406949 T15338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58110_
   [junit4]   2> 6406953 T15338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58110_
   [junit4]   2> 6406960 T15366 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 6406960 T15373 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 6406961 T15387 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 6406978 T15388 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6406979 T15388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6406981 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6406982 T15388 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6406987 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6406989 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58110",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58110_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6406989 T15363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6406989 T15363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 6406997 T15366 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> 6406997 T15387 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> 6406998 T15373 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> 6407985 T15388 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6407985 T15388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6407987 T15388 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6407987 T15388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6407990 T15388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6407991 T15388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/'
   [junit4]   2> 6407992 T15388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6407993 T15388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6407993 T15388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6408043 T15388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 6408053 T15388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6408058 T15388 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6408063 T15388 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6408078 T15388 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6408078 T15388 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6408079 T15388 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6408080 T15388 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/
   [junit4]   2> 6408080 T15388 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6408081 T15388 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data
   [junit4]   2> 6408082 T15388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6408083 T15388 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6408085 T15388 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/index
   [junit4]   2> 6408085 T15388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.5224609375, floorSegmentMB=2.0908203125, forceMergeDeletesPctAllowed=1.3337718477127603, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6408092 T15388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ed18def; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6408093 T15388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6408095 T15388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6408097 T15388 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6408098 T15388 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6408098 T15388 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6408099 T15388 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6408099 T15388 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6408101 T15388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6408101 T15388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6408101 T15388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6408101 T15388 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6408102 T15388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6408102 T15388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6408102 T15388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6408111 T15388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6408113 T15388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6408115 T15388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6408118 T15388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6408119 T15388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6408122 T15388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6408123 T15388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6408124 T15388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=878235870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6408126 T15388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ed18def; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6408127 T15388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6408127 T15388 oass.SolrIndexSearcher.<init> Opening Searcher@43f68b76[collection1] main
   [junit4]   2> 6408127 T15388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6408130 T15388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6408130 T15388 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6408132 T15388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6408132 T15388 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6408132 T15388 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6408137 T15388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6408138 T15388 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6408138 T15388 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6408138 T15388 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6408138 T15388 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6408142 T15388 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6408142 T15389 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43f68b76[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 6408145 T15392 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58110 collection:collection1 shard:shard2
   [junit4]   2> 6408145 T15338 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6408146 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6408148 T15392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6408162 T15392 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 6408168 T15392 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6408169 T15392 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2692 name=collection1 org.apache.solr.core.SolrCore@39d0a4 url=https://127.0.0.1:58110/collection1 node=127.0.0.1:58110_ C2692_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:58110, core=collection1, node_name=127.0.0.1:58110_}
   [junit4]   2> 6408169 T15392 C2692 P58110 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58110/collection1/
   [junit4]   2> 6408170 T15392 C2692 P58110 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6408170 T15392 C2692 P58110 oasc.SyncStrategy.syncToMe https://127.0.0.1:58110/collection1/ has no replicas
   [junit4]   2> 6408171 T15392 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58110/collection1/ shard2
   [junit4]   2> 6408171 T15392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 6408171 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408180 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6408202 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408316 T15366 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> 6408319 T15373 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> 6408323 T15387 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> 6408357 T15392 oasc.ZkController.register We are https://127.0.0.1:58110/collection1/ and leader is https://127.0.0.1:58110/collection1/
   [junit4]   2> 6408357 T15392 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58110
   [junit4]   2> 6408357 T15392 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6408358 T15392 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6408358 T15392 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6408373 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408376 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6408377 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58110",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58110_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6408387 T15392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6408488 T15387 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> 6408489 T15366 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> 6408490 T15373 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> 6410446 T15338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6410447 T15338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6410455 T15338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6410457 T15338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58113
   [junit4]   2> 6410460 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6410461 T15338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6410461 T15338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004
   [junit4]   2> 6410462 T15338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/'
   [junit4]   2> 6410517 T15338 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/solr.xml
   [junit4]   2> 6410539 T15338 oasc.CoreContainer.<init> New CoreContainer 1555711764
   [junit4]   2> 6410540 T15338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/]
   [junit4]   2> 6410540 T15338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6410541 T15338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6410541 T15338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6410542 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6410543 T15338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6410543 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6410543 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6410544 T15338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6410544 T15338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6410547 T15338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6410549 T15338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6410549 T15338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6410550 T15338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6410551 T15338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58102/solr
   [junit4]   2> 6410551 T15338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6410553 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410558 T15403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5214ff31 name:ZooKeeperConnection Watcher:127.0.0.1:58102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6410561 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6410567 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410572 T15405 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62bc63e4 name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6410573 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6410601 T15338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6411617 T15338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58113_
   [junit4]   2> 6411619 T15338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58113_
   [junit4]   2> 6411629 T15373 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 6411630 T15406 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 6411629 T15366 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 6411630 T15387 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 6411648 T15407 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6411649 T15407 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6411652 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6411652 T15407 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6411658 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6411660 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58113",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58113_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6411660 T15363 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6411660 T15363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 6411671 T15406 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> 6411671 T15387 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> 6411671 T15373 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> 6411671 T15366 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> 6412655 T15407 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6412656 T15407 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6412658 T15407 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6412659 T15407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6412661 T15407 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6412662 T15407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/'
   [junit4]   2> 6412665 T15407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6412665 T15407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6412666 T15407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6412733 T15407 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 6412766 T15407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6412770 T15407 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6412775 T15407 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6412789 T15407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6412791 T15407 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6412791 T15407 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6412792 T15407 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/
   [junit4]   2> 6412792 T15407 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6412793 T15407 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data
   [junit4]   2> 6412793 T15407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6412794 T15407 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6412796 T15407 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/index
   [junit4]   2> 6412796 T15407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=93.5224609375, floorSegmentMB=2.0908203125, forceMergeDeletesPctAllowed=1.3337718477127603, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6412801 T15407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@349ca191; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6412802 T15407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6412803 T15407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6412805 T15407 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6412806 T15407 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6412806 T15407 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6412807 T15407 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6412807 T15407 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6412807 T15407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6412808 T15407 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6412808 T15407 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6412808 T15407 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6412809 T15407 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6412809 T15407 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6412809 T15407 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6412818 T15407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6412819 T15407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6412820 T15407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6412823 T15407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6412827 T15407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6412829 T15407 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6412829 T15407 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6412830 T15407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=878235870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6412831 T15407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@349ca191; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6412832 T15407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6412832 T15407 oass.SolrIndexSearcher.<init> Opening Searcher@19c1b9d6[collection1] main
   [junit4]   2> 6412832 T15407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6412836 T15407 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6412836 T15407 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6412837 T15407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6412838 T15407 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6412838 T15407 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6412841 T15407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6412842 T15407 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6412842 T15407 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6412842 T15407 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6412842 T15407 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6412848 T15407 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6412848 T15408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19c1b9d6[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 6412851 T15411 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58113 collection:collection1 shard:shard3
   [junit4]   2> 6412852 T15338 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6412852 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6412853 T15411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 6412867 T15411 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 6412874 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6412875 T15411 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6412876 T15411 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2693 name=collection1 org.apache.solr.core.SolrCore@290545e1 url=https://127.0.0.1:58113/collection1 node=127.0.0.1:58113_ C2693_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:58113, core=collection1, node_name=127.0.0.1:58113_}
   [junit4]   2> 6412876 T15411 C2693 P58113 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58113/collection1/
   [junit4]   2> 6412877 T15411 C2693 P58113 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6412877 T15411 C2693 P58113 oasc.SyncStrategy.syncToMe https://127.0.0.1:58113/collection1/ has no replicas
   [junit4]   2> 6412878 T15411 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58113/collection1/ shard3
   [junit4]   2> 6412879 T15411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 6412888 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6412914 T15373 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> 6412914 T15366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6412915 T15387 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> 6412915 T15412 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> 6412922 T15406 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> 6412950 T15411 oasc.ZkController.register We are https://127.0.0.1:58113/collection1/ and leader is https://127.0.0.1:58113/collection1/
   [junit4]   2> 6412951 T15411 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58113
   [junit4]   2> 6412951 T15411 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6412951 T15411 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6412951 T15411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6412956 T15412 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6412959 T15411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6412963 T15363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6412964 T15363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58113",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58113_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 6413073 T15373 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> 6413074 T15387 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> 6413074 T15412 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> 6413075 T15406 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> 6415163 T15338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 6415164 T15338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6415173 T15338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6415174 T15338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58116
   [junit4]   2> 6415177 T15338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6415179 T15338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6415179 T15338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-005
   [junit4]   2> 6415179 T15338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-005/'
   [junit4]   2> 6415228 T15338 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-005/solr.xml
   [junit4]   2> 6415246 T15338 oasc.CoreContainer.<init> New CoreContainer 125021224
   [junit4]   2> 6415246 T15338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-5272C203B71C70EA-001/tempDir-005/]
   [junit4]   2> 6415247 T15338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6415247 T15338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6415248 T15338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6415248 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6415249 T15338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6415249 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6415250 T15338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6415250 T15338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6415250 T15338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6415253 T15338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6415255 T15338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6415256 T15338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6415257 T15338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6415257 T15338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58102/solr
   [junit4]   2> 6415258 T15338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6415259 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6415264 T15423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@359486b6 name:ZooKeeperConnection Watcher:127.0.0.1:58102 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6415266 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6415272 T15338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6415274 T15425 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cce4fbc name:ZooKeeperConnection Watcher:127.0.0.1:58102/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6415275 T15338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6415299 T15338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6416310 T15338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58116_
   [junit4]   2> 6416312 T15338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58116_
   [junit4]   2> 6416321 T15412 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 6416322 T15387 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 6416322 T15373 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 6416323 T15426 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 6416322 T15406 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 6416337 T15427 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6416337 T15427 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6416339 T15427 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6416339 T15412 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6416345 T15363 oascc.ZkStateReader.upda

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

stDynamicFieldResource, TestFastLRUCache, TestNoOpRegenerator, DebugComponentTest, MultiTermTest, UUIDUpdateProcessorFallbackTest, TestGroupingSearch, TestQueryTypes, HdfsCollectionsAPIDistributedZkTest, RegexBoostProcessorTest, TestLMDirichletSimilarityFactory, TriLevelCompositeIdRoutingTest, TestIBSimilarityFactory, AddSchemaFieldsUpdateProcessorFactoryTest, AnalyticsMergeStrategyTest, DocValuesTest, TestNonNRTOpen, CustomCollectionTest, TestRandomMergePolicy, TestSerializedLuceneMatchVersion, TestFileDictionaryLookup, TermsComponentTest, OpenCloseCoreStressTest, DOMUtilTest, TestDFRSimilarityFactory, TestRealTimeGet, TestSchemaSimilarityResource, TestJmxIntegration, DocumentAnalysisRequestHandlerTest, TestDistributedMissingSort, TestManagedSchemaFieldResource, TestExceedMaxTermLength, TestLeaderElectionZkExpiry, TestDocumentBuilder, TestNumberUtils, TestQueryUtils, TestRemoteStreaming, SignatureUpdateProcessorFactoryTest, TestJoin, TestSweetSpotSimilarityFactory, FullSolrCloudDistribCmdsTest, CopyFieldTest, TestLFUCache, BinaryUpdateRequestHandlerTest, TestIndexingPerformance, EnumFieldTest, TestStressReorder, RequiredFieldsTest, PrimUtilsTest, HdfsChaosMonkeySafeLeaderTest, SuggestComponentTest, TestPHPSerializedResponseWriter, TestDocSet, DocValuesMissingTest, ShardSplitTest, LoggingHandlerTest, TestDefaultSimilarityFactory, TestDistributedGrouping, IndexBasedSpellCheckerTest, SpellCheckCollatorTest, TestFieldTypeCollectionResource, OverseerRolesTest, MigrateRouteKeyTest, PathHierarchyTokenizerFactoryTest, SynonymTokenizerTest, TestSolrCoreProperties, TestRestManager, SortByFunctionTest, PluginInfoTest, SolrRequestParserTest, TestRequestStatusCollectionAPI, TestCoreDiscovery, TestPseudoReturnFields, TestSolrQueryParserResource, SuggesterFSTTest, SpellPossibilityIteratorTest, BJQParserTest, TestFastOutputStream, UniqFieldsUpdateProcessorFactoryTest, DistribCursorPagingTest, TestReplicationHandlerBackup, CachingDirectoryFactoryTest, DisMaxRequestHandlerTest, BasicDistributedZk2Test, PolyFieldTest, NotRequiredUniqueKeyTest, DistanceFunctionTest, TestSearchPerf, TestStandardQParsers, TestInitQParser, TestCSVLoader, RecoveryZkTest, ParsingFieldUpdateProcessorsTest, SuggesterTest, AnalysisErrorHandlingTest, TestUpdate, UUIDFieldTest, WordBreakSolrSpellCheckerTest, TestBM25SimilarityFactory, TestHighlightDedupGrouping, TestJmxMonitoredMap, TestDocBasedVersionConstraints, NumericFieldsTest, RAMDirectoryFactoryTest, CoreAdminCreateDiscoverTest, TestSolrXmlPersistence, HdfsBasicDistributedZk2Test, DirectSolrConnectionTest, JSONWriterTest, BlockCacheTest, SpatialFilterTest, TestCodecSupport, FieldMutatingUpdateProcessorTest, TestReversedWildcardFilterFactory, DistributedQueryElevationComponentTest, BadComponentTest, TestMissingGroups, TestHashPartitioner, ReturnFieldsTest, TestFastWriter, DistributedQueryComponentCustomSortTest, SolrCoreTest, BlockDirectoryTest, TestFieldTypeResource, CircularListTest, TimeZoneUtilsTest, TestSchemaNameResource, TestQuerySenderListener, PeerSyncTest, SolrIndexConfigTest, QueryElevationComponentTest, HdfsLockFactoryTest, StatsComponentTest, SpellingQueryConverterTest, JsonLoaderTest, MergeStrategyTest, DistribDocExpirationUpdateProcessorTest, TestLazyCores, SolrTestCaseJ4Test, TestRandomDVFaceting, TestOverriddenPrefixQueryForCustomFieldType, LeaderElectionIntegrationTest, SyncSliceTest, DeleteInactiveReplicaTest, TestMultiCoreConfBootstrap, SearchHandlerTest, TestSchemaResource, MoreLikeThisHandlerTest, TestComplexPhraseQParserPlugin, TestSolrDeletionPolicy2, OpenExchangeRatesOrgProviderTest, MBeansHandlerTest, TestCollationField, TestRandomFaceting, TestReplicationHandler, TestNRTOpen, TestStressLucene, SimpleFacetsTest, BasicDistributedZkTest, TestConfig, TestSolrDeletionPolicy1, TestInfoStreamLogging, TestSolrQueryParserDefaultOperatorResource, DistributedTermsComponentTest, CoreMergeIndexesAdminHandlerTest, AddBlockUpdateTest, TestCloudManagedSchemaConcurrent, ConnectionManagerTest, ChaosMonkeySafeLeaderTest, TestCollationFieldDocValues, NoCacheHeaderTest, TestZkChroot, ExternalFileFieldSortTest, SoftAutoCommitTest, TestValueSourceCache, CoreContainerCoreInitFailuresTest, ClusterStateUpdateTest, InfoHandlerTest, AtomicUpdatesTest, TestReloadAndDeleteDocs, CollectionsAPIDistributedZkTest, TestLuceneMatchVersion, HdfsUnloadDistributedZkTest, OutputWriterTest, SolrXmlInZkTest, TestManagedResource, TestLRUCache, TestSearcherReuse, TestTolerantSearch, FileUtilsTest, UnloadDistributedZkTest, OverseerTest, ShardRoutingTest, BasicZkTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SpellCheckComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, LegacyHTMLStripCharFilterTest, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestSolrJ, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestCollationKeyRangeQueries, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest, HttpPartitionTest, MultiThreadedOCPTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, TestCloudInspectUtil, TestCollectionAPI, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestShortCircuitedRequests, HdfsBasicDistributedZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties, TestShardHandlerFactory, TestSolrXml, TestSolrXmlPersistor, CoreAdminRequestStatusTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, TestExpandComponent, HighlighterMaxOffsetTest, TestIntervalFaceting, TestChildDocTransformer, TestManagedResourceStorage, TestClassNameShortening, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestSchemaVersionResource, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, BadCopyFieldTest, ChangedSchemaMergeTest, TestCloudManagedSchema, TestCloudSchemaless]
   [junit4] Completed in 291.04s, 1 test, 1 error <<< FAILURES!

[...truncated 78 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1308: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923: There were test failures: 411 suites, 1712 tests, 1 error, 43 ignored (16 assumptions)

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



[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 1734 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1734/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([43F99366F9ACFEB0]:0)


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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([43F99366F9ACFEB0]:0)




Build Log:
[...truncated 11520 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/init-core-data-001
   [junit4]   2> 2682745 T6043 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2682746 T6043 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /oex/
   [junit4]   2> 2682760 T6043 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2682762 T6043 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2682764 T6044 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2682769 T6043 oasc.ZkTestServer.run start zk server on port:54958
   [junit4]   2> 2682774 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2682781 T6050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c6eea99 name:ZooKeeperConnection Watcher:127.0.0.1:54958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2682783 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2682783 T6043 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2682800 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2682803 T6052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bcc7649 name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2682805 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2682806 T6043 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2682814 T6043 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2682821 T6043 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2682826 T6043 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2682837 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2682838 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2682848 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2682849 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2682862 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2682863 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2682873 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2682874 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2682881 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2682882 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2682895 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2682896 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2682901 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2682902 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2682910 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2682911 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2682918 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2682918 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2682924 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2682925 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2682933 T6043 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2682933 T6043 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2682944 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2682954 T6054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2eb4d5e name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2682958 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2685051 T6043 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2685060 T6043 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2685071 T6043 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54962
   [junit4]   2> 2685074 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2685074 T6043 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2685075 T6043 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002
   [junit4]   2> 2685075 T6043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/'
   [junit4]   2> 2685131 T6043 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/solr.xml
   [junit4]   2> 2685212 T6043 oasc.CoreContainer.<init> New CoreContainer 1631028499
   [junit4]   2> 2685213 T6043 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/]
   [junit4]   2> 2685215 T6043 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2685215 T6043 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2685215 T6043 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2685215 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2685216 T6043 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2685217 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2685217 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2685217 T6043 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2685218 T6043 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2685222 T6043 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2685224 T6043 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2685224 T6043 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2685225 T6043 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2685225 T6043 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54958/solr
   [junit4]   2> 2685226 T6043 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2685227 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2685231 T6065 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46c069f9 name:ZooKeeperConnection Watcher:127.0.0.1:54958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2685232 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2685237 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2685240 T6067 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@453b25c7 name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2685241 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2685243 T6043 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2685252 T6043 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2685263 T6043 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2685272 T6043 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2685281 T6043 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2685292 T6043 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2685296 T6043 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54962_oex
   [junit4]   2> 2685298 T6043 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54962_oex
   [junit4]   2> 2685307 T6043 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2685313 T6043 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2685326 T6043 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54962_oex
   [junit4]   2> 2685326 T6043 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2685333 T6043 oasc.Overseer.start Overseer (id=92277334897131524-127.0.0.1:54962_oex-n_0000000000) starting
   [junit4]   2> 2685341 T6043 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2685371 T6069 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2685373 T6043 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2685380 T6043 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2685383 T6043 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2685395 T6068 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2685409 T6070 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2685409 T6070 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2685413 T6070 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2685413 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2685417 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2685419 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54962/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54962_oex",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2685419 T6068 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2685420 T6068 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2685429 T6071 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> 2686415 T6070 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2686415 T6070 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2686418 T6070 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2686418 T6070 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2686425 T6070 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2686426 T6070 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/collection1/'
   [junit4]   2> 2686429 T6070 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2686430 T6070 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2686431 T6070 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2686533 T6070 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 2686590 T6070 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2686595 T6070 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2686613 T6070 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2687141 T6070 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2687144 T6070 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2687145 T6070 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2687157 T6070 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2687244 T6070 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2687244 T6070 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2687248 T6070 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-002/collection1/, dataDir=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/control/data/
   [junit4]   2> 2687248 T6070 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30aadc4
   [junit4]   2> 2687250 T6070 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/control/data
   [junit4]   2> 2687250 T6070 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/control/data/index/
   [junit4]   2> 2687250 T6070 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2687253 T6070 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/control/data/index
   [junit4]   2> 2687254 T6070 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10901610012406167]
   [junit4]   2> 2687255 T6070 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@697c5179 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5e51f6da),segFN=segments_1,generation=1}
   [junit4]   2> 2687256 T6070 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2687266 T6070 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2687266 T6070 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2687267 T6070 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2687267 T6070 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2687267 T6070 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2687267 T6070 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2687268 T6070 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2687268 T6070 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2687268 T6070 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2687271 T6070 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687274 T6070 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687275 T6070 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687275 T6070 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687277 T6070 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2687278 T6070 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2687279 T6070 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2687279 T6070 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2687280 T6070 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687281 T6070 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2687282 T6070 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2687288 T6070 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2687307 T6070 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687314 T6070 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687316 T6070 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687317 T6070 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687319 T6070 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687327 T6070 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2687328 T6070 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2687328 T6070 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.7861328125, floorSegmentMB=1.7900390625, forceMergeDeletesPctAllowed=15.58650856600617, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24857814922044233
   [junit4]   2> 2687329 T6070 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@697c5179 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5e51f6da),segFN=segments_1,generation=1}
   [junit4]   2> 2687330 T6070 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2687330 T6070 oass.SolrIndexSearcher.<init> Opening Searcher@2c173b00[collection1] main
   [junit4]   2> 2687331 T6070 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2687337 T6070 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2687338 T6070 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2687341 T6070 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2687341 T6070 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2687342 T6070 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2687343 T6070 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2687344 T6070 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2687346 T6070 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2687353 T6070 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2687354 T6070 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2687354 T6070 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2687358 T6072 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c173b00[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2687361 T6070 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2687363 T6075 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54962/oex collection:control_collection shard:shard1
   [junit4]   2> 2687365 T6043 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2687365 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2687366 T6075 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2687374 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2687378 T6077 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e793621 name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2687379 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2687383 T6043 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2687384 T6075 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2687388 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2687389 T6043 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2687390 T6075 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2687390 T6075 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1183 name=collection1 org.apache.solr.core.SolrCore@1100531f url=https://127.0.0.1:54962/oex/collection1 node=127.0.0.1:54962_oex C1183_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:54962/oex, core=collection1, node_name=127.0.0.1:54962_oex}
   [junit4]   2> 2687390 T6075 C1183 P54962 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54962/oex/collection1/
   [junit4]   2> 2687391 T6075 C1183 P54962 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2687391 T6075 C1183 P54962 oasc.SyncStrategy.syncToMe https://127.0.0.1:54962/oex/collection1/ has no replicas
   [junit4]   2> 2687391 T6075 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54962/oex/collection1/ shard1
   [junit4]   2> 2687391 T6075 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2687398 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2687416 T6071 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> 2687418 T6078 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> 2687437 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2687445 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2687450 T6071 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> 2687452 T6078 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> 2687477 T6075 oasc.ZkController.register We are https://127.0.0.1:54962/oex/collection1/ and leader is https://127.0.0.1:54962/oex/collection1/
   [junit4]   2> 2687477 T6075 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54962/oex
   [junit4]   2> 2687477 T6075 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2687478 T6075 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2687478 T6075 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2687488 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2687489 T6075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2687494 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2687496 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54962/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54962_oex",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2687604 T6078 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> 2687605 T6071 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> 2690113 T6043 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2690114 T6043 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2690122 T6043 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2690125 T6043 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54966
   [junit4]   2> 2690131 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2690132 T6043 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2690132 T6043 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003
   [junit4]   2> 2690133 T6043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/'
   [junit4]   2> 2690184 T6043 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/solr.xml
   [junit4]   2> 2690273 T6043 oasc.CoreContainer.<init> New CoreContainer 1701760568
   [junit4]   2> 2690274 T6043 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/]
   [junit4]   2> 2690275 T6043 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2690276 T6043 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2690276 T6043 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2690277 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2690277 T6043 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2690278 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2690279 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2690280 T6043 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2690281 T6043 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2690288 T6043 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2690292 T6043 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2690292 T6043 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2690293 T6043 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2690293 T6043 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54958/solr
   [junit4]   2> 2690294 T6043 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2690296 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2690302 T6089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@467103d4 name:ZooKeeperConnection Watcher:127.0.0.1:54958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2690303 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2690310 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2690318 T6091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@395daf9e name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2690318 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2690351 T6043 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2691369 T6043 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54966_oex
   [junit4]   2> 2691374 T6043 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54966_oex
   [junit4]   2> 2691385 T6071 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2691386 T6078 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2691387 T6092 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2691417 T6093 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2691417 T6093 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2691420 T6093 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2691420 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2691428 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2691431 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54966/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54966_oex",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2691431 T6068 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 2691431 T6068 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2691443 T6071 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> 2691443 T6078 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> 2691443 T6092 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> 2692422 T6093 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2692423 T6093 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2692426 T6093 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2692426 T6093 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2692430 T6093 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2692430 T6093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/collection1/'
   [junit4]   2> 2692432 T6093 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2692433 T6093 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2692434 T6093 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2692554 T6093 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 2692605 T6093 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2692608 T6093 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2692627 T6093 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2693175 T6093 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2693179 T6093 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2693182 T6093 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2693189 T6093 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2693259 T6093 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2693259 T6093 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2693260 T6093 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-003/collection1/, dataDir=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty1/
   [junit4]   2> 2693260 T6093 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30aadc4
   [junit4]   2> 2693261 T6093 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty1
   [junit4]   2> 2693262 T6093 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty1/index/
   [junit4]   2> 2693263 T6093 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2693264 T6093 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty1/index
   [junit4]   2> 2693265 T6093 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10901610012406167]
   [junit4]   2> 2693265 T6093 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14b21e0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b8c6b71),segFN=segments_1,generation=1}
   [junit4]   2> 2693266 T6093 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2693275 T6093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2693275 T6093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2693277 T6093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2693277 T6093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2693277 T6093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2693277 T6093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2693279 T6093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2693280 T6093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2693280 T6093 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2693281 T6093 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2693282 T6093 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2693282 T6093 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2693284 T6093 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2693285 T6093 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2693286 T6093 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2693286 T6093 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2693287 T6093 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2693289 T6093 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2693289 T6093 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2693290 T6093 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2693291 T6093 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2693307 T6093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2693311 T6093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2693313 T6093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2693315 T6093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2693317 T6093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2693322 T6093 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2693322 T6093 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2693323 T6093 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.7861328125, floorSegmentMB=1.7900390625, forceMergeDeletesPctAllowed=15.58650856600617, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24857814922044233
   [junit4]   2> 2693324 T6093 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14b21e0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b8c6b71),segFN=segments_1,generation=1}
   [junit4]   2> 2693325 T6093 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2693325 T6093 oass.SolrIndexSearcher.<init> Opening Searcher@1df12451[collection1] main
   [junit4]   2> 2693326 T6093 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2693330 T6093 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2693330 T6093 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2693333 T6093 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2693333 T6093 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2693333 T6093 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2693338 T6093 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2693338 T6093 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2693338 T6093 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2693339 T6093 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2693344 T6094 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1df12451[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2693349 T6093 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2693352 T6097 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54966/oex collection:collection1 shard:shard1
   [junit4]   2> 2693353 T6043 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2693355 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2693356 T6097 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2693381 T6097 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2693387 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2693390 T6097 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2693391 T6097 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1184 name=collection1 org.apache.solr.core.SolrCore@1f2b034 url=https://127.0.0.1:54966/oex/collection1 node=127.0.0.1:54966_oex C1184_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:54966/oex, core=collection1, node_name=127.0.0.1:54966_oex}
   [junit4]   2> 2693391 T6097 C1184 P54966 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54966/oex/collection1/
   [junit4]   2> 2693391 T6097 C1184 P54966 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2693392 T6097 C1184 P54966 oasc.SyncStrategy.syncToMe https://127.0.0.1:54966/oex/collection1/ has no replicas
   [junit4]   2> 2693392 T6097 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54966/oex/collection1/ shard1
   [junit4]   2> 2693392 T6097 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2693399 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2693411 T6071 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> 2693414 T6092 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> 2693417 T6078 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> 2693430 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2693444 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2693549 T6078 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> 2693551 T6092 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> 2693551 T6071 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> 2693580 T6097 oasc.ZkController.register We are https://127.0.0.1:54966/oex/collection1/ and leader is https://127.0.0.1:54966/oex/collection1/
   [junit4]   2> 2693580 T6097 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54966/oex
   [junit4]   2> 2693580 T6097 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2693581 T6097 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2693581 T6097 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2693585 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2693588 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2693590 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54966/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54966_oex",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2693595 T6097 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2693703 T6092 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> 2693706 T6078 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> 2693706 T6071 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> 2695641 T6043 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2695642 T6043 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2695652 T6043 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2695655 T6043 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54969
   [junit4]   2> 2695659 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2695660 T6043 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2695660 T6043 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004
   [junit4]   2> 2695660 T6043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/'
   [junit4]   2> 2695718 T6043 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/solr.xml
   [junit4]   2> 2695796 T6043 oasc.CoreContainer.<init> New CoreContainer 1996318232
   [junit4]   2> 2695797 T6043 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/]
   [junit4]   2> 2695798 T6043 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2695799 T6043 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2695799 T6043 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2695799 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2695800 T6043 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2695800 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2695800 T6043 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2695801 T6043 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2695801 T6043 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2695805 T6043 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2695808 T6043 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2695808 T6043 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2695808 T6043 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2695809 T6043 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54958/solr
   [junit4]   2> 2695809 T6043 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2695811 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2695816 T6108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3aa5d605 name:ZooKeeperConnection Watcher:127.0.0.1:54958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2695817 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2695822 T6043 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2695827 T6110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4847c696 name:ZooKeeperConnection Watcher:127.0.0.1:54958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2695827 T6043 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2695856 T6043 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2696867 T6043 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54969_oex
   [junit4]   2> 2696869 T6043 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54969_oex
   [junit4]   2> 2696880 T6078 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2696880 T6071 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2696881 T6092 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2696882 T6111 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2696907 T6112 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2696907 T6112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2696909 T6112 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2696909 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2696914 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2696917 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54969/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54969_oex",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2696917 T6068 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 2696917 T6068 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2696925 T6071 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> 2696926 T6092 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> 2696927 T6078 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> 2696926 T6111 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> 2697911 T6112 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2697912 T6112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2697914 T6112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2697914 T6112 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2697918 T6112 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2697918 T6112 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/collection1/'
   [junit4]   2> 2697920 T6112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2697921 T6112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2697922 T6112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2698013 T6112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 2698070 T6112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2698074 T6112 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2698089 T6112 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2698614 T6112 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2698619 T6112 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2698620 T6112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2698632 T6112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2698724 T6112 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2698725 T6112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2698726 T6112 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-004/collection1/, dataDir=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty2/
   [junit4]   2> 2698726 T6112 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30aadc4
   [junit4]   2> 2698727 T6112 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty2
   [junit4]   2> 2698728 T6112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty2/index/
   [junit4]   2> 2698728 T6112 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2698732 T6112 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.RecoveryZkTest-43F99366F9ACFEB0-001/tempDir-001/jetty2/index
   [junit4]   2> 2698732 T6112 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10901610012406167]
   [junit4]   2> 2698734 T6112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@55d30d21 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1028be74),segFN=segments_1,generation=1}
   [junit4]   2> 2698734 T6112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2698747 T6112 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2698748 T6112 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2698748 T6112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2698748 T6112 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2698749 T6112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2698749 T6112 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2698751 T6112 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2698752 T6112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2698752 T6112 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2698754 T6112 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2698755 T6112 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2698756 T6112 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2698757 T6112 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2698758 T6112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2698759 T6112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2698760 T6112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2698762 T6112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2698763 T6112 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2698763 T6112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2698764 T6112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2698765 T6112 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2698786 T6112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2698789 T6112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2698793 T6112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2698864 T6112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2698871 T6112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2698882 T6112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2698883 T6112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2698884 T6112 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.7861328125, floorSegmentMB=1.7900390625, forceMergeDeletesPctAllowed=15.58650856600617, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24857814922044233
   [junit4]   2> 2698885 T6112 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@55d30d21 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1028be74),segFN=segments_1,generation=1}
   [junit4]   2> 2698885 T6112 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2698887 T6112 oass.SolrIndexSearcher.<init> Opening Searcher@7c9b8b79[collection1] main
   [junit4]   2> 2698887 T6112 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2698891 T6112 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2698891 T6112 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2698893 T6112 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2698894 T6112 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2698894 T6112 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2698898 T6112 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2698898 T6112 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2698899 T6112 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2698899 T6112 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2698907 T6113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c9b8b79[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2698915 T6112 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2698917 T6116 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54969/oex collection:collection1 shard:shard1
   [junit4]   2> 2698919 T6043 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2698919 T6043 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2698923 T6043 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2698928 T6116 oasc.ZkController.register We are https://127.0.0.1:54969/oex/collection1/ and leader is https://127.0.0.1:54966/oex/collection1/
   [junit4]   2> 2698928 T6116 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54969/oex
   [junit4]   2> 2698929 T6116 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 2698931 T6116 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1185 name=collection1 org.apache.solr.core.SolrCore@eceb6e4 url=https://127.0.0.1:54969/oex/collection1 node=127.0.0.1:54969_oex C1185_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:54969/oex, core=collection1, node_name=127.0.0.1:54969_oex}
   [junit4]   2> 2698943 T6119 C1185 P54969 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 2698944 T6119 C1185 P54969 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 2698946 T6119 C1185 P54969 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is https://127.0.0.1:54966/oex/collection1/ and I am https://127.0.0.1:54969/oex/collection1/
   [junit4]   2> 2698949 T6119 C1185 P54969 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 2698950 T6119 C1185 P54969 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2698948 T6116 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1186 name=collection1 org.apache.solr.core.SolrCore@1100531f url=https://127.0.0.1:54962/oex/collection1 node=127.0.0.1:54962_oex C1186_STATE=coll:control_collection core:collection1 props:{state=active, base_url=https://127.0.0.1:54962/oex, core=collection1, node_name=127.0.0.1:54962_oex, leader=true}
   [junit4]   2> 2698986 T6063 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-0 (1476437375351521280)]} 0 7
   [junit4]   2> 2698988 T6071 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2698998 T6119 C1185 P54969 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to https://127.0.0.1:54966/oex; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A54969_oex&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 2699000 T6068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2699002 T6060 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-0 (1476437375374589952)]} 0 1
   [junit4]   2> 2699005 T6068 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54969/oex",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54969_oex",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 2699043 T6111 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> 2699046 T6078 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> 2699046 T6092 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> 2699048 T6085 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2699046 T6071 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> 2699052 T6085 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2699055 T6085 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 2699055 T6085 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:54969_oex, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"recovering","base_url":"https://127.0.0.1:54969/oex","core":"collection1","node_name":"127.0.0.1:54969_oex"}
   [junit4]   2> 2699056 T6085 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 2699056 T6085 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={wt=javabin&core=collection1&version=2&onlyIfLeader=true&state=recovering&coreNodeName=core_node2&checkLive=true&onlyIfLeaderActive=true&nodeName=127.0.0.1:54969_oex&action=PREPRECOVERY} status=0 QTime=8 
   [junit4]   2>  C1185_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=https://127.0.0.1:54969/oex, core=collection1, node_name=127.0.0.1:54969_oex}
   [junit4]   2> 2699133 T6106 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-0 (1476437375443795968)]} 0 8
   [junit4]   2> 2699133 T6101 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-0 (1476437375455330304)]} 0 7
   [junit4]   2> ASYNC  NEW_CORE C1187 name=collection1 org.apache.solr.core.SolrCore@1f2b034 url=https://127.0.0.1:54966/oex/collection1 node=127.0.0.1:54966_oex C1187_STATE=coll:collection1 core:collection1 props:{state=active, base_url=https://127.0.0.1:54966/oex, core=collection1, node_name=127.0.0.1:54966_oex, leader=true}
   [junit4]   2> 2699135 T6085 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-0 (1476437375455330304)]} 0 57
   [junit4]   2> 2699135 T6083 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-0 (1476437375443795968)]} 0 68
   [junit4]   2> 2699164 T6062 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-1 (1476437375544459264)]} 0 1
   [junit4]   2> 2699167 T6061 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-1 (1476437375545507840)]} 0 3
   [junit4]   2> 2699182 T6102 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-1 (1476437375557042176)]} 0 0
   [junit4]   2> 2699185 T6087 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-1 (1476437375557042176)]} 0 10
   [junit4]   2> 2699192 T6105 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-1 (1476437375564382208)]} 0 3
   [junit4]   2> 2699200 T6082 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-1 (1476437375564382208)]} 0 19
   [junit4]   2> 2699210 T6063 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {delete=[2-1 (-1476437375593742336)]} 0 1
   [junit4]   2> 2699222 T6059 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {delete=[1-1 (-1476437375606325248)]} 0 0
   [junit4]   2> 2699226 T6104 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {delete=[2-1 (-1476437375602130944)]} 0 0
   [junit4]   2> 2699229 T6086 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {delete=[2-1 (-1476437375602130944)]} 0 11
   [junit4]   2> 2699232 T6103 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {delete=[1-1 (-1476437375610519552)]} 0 1
   [junit4]   2> 2699236 T6060 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-2 (1476437375621005312)]} 0 0
   [junit4]   2> 2699237 T6084 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {delete=[1-1 (-1476437375610519552)]} 0 11
   [junit4]   2> 2699245 T6062 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-2 (1476437375630442496)]} 0 0
   [junit4]   2> 2699248 T6106 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-2 (1476437375628345344)]} 0 1
   [junit4]   2> 2699250 T6085 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-2 (1476437375628345344)]} 0 7
   [junit4]   2> 2699260 T6101 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-2 (1476437375637782528)]} 0 1
   [junit4]   2> 2699261 T6083 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-2 (1476437375637782528)]} 0 10
   [junit4]   2> 2699283 T6058 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-3 (1476437375669239808)]} 0 1
   [junit4]   2> 2699293 T6061 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-3 (1476437375679725568)]} 0 2
   [junit4]   2> 2699294 T6102 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-3 (1476437375676579840)]} 0 1
   [junit4]   2> 2699298 T6087 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-3 (1476437375676579840)]} 0 9
   [junit4]   2> 2699305 T6104 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-3 (1476437375688114176)]} 0 1
   [junit4]   2> 2699308 T6082 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-3 (1476437375688114176)]} 0 8
   [junit4]   2> 2699371 T6063 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-4 (1476437375761514496)]} 0 1
   [junit4]   2> 2699382 T6059 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-4 (1476437375772000256)]} 0 2
   [junit4]   2> 2699387 T6103 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-4 (1476437375772000256)]} 0 1
   [junit4]   2> 2699393 T6106 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-4 (1476437375779340288)]} 0 2
   [junit4]   2> 2699395 T6086 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-4 (1476437375772000256)]} 0 15
   [junit4]   2> 2699402 T6085 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-4 (1476437375779340288)]} 0 16
   [junit4]   2> 2699416 T6062 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-5 (1476437375809748992)]} 0 0
   [junit4]   2> 2699426 T6058 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-5 (1476437375818137600)]} 0 3
   [junit4]   2> 2699475 T6105 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-5 (1476437375837011968)]} 0 12
   [junit4]   2> 2699479 T6083 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-5 (1476437375837011968)]} 0 38
   [junit4]   2> 2699496 T6102 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[1-5 (1476437375874760704)]} 0 1
   [junit4]   2> 2699500 T6087 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[1-5 (1476437375874760704)]} 0 23
   [junit4]   2> 2699580 T6061 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-6 (1476437375980666880)]} 0 1
   [junit4]   2> 2699598 T6103 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.distrib=FROMLEADER&version=2} {add=[2-6 (1476437375988006912)]} 0 5
   [junit4]   2> 2699609 T6082 C1187 P54966 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2} {add=[2-6 (1476437375988006912)]} 0 23
   [junit4]   2> 2699614 T6059 C1186 P54962 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-6 (1476437376016318464)]} 0 2
   [junit4]   2> 2699632 T6106 C1185 P54969 oasup.LogUpdateProcessor.finish [collection1] webapp=/oex path=/update params={wt=javabin&distrib.from=https://127.0.0.1:54966/oex/collection1/&update.dis

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

tSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	   9) Thread[id=6137, name=TEST-RecoveryZkTest.testDistribSearch-seed#[43F99366F9ACFEB0]-SendThread(127.0.0.1:54958), state=TIMED_WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 	  10) Thread[id=6127, name=qtp694936675-6127 Acceptor0 SslSelectChannelConnector@127.0.0.1:54969, state=RUNNABLE, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:956)
   [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> 	  11) Thread[id=6090, name=TEST-RecoveryZkTest.testDistribSearch-seed#[43F99366F9ACFEB0]-SendThread(127.0.0.1:54958), state=TIMED_WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 	  12) Thread[id=6141, name=searcherExecutor-3308-thread-1, state=WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  13) Thread[id=6144, name=coreZkRegister-3303-thread-1, state=WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  14) Thread[id=6076, name=TEST-RecoveryZkTest.testDistribSearch-seed#[43F99366F9ACFEB0]-SendThread(127.0.0.1:54958), state=TIMED_WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 	  15) Thread[id=6079, name=HashSessionScavenger-143, state=TIMED_WAITING, group=TGRP-RecoveryZkTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=ar_EG, timezone=Asia/Qatar
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=23,free=74392568,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser, ZkControllerTest, ResponseLogComponentTest, TestManagedSchemaFieldResource, DeleteShardTest, TestSearchPerf, CoreAdminHandlerTest, LeaderElectionIntegrationTest, DirectUpdateHandlerTest, AssignTest, XsltUpdateRequestHandlerTest, TestSimpleQParserPlugin, SliceStateTest, TestDocSet, HdfsDirectoryTest, ShowFileRequestHandlerTest, ResourceLoaderTest, TestDocBasedVersionConstraints, TestStressUserVersions, TestMaxScoreQueryParser, CachingDirectoryFactoryTest, DistributedTermsComponentTest, TestNumberUtils, TestSuggestSpellingConverter, SolrPluginUtilsTest, ZkNodePropsTest, MigrateRouteKeyTest, IndexSchemaTest, TestRandomDVFaceting, TestSolr4Spatial, StandardRequestHandlerTest, OverseerTest, TestCoreContainer, TestChildDocTransformer, URLClassifyProcessorTest, TestIndexingPerformance, SuggesterFSTTest, TestOverriddenPrefixQueryForCustomFieldType, TestUpdate, PrimUtilsTest, TestSolrJ, TestUtils, TestManagedSchema, TestAnalyzeInfixSuggestions, HighlighterMaxOffsetTest, LeaderElectionTest, OutputWriterTest, RemoteQueryErrorTest, TestFreeTextSuggestions, BasicDistributedZkTest, TestReloadAndDeleteDocs, CursorPagingTest, ParsingFieldUpdateProcessorsTest, SystemInfoHandlerTest, TestSolrQueryParser, TestSchemaVersionResource, DocumentAnalysisRequestHandlerTest, ChangedSchemaMergeTest, TestRangeQuery, TestSolrDeletionPolicy2, RollingRestartTest, DistanceFunctionTest, ZkCLITest, SortByFunctionTest, EnumFieldTest, TestJoin, SignatureUpdateProcessorFactoryTest, DirectSolrConnectionTest, TestLuceneMatchVersion, MoreLikeThisHandlerTest, SampleTest, UUIDUpdateProcessorFallbackTest, TestQuerySenderNoQuery, SolrInfoMBeanTest, DistribCursorPagingTest, TestRandomMergePolicy, ChaosMonkeySafeLeaderTest, TestMergePolicyConfig, TestStressVersions, FastVectorHighlighterTest, TestFieldSortValues, TestReplicationHandlerBackup, DistributedExpandComponentTest, DistributedDebugComponentTest, MultiTermTest, TestLazyCores, CopyFieldTest, RequestHandlersTest, TestIntervalFaceting, CacheHeaderTest, HdfsCollectionsAPIDistributedZkTest, BasicFunctionalityTest, TestComponentsName, TermVectorComponentDistributedTest, TestMiniSolrCloudCluster, TestFieldTypeResource, TriLevelCompositeIdRoutingTest, TermVectorComponentTest, QueryResultKeyTest, TestInfoStreamLogging, ClusterStateUpdateTest, TestDynamicFieldResource, ConnectionManagerTest, TestHighlightDedupGrouping, TestComplexPhraseQParserPlugin, TestCollationField, TestStressReorder, SpellPossibilityIteratorTest, BasicZkTest, TestSystemIdResolver, DeleteLastCustomShardedReplicaTest, SpellCheckCollatorTest, SynonymTokenizerTest, PeerSyncTest, TestBinaryResponseWriter, SuggestComponentTest, HdfsSyncSliceTest, HdfsLockFactoryTest, TestManagedResource, TestImplicitCoreProperties, TestValueSourceCache, TestRemoteStreaming, TestDistributedSearch, JSONWriterTest, MinimalSchemaTest, CustomCollectionTest, ReturnFieldsTest, EchoParamsTest, SpatialFilterTest, TestMultiCoreConfBootstrap, TestDFRSimilarityFactory, SOLR749Test, RecoveryZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=43F99366F9ACFEB0 -Dtests.slow=true -Dtests.locale=ar_EG -Dtests.timezone=Asia/Qatar -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43F99366F9ACFEB0]:0)
   [junit4] Completed in 7227.78s, 1 test, 2 errors <<< FAILURES!

[...truncated 839 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1308: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923: There were test failures: 411 suites, 1712 tests, 1 suite-level error, 1 error, 1118 ignored (12 assumptions)

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