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/13 19:50:41 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1768/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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:49371/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49371/collection1
	at __randomizedtesting.SeedInfo.seed([36145D9569A8A9C9:B7F2D38D1EF7C9F5]: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:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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 10771 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/init-core-data-001
   [junit4]   2> 270391 T551 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 270391 T551 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 270399 T551 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 270401 T551 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 270402 T552 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 270409 T551 oasc.ZkTestServer.run start zk server on port:49347
   [junit4]   2> 270419 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 270425 T558 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2036498 name:ZooKeeperConnection Watcher:127.0.0.1:49347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270425 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 270426 T551 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 270439 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 270442 T560 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b0584cc name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270442 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 270443 T551 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 270460 T551 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 270475 T551 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 270485 T551 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 270495 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 270501 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 270510 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 270511 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 270521 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 270521 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 270553 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 270554 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 270561 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 270561 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 270569 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 270570 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 270576 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 270577 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 270583 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 270583 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 270592 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 270592 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 270599 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 270599 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 270606 T551 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 270610 T551 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 270625 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 270629 T562 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11b83ed2 name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270630 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 273094 T551 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 273107 T551 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 273173 T551 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49351
   [junit4]   2> 273176 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 273176 T551 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 273177 T551 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002
   [junit4]   2> 273177 T551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/'
   [junit4]   2> 273225 T551 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/solr.xml
   [junit4]   2> 273274 T551 oasc.CoreContainer.<init> New CoreContainer 682249640
   [junit4]   2> 273275 T551 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/]
   [junit4]   2> 273276 T551 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 273277 T551 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 273278 T551 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 273279 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 273279 T551 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 273280 T551 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 273281 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 273281 T551 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 273282 T551 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 273287 T551 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 273289 T551 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 273289 T551 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 273289 T551 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 273290 T551 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49347/solr
   [junit4]   2> 273291 T551 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 273294 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 273297 T573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1efcbc28 name:ZooKeeperConnection Watcher:127.0.0.1:49347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 273298 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 273309 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 273314 T575 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c15d3bf name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 273316 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 273322 T551 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 273335 T551 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 273347 T551 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 273363 T551 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 273374 T551 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 273394 T551 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 273399 T551 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49351_
   [junit4]   2> 273401 T551 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49351_
   [junit4]   2> 273416 T551 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 273424 T551 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 273439 T551 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49351_
   [junit4]   2> 273439 T551 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 273447 T551 oasc.Overseer.start Overseer (id=92271133511647236-127.0.0.1:49351_-n_0000000000) starting
   [junit4]   2> 273458 T551 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 273502 T577 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 273506 T551 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 273517 T551 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 273524 T551 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 273538 T576 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 273551 T578 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 273551 T578 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 273553 T578 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 273554 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 273559 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 273561 T576 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:49351",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49351_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 273561 T576 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 273562 T576 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 273571 T579 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> 274557 T578 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 274558 T578 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 274560 T578 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 274561 T578 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 274565 T578 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 274565 T578 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/'
   [junit4]   2> 274567 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 274567 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 274568 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 274643 T578 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 274671 T578 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 274725 T578 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> 274745 T578 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 274750 T578 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 274777 T578 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 274793 T578 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 274802 T578 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 274817 T578 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> 274817 T578 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 274817 T578 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 274819 T578 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/
   [junit4]   2> 274819 T578 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 274896 T578 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data
   [junit4]   2> 274897 T578 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/index/
   [junit4]   2> 274899 T578 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 274899 T578 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/index
   [junit4]   2> 274900 T578 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 274907 T578 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b41395a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 274907 T578 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 274910 T578 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 275886 T578 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 275887 T578 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 275887 T578 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 275887 T578 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 275887 T578 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 275888 T578 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 275888 T578 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 275889 T578 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 275889 T578 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 275889 T578 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 275889 T578 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 275890 T578 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 275898 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 275901 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 275903 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 275905 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 275906 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 275908 T578 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 275908 T578 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 275910 T578 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 275914 T578 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b41395a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 275914 T578 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 275914 T578 oass.SolrIndexSearcher.<init> Opening Searcher@3674f64b[collection1] main
   [junit4]   2> 275914 T578 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 275919 T578 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 275919 T578 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 275922 T578 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 275922 T578 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 275922 T578 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 275924 T578 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 275925 T578 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 275927 T578 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 275935 T578 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 275935 T578 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 275936 T578 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 275946 T578 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 275978 T580 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3674f64b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 275978 T578 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 275981 T583 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49351 collection:control_collection shard:shard1
   [junit4]   2> 275983 T551 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 275984 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 275986 T583 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 275997 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 276003 T585 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57f75025 name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 276004 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 276007 T583 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 276008 T551 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 276013 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 276016 T583 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 276016 T583 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C119 name=collection1 org.apache.solr.core.SolrCore@7d618210 url=https://127.0.0.1:49351/collection1 node=127.0.0.1:49351_ C119_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:49351, core=collection1, node_name=127.0.0.1:49351_}
   [junit4]   2> 276016 T583 C119 P49351 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49351/collection1/
   [junit4]   2> 276017 T583 C119 P49351 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 276017 T583 C119 P49351 oasc.SyncStrategy.syncToMe https://127.0.0.1:49351/collection1/ has no replicas
   [junit4]   2> 276017 T551 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 276019 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 276018 T583 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49351/collection1/ shard1
   [junit4]   2> 276023 T583 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 276041 T579 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> 276042 T586 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> 276070 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 276084 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 276088 T586 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> 276089 T579 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> 276110 T583 oasc.ZkController.register We are https://127.0.0.1:49351/collection1/ and leader is https://127.0.0.1:49351/collection1/
   [junit4]   2> 276111 T583 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49351
   [junit4]   2> 276111 T583 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 276111 T583 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 276111 T583 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 276128 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 276132 T583 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 276135 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 276138 T576 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:49351",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49351_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 276260 T586 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> 276260 T579 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> 278772 T551 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 278773 T551 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 278786 T551 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 278788 T551 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49355
   [junit4]   2> 278792 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 278792 T551 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 278793 T551 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003
   [junit4]   2> 278793 T551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/'
   [junit4]   2> 278875 T551 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/solr.xml
   [junit4]   2> 278912 T551 oasc.CoreContainer.<init> New CoreContainer 989938748
   [junit4]   2> 278913 T551 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/]
   [junit4]   2> 278914 T551 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 278914 T551 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 278915 T551 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 278916 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 278917 T551 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 278917 T551 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 278918 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 278918 T551 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 278919 T551 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 278925 T551 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 278929 T551 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 278930 T551 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 278930 T551 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 278931 T551 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49347/solr
   [junit4]   2> 278931 T551 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 278933 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 278940 T597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71d1f310 name:ZooKeeperConnection Watcher:127.0.0.1:49347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 278941 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 278950 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 278957 T599 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@757f1b97 name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 278957 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 278991 T551 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 280004 T551 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49355_
   [junit4]   2> 280009 T551 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49355_
   [junit4]   2> 280048 T601 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 280048 T601 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 280051 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 280051 T601 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 280058 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 280060 T576 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:49355",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49355_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 280061 T576 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 280061 T576 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 280070 T579 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> 280071 T600 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> 280071 T586 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> 281054 T601 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 281055 T601 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 281057 T601 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 281057 T601 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 281061 T601 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 281061 T601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/'
   [junit4]   2> 281062 T601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 281063 T601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 281063 T601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 281151 T601 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 281182 T601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 281187 T601 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 281193 T601 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 281214 T601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 281214 T601 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 281215 T601 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 281216 T601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/
   [junit4]   2> 281216 T601 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 281218 T601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data
   [junit4]   2> 281220 T601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/index/
   [junit4]   2> 281221 T601 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 281222 T601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/index
   [junit4]   2> 281223 T601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 281233 T601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@555dbc55; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 281233 T601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 281236 T601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 281240 T601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 281241 T601 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 281241 T601 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 281241 T601 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 281241 T601 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 281242 T601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 281242 T601 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 281243 T601 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 281243 T601 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 281244 T601 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 281244 T601 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 281244 T601 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 281254 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 281256 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 281260 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 281262 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 281263 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 281265 T601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 281266 T601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 281267 T601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 281270 T601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@555dbc55; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 281270 T601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 281270 T601 oass.SolrIndexSearcher.<init> Opening Searcher@36b38de0[collection1] main
   [junit4]   2> 281271 T601 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 281276 T601 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 281277 T601 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 281281 T601 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 281281 T601 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 281282 T601 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 281286 T601 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 281287 T601 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 281287 T601 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 281287 T601 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 281287 T601 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 281292 T601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 281292 T602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36b38de0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 281294 T605 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49355 collection:collection1 shard:shard2
   [junit4]   2> 281296 T551 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 281297 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 281298 T605 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 281316 T605 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 281327 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 281329 T605 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 281330 T605 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@6a8a3d13 url=https://127.0.0.1:49355/collection1 node=127.0.0.1:49355_ C120_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49355, core=collection1, node_name=127.0.0.1:49355_}
   [junit4]   2> 281330 T605 C120 P49355 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49355/collection1/
   [junit4]   2> 281331 T605 C120 P49355 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 281332 T605 C120 P49355 oasc.SyncStrategy.syncToMe https://127.0.0.1:49355/collection1/ has no replicas
   [junit4]   2> 281332 T605 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49355/collection1/ shard2
   [junit4]   2> 281332 T605 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 281342 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 281364 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 281492 T586 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> 281492 T579 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> 281497 T600 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> 281523 T605 oasc.ZkController.register We are https://127.0.0.1:49355/collection1/ and leader is https://127.0.0.1:49355/collection1/
   [junit4]   2> 281524 T605 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49355
   [junit4]   2> 281524 T605 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 281524 T605 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 281525 T605 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 281529 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 281538 T605 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 281542 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 281544 T576 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:49355",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49355_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 281665 T600 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> 281665 T579 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> 281666 T586 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> 283494 T551 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 283495 T551 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 283502 T551 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 283504 T551 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49358
   [junit4]   2> 283511 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 283511 T551 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 283511 T551 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004
   [junit4]   2> 283511 T551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/'
   [junit4]   2> 283554 T551 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/solr.xml
   [junit4]   2> 283589 T551 oasc.CoreContainer.<init> New CoreContainer 228624807
   [junit4]   2> 283590 T551 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/]
   [junit4]   2> 283591 T551 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 283592 T551 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 283592 T551 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 283593 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 283593 T551 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 283593 T551 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 283594 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 283595 T551 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 283595 T551 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 283599 T551 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 283602 T551 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 283603 T551 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 283603 T551 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 283603 T551 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49347/solr
   [junit4]   2> 283604 T551 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 283605 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 283610 T616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23c6fc2b name:ZooKeeperConnection Watcher:127.0.0.1:49347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 283612 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 283617 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 283626 T618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42701d47 name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 283627 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 283652 T551 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 284665 T551 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49358_
   [junit4]   2> 284668 T551 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49358_
   [junit4]   2> 284702 T620 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 284703 T620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 284705 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 284705 T620 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 284711 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 284715 T576 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:49358",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49358_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 284715 T576 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 284715 T576 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 284729 T579 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> 284729 T619 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> 284729 T600 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> 284729 T586 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> 285709 T620 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 285710 T620 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 285714 T620 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 285715 T620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 285721 T620 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 285721 T620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/'
   [junit4]   2> 285724 T620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 285727 T620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 285728 T620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 285804 T620 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 285824 T620 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 285829 T620 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 285840 T620 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 285856 T620 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 285857 T620 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 285857 T620 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 285858 T620 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/
   [junit4]   2> 285858 T620 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 285859 T620 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data
   [junit4]   2> 285860 T620 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/index/
   [junit4]   2> 285861 T620 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 285862 T620 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/index
   [junit4]   2> 285863 T620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 285870 T620 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f5590b6; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 285871 T620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 285872 T620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 285874 T620 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 285874 T620 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 285874 T620 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 285874 T620 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 285875 T620 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 285875 T620 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 285875 T620 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 285875 T620 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 285876 T620 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 285876 T620 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 285876 T620 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 285876 T620 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 285885 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 285886 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 285888 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 285890 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 285891 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 285894 T620 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 285894 T620 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 285895 T620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 285898 T620 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f5590b6; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 285898 T620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 285898 T620 oass.SolrIndexSearcher.<init> Opening Searcher@1fe13b98[collection1] main
   [junit4]   2> 285899 T620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 285904 T620 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 285904 T620 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 285906 T620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 285906 T620 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 285906 T620 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 285909 T620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 285909 T620 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 285910 T620 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 285910 T620 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 285910 T620 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 285916 T620 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 285916 T621 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fe13b98[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 285927 T624 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49358 collection:collection1 shard:shard3
   [junit4]   2> 285929 T551 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 285930 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 285931 T624 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 285945 T624 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 285950 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 285952 T624 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 285953 T624 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@2b40634a url=https://127.0.0.1:49358/collection1 node=127.0.0.1:49358_ C121_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49358, core=collection1, node_name=127.0.0.1:49358_}
   [junit4]   2> 285953 T624 C121 P49358 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49358/collection1/
   [junit4]   2> 285953 T624 C121 P49358 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 285954 T624 C121 P49358 oasc.SyncStrategy.syncToMe https://127.0.0.1:49358/collection1/ has no replicas
   [junit4]   2> 285954 T624 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49358/collection1/ shard3
   [junit4]   2> 285954 T624 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 285960 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 285976 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 286089 T600 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> 286090 T619 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> 286090 T579 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> 286090 T586 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> 286134 T624 oasc.ZkController.register We are https://127.0.0.1:49358/collection1/ and leader is https://127.0.0.1:49358/collection1/
   [junit4]   2> 286134 T624 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49358
   [junit4]   2> 286135 T624 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 286135 T624 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 286135 T624 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 286151 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 286153 T624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 286160 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 286161 T576 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:49358",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49358_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 286274 T600 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> 286275 T619 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> 286275 T579 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> 286275 T586 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> 288371 T551 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 288371 T551 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 288388 T551 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 288402 T551 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49361
   [junit4]   2> 288406 T551 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 288407 T551 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 288407 T551 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-005
   [junit4]   2> 288407 T551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-005/'
   [junit4]   2> 288466 T551 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-005/solr.xml
   [junit4]   2> 288504 T551 oasc.CoreContainer.<init> New CoreContainer 2095029170
   [junit4]   2> 288505 T551 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-005/]
   [junit4]   2> 288505 T551 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 288506 T551 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 288506 T551 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 288507 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 288507 T551 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 288507 T551 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 288508 T551 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 288508 T551 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 288508 T551 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 288529 T551 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 288531 T551 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 288532 T551 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 288532 T551 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 288532 T551 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49347/solr
   [junit4]   2> 288532 T551 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 288534 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 288540 T635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c4dd7d1 name:ZooKeeperConnection Watcher:127.0.0.1:49347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 288541 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 288549 T551 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 288553 T637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7dd247a1 name:ZooKeeperConnection Watcher:127.0.0.1:49347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 288553 T551 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 288575 T551 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 289588 T551 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49361_
   [junit4]   2> 289591 T551 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49361_
   [junit4]   2> 289641 T639 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 289642 T639 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 289644 T579 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 289645 T639 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 289652 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 289654 T576 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:49361",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49361_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 289655 T576 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 289655 T576 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 289672 T600 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 289673 T579 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 289673 T586 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 289674 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 289673 T638 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeD

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

est/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data/index;done=false>>]
   [junit4]   2> 561334 T551 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data/index
   [junit4]   2> 561335 T551 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data;done=false>>]
   [junit4]   2> 561335 T551 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001/tempDir-010/collection1/data
   [junit4]   2> 561337 T812 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49383_
   [junit4]   2> 562843 T814 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 562845 T795 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 562867 T551 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 567855 T551 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 567857 T551 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49347 49347
   [junit4]   2> 567868 T552 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49347 49347
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=36145D9569A8A9C9 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=Etc/Greenwich -Dtests.file.encoding=UTF-8
   [junit4] ERROR    298s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49371/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([36145D9569A8A9C9:B7F2D38D1EF7C9F5]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 47 more
   [junit4]   2> 568234 T551 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-36145D9569A8A9C9-001
   [junit4]   2> 297854 T550 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ar_TN, timezone=Etc/Greenwich
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=1,free=63091896,total=148336640
   [junit4]   2> NOTE: All tests run in this JVM: [SpellPossibilityIteratorTest, TestQuerySenderNoQuery, TestOrdValues, TestBinaryResponseWriter, CoreAdminHandlerTest, ClusterStateTest, TestReplicationHandlerBackup, AddBlockUpdateTest, RecoveryZkTest, LukeRequestHandlerTest, TestDocSet, TestRequestStatusCollectionAPI, FieldFacetExtrasTest, TestCSVResponseWriter, DocumentBuilderTest, TestStandardQParsers, ExternalFileFieldSortTest, TestDistribDocBasedVersion, TestCloudSchemaless]
   [junit4] Completed in 298.43s, 1 test, 1 error <<< FAILURES!

[...truncated 1260 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 422 suites, 1762 tests, 1 error, 44 ignored (17 assumptions)

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



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

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

2 tests failed.
REGRESSION:  org.apache.solr.update.SolrCmdDistributorTest.testDistribSearch

Error Message:
expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([60AA239DB0AFFE8F:E14CAD85C7F09EB3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.SolrCmdDistributorTest.doTest(SolrCmdDistributorTest.java:312)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:51268/y/p/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:51268/y/p/collection1
	at __randomizedtesting.SeedInfo.seed([60AA239DB0AFFE8F:E14CAD85C7F09EB3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	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:869)
	at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	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)
	... 46 more




Build Log:
[...truncated 11336 lines...]
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/init-core-data-001
   [junit4]   2> 3663084 T7529 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 3663085 T7529 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_zas/
   [junit4]   2> 3663086 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 3663098 T7529 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 3663103 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3663113 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3663116 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51233
   [junit4]   2> 3663126 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3663130 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3663135 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3663136 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3663235 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3663419 T7529 oasc.CoreContainer.<init> New CoreContainer 157710233
   [junit4]   2> 3663419 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3663422 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3663422 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3663423 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3663423 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3663424 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3663424 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3663426 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3663429 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3663429 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3663429 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3663441 T7539 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3663444 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3663444 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3663445 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3663542 T7539 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3663600 T7539 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3663601 T7539 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3663686 T7539 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3664178 T7539 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3664191 T7539 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3664195 T7539 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3664206 T7539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3664209 T7539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3664215 T7539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3664215 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3664218 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3664218 T7539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3664219 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3664219 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3664219 T7539 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3664220 T7539 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3664220 T7539 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/
   [junit4]   2> 3664220 T7539 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3664222 T7539 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data
   [junit4]   2> 3664222 T7539 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index/
   [junit4]   2> 3664222 T7539 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3664223 T7539 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index
   [junit4]   2> 3664224 T7539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 3664225 T7539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3664232 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3664234 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3664235 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3664236 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3664236 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3664236 T7539 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3664237 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664238 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664239 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664239 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664240 T7539 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3664242 T7539 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664242 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3664243 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3664244 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3664245 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3664264 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664267 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664271 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664274 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664277 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664283 T7539 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3664283 T7539 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3664284 T7539 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 3664285 T7539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3664285 T7539 oass.SolrIndexSearcher.<init> Opening Searcher@39b2e2ce[collection1] main
   [junit4]   2> 3664286 T7539 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3664286 T7539 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3664287 T7539 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3664287 T7539 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3664287 T7539 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3664287 T7539 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3664297 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39b2e2ce[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3664300 T7539 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3664301 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3664302 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3664310 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3664319 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3664323 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51234
   [junit4]   2> 3664335 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3664335 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3664336 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3664336 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3664414 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3664506 T7529 oasc.CoreContainer.<init> New CoreContainer 1352108667
   [junit4]   2> 3664507 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3664508 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3664511 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3664511 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3664515 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3664518 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3664518 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3664518 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3664526 T7551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3664531 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3664539 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3664540 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3664647 T7551 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3664725 T7551 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3664728 T7551 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3664750 T7551 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3665434 T7551 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3665442 T7551 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3665448 T7551 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3665466 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665474 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665486 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665488 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3665495 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3665496 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665497 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3665498 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3665498 T7551 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3665499 T7551 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3665499 T7551 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/
   [junit4]   2> 3665499 T7551 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3665501 T7551 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data
   [junit4]   2> 3665501 T7551 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index/
   [junit4]   2> 3665501 T7551 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3665502 T7551 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index
   [junit4]   2> 3665504 T7551 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 3665504 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665512 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3665512 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665515 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3665516 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665516 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665517 T7551 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3665518 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665519 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665519 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665520 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665521 T7551 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3665522 T7551 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3665522 T7551 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3665523 T7551 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3665524 T7551 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665524 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3665528 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3665530 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3665531 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3665560 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665565 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665570 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665572 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665575 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665585 T7551 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3665586 T7551 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3665588 T7551 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 3665589 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665589 T7551 oass.SolrIndexSearcher.<init> Opening Searcher@78ede70e[collection1] main
   [junit4]   2> 3665591 T7551 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3665592 T7551 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3665592 T7551 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3665593 T7551 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3665593 T7551 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3665594 T7551 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3665603 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78ede70e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3665606 T7551 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3665608 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3665609 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3665614 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3665627 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3665630 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51235
   [junit4]   2> 3665634 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3665635 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3665635 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3665636 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3665708 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3665800 T7529 oasc.CoreContainer.<init> New CoreContainer 276273188
   [junit4]   2> 3665800 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3665801 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3665802 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3665803 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3665803 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3665805 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3665805 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3665808 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3665812 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3665813 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3665813 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3665820 T7563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3665822 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3665823 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3665823 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3665906 T7563 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3665980 T7563 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3665981 T7563 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3665998 T7563 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3666599 T7563 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3666615 T7563 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3666620 T7563 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3666634 T7563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3666642 T7563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3666646 T7563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3666649 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3666651 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3666651 T7563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3666652 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3666652 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3666653 T7563 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3666654 T7563 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3666655 T7563 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/
   [junit4]   2> 3666656 T7563 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3666657 T7563 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data
   [junit4]   2> 3666657 T7563 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index/
   [junit4]   2> 3666658 T7563 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3666659 T7563 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index
   [junit4]   2> 3666660 T7563 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@581cd70d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dce1786),segFN=segments_1,generation=1}
   [junit4]   2> 3666660 T7563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3666668 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3666669 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3666669 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3666670 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3666671 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3666671 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3666672 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3666672 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3666673 T7563 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3666674 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666676 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666677 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666678 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666678 T7563 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3666679 T7563 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3666679 T7563 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3666680 T7563 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3666680 T7563 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666681 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3666681 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3666682 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3666683 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3666703 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666708 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666711 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666716 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666721 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666730 T7563 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3666730 T7563 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3666732 T7563 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@581cd70d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dce1786),segFN=segments_1,generation=1}
   [junit4]   2> 3666732 T7563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3666733 T7563 oass.SolrIndexSearcher.<init> Opening Searcher@3560e9a0[collection1] main
   [junit4]   2> 3666733 T7563 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3666734 T7563 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3666734 T7563 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3666735 T7563 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3666735 T7563 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3666735 T7563 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3666742 T7564 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3560e9a0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3666746 T7563 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3666748 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3666748 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3666753 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3666762 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3666763 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51236
   [junit4]   2> 3666766 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3666766 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3666767 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3666767 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3666839 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3666943 T7529 oasc.CoreContainer.<init> New CoreContainer 290551087
   [junit4]   2> 3666943 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3666947 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3666950 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3666955 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3666960 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3666961 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3666962 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3666970 T7575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3666975 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3666976 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3666977 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3667080 T7575 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3667154 T7575 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3667156 T7575 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3667178 T7575 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3667807 T7575 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3667818 T7575 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3667821 T7575 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3667844 T7575 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3667857 T7575 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3667865 T7575 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3667867 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3667870 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3667870 T7575 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3667871 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3667872 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3667872 T7575 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3667873 T7575 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3667874 T7575 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/
   [junit4]   2> 3667874 T7575 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3667875 T7575 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data
   [junit4]   2> 3667876 T7575 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index/
   [junit4]   2> 3667876 T7575 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3667877 T7575 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index
   [junit4]   2> 3667878 T7575 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@266fd1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23b87daf),segFN=segments_1,generation=1}
   [junit4]   2> 3667879 T7575 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3667889 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3667892 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3667897 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3667898 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3667899 T7575 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3667903 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667904 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667905 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667907 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667908 T7575 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3667910 T7575 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667910 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3667911 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3667911 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3667912 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3667929 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667932 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667936 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667939 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667940 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667946 T7575 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3667946 T7575 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3667947 T7575 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@266fd1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23b87daf),segFN=segments_1,generation=1}
   [junit4]   2> 3667948 T7575 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3667948 T7575 oass.SolrIndexSearcher.<init> Opening Searcher@e5ce717[collection1] main
   [junit4]   2> 3667948 T7575 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3667949 T7575 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3667949 T7575 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3667949 T7575 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3667950 T7575 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3667950 T7575 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3667958 T7576 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e5ce717[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3667962 T7575 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3667963 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3667964 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3667970 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3667979 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3667981 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51237
   [junit4]   2> 3667985 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3667985 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3667985 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3667986 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3668049 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3668138 T7529 oasc.CoreContainer.<init> New CoreContainer 2143151265
   [junit4]   2> 3668138 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3668139 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3668140 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3668140 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3668141 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3668141 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3668143 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3668146 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3668149 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3668149 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3668150 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3668156 T7587 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3668161 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3668162 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3668163 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3668257 T7587 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3668324 T7587 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3668325 T7587 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3668346 T7587 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3668886 T7587 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3668900 T7587 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3668905 T7587 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3668917 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3668923 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3668928 T7587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3668929 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3668930 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3668932 T7587 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3668932 T7587 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3668932 T7587 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/
   [junit4]   2> 3668932 T7587 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3668933 T7587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data
   [junit4]   2> 3668933 T7587 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index/
   [junit4]   2> 3668934 T7587 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3668934 T7587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index
   [junit4]   2> 3668935 T7587 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53b8a216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6164c93c),segFN=segments_1,generation=1}
   [junit4]   2> 3668935 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3668943 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3668943 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3668945 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3668946 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3668946 T7587 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3668947 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668947 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668948 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668949 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3668952 T7587 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3668953 T7587 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668953 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3668954 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3668955 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3668955 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3668973 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668975 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668978 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668981 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668983 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668989 T7587 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3668989 T7587 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3668991 T7587 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53b8a216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6164c93c),segFN=segments_1,generation=1}
   [junit4]   2> 3668991 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3668992 T7587 oass.SolrIndexSearcher.<init> Opening Searcher@73f6371[collection1] main
   [junit4]   2> 3668993 T7587 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3668993 T7587 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3668994 T7587 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3668994 T7587 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3668994 T7587 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3668994 T7587 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3669005 T7588 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73f6371[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3669009 T7587 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3669010 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3669010 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C1041 name=collection1 org.apache.solr.core.SolrCore@1aa31777
   [junit4]   2> 3669055 T7537 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959100899328)} 0 7
   [junit4]   2> ASYNC  NEW_CORE C1042 name=collection1 org.apache.solr.core.SolrCore@6070f4d5
   [junit4]   2> 3669090 T7546 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959140745216)} 0 4
   [junit4]   2> ASYNC  NEW_CORE C1043 name=collection1 org.apache.solr.core.SolrCore@216a1ed3
   [junit4]   2> 3669132 T7561 C1043 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959184785408)} 0 5
   [junit4]   2> ASYNC  NEW_CORE C1044 name=collection1 org.apache.solr.core.SolrCore@5f0940f9
   [junit4]   2> 3669172 T7570 C1044 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959226728448)} 0 4
   [junit4]   2> ASYNC  NEW_CORE C1045 name=collection1 org.apache.solr.core.SolrCore@28d67227
   [junit4]   2> 3669211 T7586 C1045 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959266574336)} 0 5
   [junit4]   2> 3669253 T7535 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {add=[1 (1476523959315857408)]} 0 0
   [junit4]   2> 3669260 T7536 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669262 T7536 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_2,generation=2}
   [junit4]   2> 3669264 T7536 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3669265 T7536 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@2e229ff2[collection1] main
   [junit4]   2> 3669266 T7536 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669267 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e229ff2[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1))}
   [junit4]   2> 3669268 T7536 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 8
   [junit4]   2> 3669273 T7537 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=1 status=0 QTime=0 
   [junit4]   2> 3669285 T7538 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {add=[2 (1476523959343120384), 3 (1476523959349411840)]} 0 6
   [junit4]   2> 3669314 T7545 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {add=[2 (1476523959377723392), 3 (1476523959377723393), 4 (1476523959378771968)]} 0 2
   [junit4]   2> 3669318 T7546 C1042 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669318 T7533 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669324 T7546 C1042 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_2,generation=2}
   [junit4]   2> 3669324 T7533 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_3,generation=3}
   [junit4]   2> 3669326 T7533 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3669325 T7546 C1042 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3669329 T7546 C1042 oass.SolrIndexSearcher.<init> Opening Searcher@6937eba0[collection1] main
   [junit4]   2> 3669332 T7546 C1042 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669332 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6937eba0[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C3))}
   [junit4]   2> 3669334 T7546 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 17
   [junit4]   2> 3669380 T7533 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@2a524152[collection1] main
   [junit4]   2> 3669381 T7533 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669383 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a524152[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1) Uninverting(_1(5.0):C2))}
   [junit4]   2> 3669385 T7533 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 67
   [junit4]   2> 3669395 T7534 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=3 status=0 QTime=2 
   [junit4]   2> 3669406 T7547 C1042 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=3 status=0 QTime=1 
   [junit4]   2> 3669415 T7548 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {delete=[3 (-1476523959483629568)]} 0 2
   [junit4]   2> 3669416 T7535 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {delete=[3 (-1476523959484678144)]} 0 2
   [junit4]   2> 3669422 T7536 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669422 T7549 C1042 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669428 T7536 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_4,generation=4}
   [junit4]   2> 3669428 T7549 C1042 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_3,generation=3}
   [junit4]   2> 3669429 T7549 C1042 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3669428 T7536 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 3669431 T7549 C1042 oass.SolrIndexSearcher.<init> Opening Searcher@7a2631a7[collection1] main
   [junit4]   2> 3669432 T7536 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@7cc7e5e6[collection1] main
   [junit4]   2> 3669432 T7549 C1042 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669433 T7552 oasc.JmxMonitoredMap.put WARN Failed to register info bean: searcher javax.management.InstanceAlreadyExistsException: solr/collection1:type=searcher,id=org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:140)
   [junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:369)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1936)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.access$100(SolrCore.java:146)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1803)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3669432 T7536 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669434 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7cc7e5e6[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1) Uninverting(_1(5.0):C2/1:delGen=1))}
   [junit4]   2> 3669435 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a2631a7[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C3/1:delGen=1))}
   [junit4]   2> 3669436 T7536 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 14
   [junit4]   2> 3669437 T7549 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 15
   [junit4]   2> 3669444 T7537 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*

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

a:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 46 more
   [junit4]   2> 4076234 T7605 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-60AA239DB0AFFE8F-001
   [junit4]   2> 173248 T7604 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=1,free=265940416,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPivotHelperCode, TestPhraseSuggestions, TermVectorComponentTest, FunctionTest, TestFieldResource, SOLR749Test, BadIndexSchemaTest, TestCoreContainer, TestSchemaNameResource, HighlighterMaxOffsetTest, CachingDirectoryFactoryTest, TestJmxIntegration, DisMaxRequestHandlerTest, HighlighterConfigTest, CoreContainerCoreInitFailuresTest, StressHdfsTest, ResponseLogComponentTest, HighlighterTest, DistributedFacetPivotLongTailTest, ExternalFileFieldSortTest, DistributedTermsComponentTest, BlockCacheTest, TestFunctionQuery, SolrIndexConfigTest, TestNoOpRegenerator, CoreAdminRequestStatusTest, TestLMDirichletSimilarityFactory, TestSchemaVersionResource, DistributedExpandComponentTest, RemoteQueryErrorTest, RAMDirectoryFactoryTest, SolrPluginUtilsTest, TestDefaultSimilarityFactory, AnalyticsQueryTest, TestSearcherReuse, AsyncMigrateRouteKeyTest, DocValuesMultiTest, SuggesterFSTTest, TestXIncludeConfig, DocumentAnalysisRequestHandlerTest, BasicDistributedZkTest, CursorMarkTest, DistributedSpellCheckComponentTest, TestSchemaResource, TestCSVResponseWriter, ScriptEngineTest, AlternateDirectoryTest, TestDistributedSearch, TestSolrDeletionPolicy1, ShardRoutingTest, SearchHandlerTest, TriLevelCompositeIdRoutingTest, TestExtendedDismaxParser, CoreMergeIndexesAdminHandlerTest, CollectionsAPIDistributedZkTest, CoreAdminCreateDiscoverTest, BasicDistributedZk2Test, TestSolr4Spatial, UpdateRequestProcessorFactoryTest, TestNonDefinedSimilarityFactory, DistribCursorPagingTest, SchemaVersionSpecificBehaviorTest, TestRequestStatusCollectionAPI, ChaosMonkeySafeLeaderTest, TestDocBasedVersionConstraints, TestDynamicFieldResource, TestRTGBase, AliasIntegrationTest, CircularListTest, TestFieldCollectionResource, TestFiltering, TestTrie, DistributedFacetPivotSmallTest, PolyFieldTest, TestDocSet, TestSolrXmlPersistence, TestRangeQuery, TestManagedSchemaFieldResource, FileUtilsTest, ParsingFieldUpdateProcessorsTest, MinimalSchemaTest, CSVRequestHandlerTest, DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, TestSort, SharedFSAutoReplicaFailoverUtilsTest, RollingRestartTest, SampleTest, DocValuesTest, SSLMigrationTest, TestStressUserVersions, SpellingQueryConverterTest, TestCloudInspectUtil, HdfsDirectoryTest, FieldFacetTest, HardAutoCommitTest, HdfsUnloadDistributedZkTest, DocumentBuilderTest, StandardRequestHandlerTest, UUIDFieldTest, ExpressionTest, CollectionsAPIAsyncDistributedZkTest, TestBinaryResponseWriter, RecoveryZkTest, StatelessScriptUpdateProcessorFactoryTest, MBeansHandlerTest, EnumFieldTest, HdfsBasicDistributedZkTest, BinaryUpdateRequestHandlerTest, OverseerRolesTest, PrimUtilsTest, TestDocumentBuilder, AutoCommitTest, DistributedIntervalFacetingTest, TestConfig, TestLazyCores, QueryEqualityTest, TestSimpleQParserPlugin, HdfsCollectionsAPIDistributedZkTest, TestMaxScoreQueryParser, NumericFieldsTest, OverseerCollectionProcessorTest, WordBreakSolrSpellCheckerTest, TestCodecSupport, TestSolrCoreProperties, DeleteInactiveReplicaTest, TestMergePolicyConfig, TestBlendedInfixSuggestions, JsonLoaderTest, MultiThreadedOCPTest, QueryParsingTest, TestOrdValues, TestTolerantSearch, FileBasedSpellCheckerTest, TestUniqueKeyFieldResource, TestAtomicUpdateErrorCases, XsltUpdateRequestHandlerTest, TestDistributedMissingSort, FieldMutatingUpdateProcessorTest, SolrCoreCheckLockOnStartupTest, SynonymTokenizerTest, TestReload, SolrInfoMBeanTest, DirectUpdateHandlerTest, SuggesterWFSTTest, SignatureUpdateProcessorFactoryTest, TestStandardQParsers, SliceStateTest, TestOverriddenPrefixQueryForCustomFieldType, TestUpdate, ClusterStateTest, TestChildDocTransformer, TestCollectionAPI, DocExpirationUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestFieldTypeResource, ResourceLoaderTest, BasicZkTest, TestAnalyzedSuggestions, MigrateRouteKeyTest, DistributedQueryComponentOptimizationTest, AnalyticsMergeStrategyTest, SolrCoreTest, TestQueryTypes, TestExpandComponent, OutputWriterTest, TestSolr4Spatial2, TestBM25SimilarityFactory, ShardRoutingCustomTest, PingRequestHandlerTest, TestSerializedLuceneMatchVersion, XmlUpdateRequestHandlerTest, DocValuesMissingTest, CurrencyFieldOpenExchangeTest, TestMissingGroups, SolrCmdDistributorTest, SuggestComponentTest, TestFuzzyAnalyzedSuggestions, TestCloudSchemaless]
   [junit4] Completed in 173.83s, 1 test, 1 error <<< FAILURES!

[...truncated 765 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 430 suites, 1782 tests, 1 error, 1 failure, 45 ignored (18 assumptions)

Total time: 185 minutes 40 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



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

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

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

Error Message:
addrole the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: addrole the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([1CFFFBC34E7D01FE:9D1975DB392261C2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	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.cloud.AbstractFullDistribZkTestBase.invokeCollectionApi(AbstractFullDistribZkTestBase.java:1747)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:85)
	at org.apache.solr.cloud.RollingRestartTest.doTest(RollingRestartTest.java:64)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53371/collection1
	at __randomizedtesting.SeedInfo.seed([1CFFFBC34E7D01FE:9D1975DB392261C2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	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:869)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	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)
	... 46 more




Build Log:
[...truncated 11889 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/init-core-data-001
   [junit4]   2> 5859635 T13093 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 5859636 T13093 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5859645 T13093 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 5859646 T13093 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5859647 T13094 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5859749 T13093 oasc.ZkTestServer.run start zk server on port:52651
   [junit4]   2> 5859751 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859760 T13100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e347f5f name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859761 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5859762 T13093 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5859775 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859779 T13102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d4c78da name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859780 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5859781 T13093 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5859793 T13093 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5859800 T13093 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5859806 T13093 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5859813 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5859814 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5859824 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5859825 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5859835 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5859836 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5859846 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5859847 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5859855 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5859855 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5859862 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5859862 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5859869 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5859870 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5859878 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5859878 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5859885 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5859886 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5859896 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5859897 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5859905 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5859905 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5859920 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859925 T13104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@435486d7 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859926 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862469 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5862480 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5862485 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52655
   [junit4]   2> 5862489 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5862490 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5862491 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002
   [junit4]   2> 5862491 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/'
   [junit4]   2> 5862556 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/solr.xml
   [junit4]   2> 5862656 T13093 oasc.CoreContainer.<init> New CoreContainer 919573002
   [junit4]   2> 5862656 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/]
   [junit4]   2> 5862658 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5862658 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5862659 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5862659 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5862660 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5862660 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5862661 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5862661 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5862662 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5862667 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5862670 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5862671 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5862671 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5862672 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5862672 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5862674 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5862678 T13115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6feadeb3 name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5862679 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862686 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5862690 T13117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b4a94af name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5862691 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862695 T13093 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5862705 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5862717 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5862729 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5862741 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5862757 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5862768 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52655_
   [junit4]   2> 5862773 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52655_
   [junit4]   2> 5862784 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5862792 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5862799 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5862805 T13093 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52655_
   [junit4]   2> 5862805 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5862813 T13093 oasc.Overseer.start Overseer (id=92279742447943684-127.0.0.1:52655_-n_0000000000) starting
   [junit4]   2> 5862824 T13093 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5862861 T13093 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5862863 T13119 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5862866 T13093 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5862874 T13093 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5862883 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5862897 T13118 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5862935 T13121 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5862935 T13121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5862937 T13121 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5862938 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52655",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52655_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5862957 T13122 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> 5863940 T13121 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5863941 T13121 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5863943 T13121 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5863944 T13121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5863950 T13121 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5863950 T13121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/'
   [junit4]   2> 5863952 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 5863953 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 5863954 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 5864092 T13121 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5864168 T13121 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5864174 T13121 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5864188 T13121 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5864760 T13121 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5864772 T13121 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5864778 T13121 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5864859 T13121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5864867 T13121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5864879 T13121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5864885 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5864885 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5864886 T13121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5864889 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5864890 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5864890 T13121 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5864891 T13121 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5864891 T13121 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/
   [junit4]   2> 5864892 T13121 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5864895 T13121 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data
   [junit4]   2> 5864918 T13121 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index/
   [junit4]   2> 5864919 T13121 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 5864922 T13121 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index
   [junit4]   2> 5864923 T13121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5864931 T13121 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5864932 T13121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5864941 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5864942 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5864942 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5864943 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5864943 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5864944 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5864945 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5864945 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5864945 T13121 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5864947 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864947 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864948 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864949 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864950 T13121 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5864950 T13121 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5864951 T13121 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5864952 T13121 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5864953 T13121 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864953 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5864954 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5864955 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5864956 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5864973 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864976 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864980 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864982 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864985 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864989 T13121 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5864989 T13121 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5864990 T13121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5864993 T13121 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5864993 T13121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5864993 T13121 oass.SolrIndexSearcher.<init> Opening Searcher@19fa942d[collection1] main
   [junit4]   2> 5864995 T13121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5864998 T13121 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5864998 T13121 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5865000 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5865000 T13121 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5865001 T13121 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865003 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5865004 T13121 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865005 T13121 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 5865014 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5865014 T13121 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865015 T13121 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5865019 T13123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19fa942d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5865022 T13121 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5865026 T13126 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52655 collection:control_collection shard:shard1
   [junit4]   2> 5865027 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5865028 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5865029 T13126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5865035 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5865040 T13128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6bb8dd33 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5865040 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5865044 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5865044 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5865048 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865049 T13126 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5865050 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3540 name=collection1 org.apache.solr.core.SolrCore@4334dae0 url=https://127.0.0.1:52655/collection1 node=127.0.0.1:52655_ C3540_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52655, node_name=127.0.0.1:52655_, state=down}
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52655/collection1/
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.syncToMe https://127.0.0.1:52655/collection1/ has no replicas
   [junit4]   2> 5865051 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52655/collection1/ shard1
   [junit4]   2> 5865051 T13126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5865050 T13093 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5865059 T13122 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> 5865073 T13129 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> 5865078 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865194 T13122 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> 5865200 T13129 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> 5865235 T13126 oasc.ZkController.register We are https://127.0.0.1:52655/collection1/ and leader is https://127.0.0.1:52655/collection1/
   [junit4]   2> 5865236 T13126 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52655
   [junit4]   2> 5865236 T13126 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5865237 T13126 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5865237 T13126 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5865245 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865256 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52655",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52655_",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 5865372 T13129 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> 5865373 T13122 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> 5867521 T13093 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5867522 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5867533 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5867535 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52659
   [junit4]   2> 5867542 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5867547 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5867549 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003
   [junit4]   2> 5867550 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/'
   [junit4]   2> 5867617 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/solr.xml
   [junit4]   2> 5867734 T13093 oasc.CoreContainer.<init> New CoreContainer 1330015279
   [junit4]   2> 5867735 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/]
   [junit4]   2> 5867737 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5867739 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5867739 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5867740 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5867740 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5867741 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5867741 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5867742 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5867742 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5867746 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5867751 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5867752 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5867752 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5867753 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5867754 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5867756 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5867760 T13140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7453bcf3 name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5867762 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5867767 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5867770 T13142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d495579 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5867771 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5867800 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5868815 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52659_
   [junit4]   2> 5868819 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52659_
   [junit4]   2> 5868833 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5868859 T13144 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5868860 T13144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5868862 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5868862 T13144 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5868869 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52659",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52659_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5868870 T13118 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 5868870 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5868881 T13143 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> 5868881 T13129 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> 5868881 T13122 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> 5869867 T13144 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5869867 T13144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5869870 T13144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5869870 T13144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5869875 T13144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5869876 T13144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/'
   [junit4]   2> 5869880 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 5869882 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 5869884 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 5869985 T13144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5870057 T13144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5870061 T13144 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5870076 T13144 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5870628 T13144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5870648 T13144 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5870652 T13144 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5870701 T13144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5870715 T13144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5870727 T13144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5870731 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5870731 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5870732 T13144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5870735 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5870736 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5870737 T13144 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5870738 T13144 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5870739 T13144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/
   [junit4]   2> 5870739 T13144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5870742 T13144 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1
   [junit4]   2> 5870744 T13144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index/
   [junit4]   2> 5870747 T13144 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 5870749 T13144 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index
   [junit4]   2> 5870750 T13144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5870758 T13144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5870759 T13144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5870775 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5870776 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5870777 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5870777 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5870779 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5870780 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5870781 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5870781 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5870782 T13144 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5870783 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870785 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870786 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870788 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870789 T13144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5870790 T13144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5870791 T13144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5870792 T13144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5870793 T13144 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870794 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5870796 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5870797 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5870798 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5870827 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870832 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870837 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870841 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870843 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870849 T13144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5870849 T13144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5870850 T13144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5870853 T13144 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5870854 T13144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5870854 T13144 oass.SolrIndexSearcher.<init> Opening Searcher@5cf55902[collection1] main
   [junit4]   2> 5870855 T13144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5870860 T13144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5870860 T13144 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5870863 T13144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5870863 T13144 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5870864 T13144 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5870867 T13144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5870868 T13144 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5870868 T13144 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5870868 T13144 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5870875 T13145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cf55902[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5870878 T13144 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5870881 T13148 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52659 collection:collection1 shard:shard1
   [junit4]   2> 5870882 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5870883 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5870884 T13148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 5870901 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5870906 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5870907 T13148 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5870908 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3541 name=collection1 org.apache.solr.core.SolrCore@2b14f201 url=https://127.0.0.1:52659/collection1 node=127.0.0.1:52659_ C3541_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52659, node_name=127.0.0.1:52659_, state=down}
   [junit4]   2> 5870908 T13148 C3541 P52659 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52659/collection1/
   [junit4]   2> 5870908 T13148 C3541 P52659 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5870909 T13148 C3541 P52659 oasc.SyncStrategy.syncToMe https://127.0.0.1:52659/collection1/ has no replicas
   [junit4]   2> 5870909 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52659/collection1/ shard1
   [junit4]   2> 5870909 T13148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 5870935 T13122 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> 5870935 T13143 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> 5870937 T13129 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> 5870960 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5870967 T13129 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> 5870968 T13143 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> 5870967 T13122 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> 5870994 T13148 oasc.ZkController.register We are https://127.0.0.1:52659/collection1/ and leader is https://127.0.0.1:52659/collection1/
   [junit4]   2> 5870994 T13148 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52659
   [junit4]   2> 5870995 T13148 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5870995 T13148 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5870995 T13148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5870999 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5871006 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52659",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52659_",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 5871119 T13143 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> 5871119 T13129 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> 5871119 T13122 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> 5873444 T13093 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5873445 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5873455 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5873456 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52662
   [junit4]   2> 5873462 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5873462 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5873463 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004
   [junit4]   2> 5873463 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/'
   [junit4]   2> 5873531 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/solr.xml
   [junit4]   2> 5873668 T13093 oasc.CoreContainer.<init> New CoreContainer 401494333
   [junit4]   2> 5873669 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/]
   [junit4]   2> 5873672 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5873673 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5873674 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5873674 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5873675 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5873675 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5873676 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5873677 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5873677 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5873683 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5873687 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5873687 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5873687 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5873688 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5873689 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5873691 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5873695 T13159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5084c2ac name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5873697 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5873703 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5873707 T13161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a72b394 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5873707 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5873730 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5874743 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52662_
   [junit4]   2> 5874747 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52662_
   [junit4]   2> 5874762 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5874787 T13163 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5874788 T13163 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5874791 T13163 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5874791 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5874801 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52662",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52662_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5874802 T13118 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 5874802 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 5874812 T13129 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> 5874814 T13143 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> 5874812 T13162 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> 5874812 T13122 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> 5875793 T13163 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5875794 T13163 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5875796 T13163 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5875796 T13163 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5875801 T13163 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5875801 T13163 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/'
   [junit4]   2> 5875805 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 5875806 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 5875806 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 5875892 T13163 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5875959 T13163 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5875965 T13163 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5875979 T13163 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5876495 T13163 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5876515 T13163 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5876520 T13163 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5876569 T13163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5876580 T13163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5876590 T13163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5876595 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5876597 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5876598 T13163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5876602 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5876603 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5876603 T13163 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5876604 T13163 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5876604 T13163 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/
   [junit4]   2> 5876605 T13163 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5876607 T13163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2
   [junit4]   2> 5876609 T13163 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index/
   [junit4]   2> 5876610 T13163 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 5876612 T13163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index
   [junit4]   2> 5876614 T13163 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5876619 T13163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5876620 T13163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5876630 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5876631 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5876632 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5876633 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5876633 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5876634 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5876635 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5876635 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5876636 T13163 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5876639 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876640 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876641 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876642 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876643 T13163 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5876644 T13163 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5876644 T13163 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5876645 T13163 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5876646 T13163 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876647 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5876649 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5876650 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5876651 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5876676 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876683 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876688 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876693 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876696 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876700 T13163 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5876701 T13163 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5876702 T13163 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5876706 T13163 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5876706 T13163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5876707 T13163 oass.SolrIndexSearcher.<init> Opening Searcher@c1b8260[collection1] main
   [junit4]   2> 5876708 T13163 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5876712 T13163 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5876712 T13163 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5876716 T13163 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5876716 T13163 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5876716 T13163 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5876718 T13163 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5876718 T13163 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5876718 T13163 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5876719 T13163 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5876727 T13163 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5876728 T13164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1b8260[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5876731 T13167 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52662 collection:collection1 shard:shard2
   [junit4]   2> 5876732 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5876732 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5876734 T13167 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 5876738 T13093 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:t

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

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

[...truncated 103 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 430 suites, 1782 tests, 2 errors, 45 ignored (18 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1770/
Java: 64bit/jdk1.7.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:53345/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53345/collection1
	at __randomizedtesting.SeedInfo.seed([4A6F028C67071AA1:CB898C9410587A9D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	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:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	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 12066 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/init-core-data-001
   [junit4]   2> 7461615 T15726 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 7461615 T15726 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 7461622 T15726 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 7461623 T15726 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7461625 T15727 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 7461726 T15726 oasc.ZkTestServer.run start zk server on port:53334
   [junit4]   2> 7461728 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461735 T15733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c8d9198 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461736 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7461737 T15726 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 7461749 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461752 T15735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bdc9156 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461752 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7461753 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 7461762 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 7461770 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 7461775 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 7461784 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 7461784 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 7461796 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 7461796 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 7461804 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7461805 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7461813 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 7461814 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 7461822 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 7461823 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 7461833 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 7461833 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 7461842 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7461844 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 7461852 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7461852 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7461861 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7461861 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7461869 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7461870 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 7461879 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 7461879 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 7461891 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461895 T15737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40a8d299 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461895 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464394 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7464406 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7464410 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53338
   [junit4]   2> 7464416 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7464417 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7464417 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002
   [junit4]   2> 7464418 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/'
   [junit4]   2> 7464487 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/solr.xml
   [junit4]   2> 7464647 T15726 oasc.CoreContainer.<init> New CoreContainer 1497233130
   [junit4]   2> 7464647 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/]
   [junit4]   2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7464651 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7464653 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7464656 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7464658 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7464658 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7464659 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7464659 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7464660 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7464662 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7464668 T15748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374e3daa name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7464668 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464674 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7464677 T15750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a69b066 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7464677 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464681 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 7464691 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 7464700 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 7464712 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 7464725 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 7464738 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 7464743 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53338_
   [junit4]   2> 7464745 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53338_
   [junit4]   2> 7464754 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 7464760 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 7464767 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7464773 T15726 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53338_
   [junit4]   2> 7464774 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 7464779 T15726 oasc.Overseer.start Overseer (id=92276903204487172-127.0.0.1:53338_-n_0000000000) starting
   [junit4]   2> 7464788 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 7464818 T15726 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 7464820 T15752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 7464823 T15726 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 7464830 T15726 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 7464836 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7464846 T15751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 7464861 T15754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 7464861 T15754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7464863 T15754 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7464864 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7464871 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53338",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53338_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 7464880 T15755 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> 7465866 T15754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7465866 T15754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 7465869 T15754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7465870 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7465873 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7465874 T15754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/'
   [junit4]   2> 7465875 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 7465957 T15754 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7466027 T15754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7466031 T15754 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> 7466035 T15754 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 7466043 T15754 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7466095 T15754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7466099 T15754 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 7466104 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 7466116 T15754 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> 7466117 T15754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 7466117 T15754 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7466118 T15754 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/
   [junit4]   2> 7466118 T15754 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7466119 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data
   [junit4]   2> 7466120 T15754 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index/
   [junit4]   2> 7466121 T15754 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7466121 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index
   [junit4]   2> 7466122 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7466129 T15754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7466129 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7466132 T15754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7466137 T15754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7466139 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466141 T15754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7466142 T15754 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7466161 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466163 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466165 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466167 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466170 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466179 T15754 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7466179 T15754 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7466181 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7466183 T15754 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7466183 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7466183 T15754 oass.SolrIndexSearcher.<init> Opening Searcher@1c25dab4[collection1] main
   [junit4]   2> 7466184 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7466187 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7466187 T15754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7466190 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7466190 T15754 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7466190 T15754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466192 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7466192 T15754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466194 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 7466205 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7466205 T15754 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466206 T15754 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7466206 T15754 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7466215 T15754 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7466215 T15756 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c25dab4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7466219 T15759 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53338 collection:control_collection shard:shard1
   [junit4]   2> 7466219 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7466221 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7466223 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 7466231 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7466234 T15761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76bfd6e1 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7466235 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7466239 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7466242 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 7466248 T15726 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 7466248 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466250 T15759 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7466250 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3144 name=collection1 org.apache.solr.core.SolrCore@1f5d9464 url=https://127.0.0.1:53338/collection1 node=127.0.0.1:53338_ C3144_STATE=coll:control_collection core:collection1 props:{base_url=https://127.0.0.1:53338, state=down, node_name=127.0.0.1:53338_, core=collection1}
   [junit4]   2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53338/collection1/
   [junit4]   2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7466251 T15759 C3144 P53338 oasc.SyncStrategy.syncToMe https://127.0.0.1:53338/collection1/ has no replicas
   [junit4]   2> 7466251 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53338/collection1/ shard1
   [junit4]   2> 7466251 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 7466280 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466291 T15755 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> 7466292 T15762 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> 7466316 T15759 oasc.ZkController.register We are https://127.0.0.1:53338/collection1/ and leader is https://127.0.0.1:53338/collection1/
   [junit4]   2> 7466316 T15759 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53338
   [junit4]   2> 7466316 T15759 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7466317 T15759 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 7466317 T15759 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7466323 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466328 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53338",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53338_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7466439 T15762 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> 7466440 T15755 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> 7468680 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 7468681 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7468692 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7468693 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53342
   [junit4]   2> 7468699 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7468700 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7468700 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003
   [junit4]   2> 7468701 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/'
   [junit4]   2> 7468760 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/solr.xml
   [junit4]   2> 7468842 T15726 oasc.CoreContainer.<init> New CoreContainer 420773577
   [junit4]   2> 7468842 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/]
   [junit4]   2> 7468846 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7468852 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7468854 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7468855 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7468856 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7468856 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7468857 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7468858 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7468862 T15773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18dfb23a name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7468863 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7468869 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7468871 T15775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fbad71 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7468872 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7468893 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7469904 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53342_
   [junit4]   2> 7469906 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53342_
   [junit4]   2> 7469919 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7470276 T15777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7470276 T15777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7470278 T15777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7470278 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53342",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53342_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 7470295 T15776 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> 7470296 T15762 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> 7470296 T15755 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> 7471280 T15777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7471281 T15777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7471283 T15777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7471283 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7471287 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7471287 T15777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/'
   [junit4]   2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 7471290 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 7471381 T15777 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7471448 T15777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7471454 T15777 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7471463 T15777 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7471512 T15777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7471514 T15777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7471515 T15777 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7471516 T15777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/
   [junit4]   2> 7471516 T15777 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7471518 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data
   [junit4]   2> 7471519 T15777 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index/
   [junit4]   2> 7471520 T15777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7471520 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index
   [junit4]   2> 7471521 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7471528 T15777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7471529 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7471531 T15777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7471533 T15777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7471556 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471559 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471562 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471564 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471567 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471576 T15777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7471577 T15777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7471579 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7471582 T15777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7471583 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7471583 T15777 oass.SolrIndexSearcher.<init> Opening Searcher@5e351d88[collection1] main
   [junit4]   2> 7471584 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7471588 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7471588 T15777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7471590 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7471591 T15777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7471591 T15777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7471594 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7471595 T15777 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7471595 T15777 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7471595 T15777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7471595 T15777 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7471600 T15777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7471600 T15778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e351d88[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7471603 T15781 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53342 collection:collection1 shard:shard3
   [junit4]   2> 7471603 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7471604 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7471605 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 7471620 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 7471624 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471625 T15781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7471625 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3145 name=collection1 org.apache.solr.core.SolrCore@423f01e5 url=https://127.0.0.1:53342/collection1 node=127.0.0.1:53342_ C3145_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53342, state=down, node_name=127.0.0.1:53342_, core=collection1}
   [junit4]   2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53342/collection1/
   [junit4]   2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7471627 T15781 C3145 P53342 oasc.SyncStrategy.syncToMe https://127.0.0.1:53342/collection1/ has no replicas
   [junit4]   2> 7471627 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53342/collection1/ shard3
   [junit4]   2> 7471627 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 7471661 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471672 T15755 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> 7471672 T15762 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> 7471677 T15776 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> 7471693 T15781 oasc.ZkController.register We are https://127.0.0.1:53342/collection1/ and leader is https://127.0.0.1:53342/collection1/
   [junit4]   2> 7471694 T15781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53342
   [junit4]   2> 7471694 T15781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7471694 T15781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7471695 T15781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7471699 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471707 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53342",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53342_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7471833 T15755 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> 7471834 T15776 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> 7471834 T15762 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> 7473727 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 7473728 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7473735 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7473739 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53345
   [junit4]   2> 7473744 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/'
   [junit4]   2> 7473803 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/solr.xml
   [junit4]   2> 7473882 T15726 oasc.CoreContainer.<init> New CoreContainer 2101729582
   [junit4]   2> 7473887 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/]
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7473892 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7473900 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7473900 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7473901 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7473902 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7473902 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7473904 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7473909 T15792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1843ef13 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7473909 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7473914 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7473917 T15794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4546efe9 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7473918 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7473947 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7474961 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53345_
   [junit4]   2> 7474964 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53345_
   [junit4]   2> 7474978 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7475002 T15796 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7475003 T15796 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7475007 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7475007 T15796 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53345",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53345_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 7475029 T15755 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> 7475029 T15776 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> 7475030 T15795 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> 7475030 T15762 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> 7476010 T15796 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7476011 T15796 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7476012 T15796 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7476013 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7476016 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7476017 T15796 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/'
   [junit4]   2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 7476019 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 7476101 T15796 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7476204 T15796 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7476208 T15796 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7476214 T15796 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7476262 T15796 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7476264 T15796 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7476264 T15796 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7476265 T15796 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/
   [junit4]   2> 7476266 T15796 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7476268 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data
   [junit4]   2> 7476269 T15796 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index/
   [junit4]   2> 7476270 T15796 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7476270 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index
   [junit4]   2> 7476271 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7476277 T15796 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7476277 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7476280 T15796 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7476282 T15796 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7476282 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7476288 T15796 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7476302 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476304 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476307 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476309 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476312 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476319 T15796 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7476320 T15796 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7476321 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7476323 T15796 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7476323 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7476324 T15796 oass.SolrIndexSearcher.<init> Opening Searcher@16a1acad[collection1] main
   [junit4]   2> 7476324 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7476328 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7476328 T15796 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7476333 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7476333 T15796 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7476333 T15796 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7476337 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7476337 T15796 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7476337 T15796 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7476337 T15796 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7476338 T15796 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7476341 T15796 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7476341 T15797 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16a1acad[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7476345 T15800 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53345 collection:collection1 shard:shard1
   [junit4]   2> 7476346 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7476346 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7476348 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 7476360 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 7476367 T15800 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7476367 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3146 name=collection1 org.apache.solr.core.SolrCore@d0ab067 url=https://127.0.0.1:53345/collection1 node=127.0.0.1:53345_ C3146_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53345, state=down, node_name=127.0.0.1:53345_, core=collection1}
   [junit4]   2> 7476367 T15800 C3146 P53345 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53345/collection1/
   [junit4]   2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncToMe https://127.0.0.1:53345/collection1/ has no replicas
   [junit4]   2> 7476368 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53345/collection1/ shard1
   [junit4]   2> 7476368 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 7476379 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476413 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476417 T15755 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> 7476419 T15776 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> 7476420 T15795 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> 7476422 T15762 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> 7476435 T15800 oasc.ZkController.register We are https://127.0.0.1:53345/collection1/ and leader is https://127.0.0.1:53345/collection1/
   [junit4]   2> 7476435 T15800 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53345
   [junit4]   2> 7476436 T15800 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7476436 T15800 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7476437 T15800 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7476441 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476450 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53345",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53345_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7476570 T15762 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> 7476573 T15795 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> 7476574 T15755 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> 7476574 T15776 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> 7478481 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 7478483 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7478491 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7478493 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53348
   [junit4]   2> 7478497 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7478497 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7478498 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005
   [junit4]   2> 7478498 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/'
   [junit4]   2> 7478550 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/solr.xml
   [junit4]   2> 7478639 T15726 oasc.CoreContainer.<init> New CoreContainer 25289832
   [junit4]   2> 7478640 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/]
   [junit4]   2> 7478641 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7478649 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7478652 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7478653 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7478654 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7478654 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7478654 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7478656 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7478660 T15811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76f1ec09 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7478660 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7478665 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7478670 T15813 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20e29e name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7478670 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7478696 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7479708 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53348_
   [junit4]   2> 7479712 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53348_
   [junit4]   2> 7479724 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7479740 T15815 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7479741 T15815 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7479743 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7479743 T15815 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7479749 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53348",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53348_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 7479759 T15755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479760 T15814 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479759 T15762 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479760 T15776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataCh

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

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

[...truncated 75 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 429 suites, 1780 tests, 1 error, 45 ignored (18 assumptions)

Total time: 185 minutes 51 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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1769/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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:53630/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53630/collection1
	at __randomizedtesting.SeedInfo.seed([8823C383F74D62B2:9C54D9B8012028E]: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:865)
	at sun.reflect.GeneratedMethodAccessor37.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.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)
	... 46 more




Build Log:
[...truncated 12008 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/init-core-data-001
   [junit4]   2> 6588364 T15572 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6588364 T15572 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 6588375 T15572 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6588376 T15572 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6588378 T15573 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6588479 T15572 oasc.ZkTestServer.run start zk server on port:53606
   [junit4]   2> 6588481 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6588492 T15579 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@150b753e name:ZooKeeperConnection Watcher:127.0.0.1:53606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6588492 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6588494 T15572 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6588508 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6588513 T15581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48c7b967 name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6588514 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6588515 T15572 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6588527 T15572 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6588537 T15572 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6588544 T15572 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6588554 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6588555 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6588571 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 6588572 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6588582 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6588584 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6588596 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6588598 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6588612 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6588614 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6588629 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6588631 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6588642 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6588643 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6588662 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6588664 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6588674 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6588676 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6588686 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6588687 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6588698 T15572 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6588699 T15572 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6588712 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6588716 T15583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49dfbb36 name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6588717 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6591067 T15572 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6591075 T15572 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6591095 T15572 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53610
   [junit4]   2> 6591098 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6591099 T15572 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6591099 T15572 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002
   [junit4]   2> 6591100 T15572 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/'
   [junit4]   2> 6591153 T15572 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/solr.xml
   [junit4]   2> 6591168 T15572 oasc.CoreContainer.<init> New CoreContainer 1836384997
   [junit4]   2> 6591169 T15572 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/]
   [junit4]   2> 6591170 T15572 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6591170 T15572 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6591171 T15572 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6591171 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6591171 T15572 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6591172 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6591172 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6591173 T15572 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6591173 T15572 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6591176 T15572 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6591178 T15572 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6591178 T15572 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6591179 T15572 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6591179 T15572 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53606/solr
   [junit4]   2> 6591180 T15572 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6591181 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6591184 T15594 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6bab79f8 name:ZooKeeperConnection Watcher:127.0.0.1:53606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6591185 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6591192 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6591194 T15596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4296435c name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6591195 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6591199 T15572 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6591209 T15572 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6591220 T15572 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6591229 T15572 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6591237 T15572 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6591250 T15572 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6591255 T15572 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53610_
   [junit4]   2> 6591258 T15572 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53610_
   [junit4]   2> 6591270 T15572 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6591277 T15572 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6591288 T15572 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53610_
   [junit4]   2> 6591288 T15572 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6591296 T15572 oasc.Overseer.start Overseer (id=92274158085275652-127.0.0.1:53610_-n_0000000000) starting
   [junit4]   2> 6591304 T15572 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6591339 T15597 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6591340 T15598 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6591342 T15572 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6591348 T15572 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6591353 T15572 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6591365 T15599 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6591366 T15599 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6591369 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6591369 T15599 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6591373 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6591375 T15597 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:53610",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53610_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6591375 T15597 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 6591376 T15597 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6591384 T15600 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> 6592372 T15599 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6592373 T15599 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6592377 T15599 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6592377 T15599 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6592381 T15599 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6592381 T15599 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/'
   [junit4]   2> 6592383 T15599 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6592383 T15599 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6592384 T15599 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6592440 T15599 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6592464 T15599 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6592468 T15599 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> 6592472 T15599 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 6592475 T15599 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6592485 T15599 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6592488 T15599 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6592494 T15599 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 6592509 T15599 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> 6592510 T15599 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6592510 T15599 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6592511 T15599 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/
   [junit4]   2> 6592511 T15599 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6592512 T15599 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data
   [junit4]   2> 6592512 T15599 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6592513 T15599 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6592515 T15599 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/index
   [junit4]   2> 6592516 T15599 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6592523 T15599 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69141a14; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6592523 T15599 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6592527 T15599 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6592530 T15599 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6592531 T15599 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6592531 T15599 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6592532 T15599 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6592532 T15599 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6592532 T15599 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6592533 T15599 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6592534 T15599 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6592534 T15599 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6592534 T15599 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6592535 T15599 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6592535 T15599 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6592543 T15599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6592544 T15599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6592545 T15599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6592547 T15599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6592549 T15599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6592551 T15599 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6592551 T15599 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6592552 T15599 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=86.0087890625, floorSegmentMB=2.1181640625, forceMergeDeletesPctAllowed=14.593921288091753, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7773566403860139
   [junit4]   2> 6592554 T15599 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69141a14; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6592554 T15599 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6592554 T15599 oass.SolrIndexSearcher.<init> Opening Searcher@5083684[collection1] main
   [junit4]   2> 6592555 T15599 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6592558 T15599 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6592558 T15599 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6592559 T15599 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6592560 T15599 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6592560 T15599 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6592562 T15599 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6592563 T15599 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6592565 T15599 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 6592574 T15599 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6592574 T15599 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6592575 T15599 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6592575 T15599 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6592582 T15599 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6592583 T15601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5083684[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6592585 T15604 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53610 collection:control_collection shard:shard1
   [junit4]   2> 6592586 T15572 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6592586 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6592587 T15604 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6592593 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6592597 T15606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43c42560 name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6592598 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6592600 T15572 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6592606 T15572 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6592612 T15604 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6592617 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6592619 T15604 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6592620 T15604 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6167 name=collection1 org.apache.solr.core.SolrCore@71a3fe02 url=https://127.0.0.1:53610/collection1 node=127.0.0.1:53610_ C6167_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:53610, core=collection1, node_name=127.0.0.1:53610_}
   [junit4]   2> 6592620 T15604 C6167 P53610 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53610/collection1/
   [junit4]   2> 6592620 T15604 C6167 P53610 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6592621 T15604 C6167 P53610 oasc.SyncStrategy.syncToMe https://127.0.0.1:53610/collection1/ has no replicas
   [junit4]   2> 6592621 T15604 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53610/collection1/ shard1
   [junit4]   2> 6592621 T15604 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6592623 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6592638 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6592751 T15600 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> 6592752 T15607 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> 6592796 T15604 oasc.ZkController.register We are https://127.0.0.1:53610/collection1/ and leader is https://127.0.0.1:53610/collection1/
   [junit4]   2> 6592796 T15604 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53610
   [junit4]   2> 6592796 T15604 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6592797 T15604 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6592797 T15604 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6592801 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6592803 T15604 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6592806 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6592808 T15597 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:53610",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53610_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6592923 T15607 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> 6592924 T15600 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> 6594970 T15572 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6594973 T15572 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6594980 T15572 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6594982 T15572 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53614
   [junit4]   2> 6594987 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6594987 T15572 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6594988 T15572 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003
   [junit4]   2> 6594989 T15572 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/'
   [junit4]   2> 6595042 T15572 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/solr.xml
   [junit4]   2> 6595057 T15572 oasc.CoreContainer.<init> New CoreContainer 2134716233
   [junit4]   2> 6595057 T15572 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/]
   [junit4]   2> 6595058 T15572 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6595059 T15572 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6595059 T15572 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6595059 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6595060 T15572 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6595060 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6595061 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6595061 T15572 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6595061 T15572 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6595064 T15572 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6595066 T15572 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6595066 T15572 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6595066 T15572 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6595067 T15572 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53606/solr
   [junit4]   2> 6595067 T15572 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6595069 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6595072 T15618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bcc7908 name:ZooKeeperConnection Watcher:127.0.0.1:53606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6595075 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6595080 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6595083 T15620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ff8839a name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6595083 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6595106 T15572 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6596120 T15572 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53614_
   [junit4]   2> 6596125 T15572 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53614_
   [junit4]   2> 6596152 T15622 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6596152 T15622 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6596155 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6596155 T15622 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6596159 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6596161 T15597 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:53614",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53614_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6596161 T15597 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6596162 T15597 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 6596173 T15621 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> 6596173 T15600 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> 6596173 T15607 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> 6597157 T15622 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6597158 T15622 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6597163 T15622 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6597163 T15622 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6597169 T15622 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6597170 T15622 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/'
   [junit4]   2> 6597173 T15622 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6597173 T15622 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6597175 T15622 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6597248 T15622 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6597258 T15622 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6597263 T15622 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6597268 T15622 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6597296 T15622 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6597297 T15622 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6597297 T15622 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6597298 T15622 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/
   [junit4]   2> 6597298 T15622 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6597300 T15622 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data
   [junit4]   2> 6597301 T15622 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6597302 T15622 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6597304 T15622 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/index
   [junit4]   2> 6597305 T15622 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6597314 T15622 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ebc8c56; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6597314 T15622 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6597321 T15622 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6597327 T15622 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6597327 T15622 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6597328 T15622 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6597328 T15622 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6597328 T15622 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6597329 T15622 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6597330 T15622 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6597330 T15622 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6597330 T15622 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6597331 T15622 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6597331 T15622 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6597331 T15622 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6597340 T15622 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6597342 T15622 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6597344 T15622 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6597345 T15622 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6597347 T15622 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6597349 T15622 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6597349 T15622 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6597350 T15622 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=86.0087890625, floorSegmentMB=2.1181640625, forceMergeDeletesPctAllowed=14.593921288091753, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7773566403860139
   [junit4]   2> 6597351 T15622 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ebc8c56; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6597352 T15622 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6597352 T15622 oass.SolrIndexSearcher.<init> Opening Searcher@2ca05811[collection1] main
   [junit4]   2> 6597353 T15622 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6597360 T15622 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6597361 T15622 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6597362 T15622 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6597362 T15622 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6597363 T15622 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6597370 T15622 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6597370 T15622 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6597371 T15622 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6597371 T15622 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6597372 T15622 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6597380 T15622 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6597381 T15623 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ca05811[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6597384 T15626 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53614 collection:collection1 shard:shard2
   [junit4]   2> 6597386 T15572 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6597388 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6597388 T15626 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6597412 T15626 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 6597418 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6597420 T15626 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6597420 T15626 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6168 name=collection1 org.apache.solr.core.SolrCore@7de84931 url=https://127.0.0.1:53614/collection1 node=127.0.0.1:53614_ C6168_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53614, core=collection1, node_name=127.0.0.1:53614_}
   [junit4]   2> 6597420 T15626 C6168 P53614 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53614/collection1/
   [junit4]   2> 6597421 T15626 C6168 P53614 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6597422 T15626 C6168 P53614 oasc.SyncStrategy.syncToMe https://127.0.0.1:53614/collection1/ has no replicas
   [junit4]   2> 6597422 T15626 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53614/collection1/ shard2
   [junit4]   2> 6597422 T15626 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 6597425 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6597440 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6597551 T15600 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> 6597552 T15607 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> 6597552 T15621 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> 6597594 T15626 oasc.ZkController.register We are https://127.0.0.1:53614/collection1/ and leader is https://127.0.0.1:53614/collection1/
   [junit4]   2> 6597595 T15626 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53614
   [junit4]   2> 6597595 T15626 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6597595 T15626 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6597596 T15626 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6597598 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6597600 T15626 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6597603 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6597605 T15597 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:53614",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53614_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6597714 T15607 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> 6597714 T15621 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> 6597716 T15600 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> 6599778 T15572 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6599779 T15572 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6599796 T15572 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6599797 T15572 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53617
   [junit4]   2> 6599802 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6599802 T15572 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6599804 T15572 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004
   [junit4]   2> 6599804 T15572 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/'
   [junit4]   2> 6599857 T15572 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/solr.xml
   [junit4]   2> 6599875 T15572 oasc.CoreContainer.<init> New CoreContainer 89399281
   [junit4]   2> 6599877 T15572 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/]
   [junit4]   2> 6599877 T15572 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6599878 T15572 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6599878 T15572 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6599879 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6599879 T15572 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6599879 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6599880 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6599880 T15572 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6599881 T15572 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6599884 T15572 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6599887 T15572 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6599888 T15572 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6599888 T15572 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6599889 T15572 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53606/solr
   [junit4]   2> 6599889 T15572 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6599891 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6599894 T15637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41755eb6 name:ZooKeeperConnection Watcher:127.0.0.1:53606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6599896 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6599902 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6599905 T15639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19aca50e name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6599905 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6599931 T15572 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6600940 T15572 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53617_
   [junit4]   2> 6600943 T15572 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53617_
   [junit4]   2> 6600973 T15641 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6600974 T15641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6600976 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6600976 T15641 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6600982 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6600985 T15597 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:53617",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53617_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6600985 T15597 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6600986 T15597 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 6600996 T15640 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> 6600997 T15600 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> 6600997 T15607 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> 6600996 T15621 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> 6601980 T15641 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6601980 T15641 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6601986 T15641 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6601986 T15641 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6601993 T15641 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6601993 T15641 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/'
   [junit4]   2> 6601996 T15641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6601998 T15641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6601998 T15641 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6602060 T15641 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6602074 T15641 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6602081 T15641 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6602084 T15641 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6602093 T15641 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6602094 T15641 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6602095 T15641 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6602096 T15641 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/
   [junit4]   2> 6602096 T15641 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6602097 T15641 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data
   [junit4]   2> 6602098 T15641 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6602099 T15641 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6602102 T15641 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/index
   [junit4]   2> 6602102 T15641 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6602117 T15641 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ff12899; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6602118 T15641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6602121 T15641 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6602123 T15641 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6602123 T15641 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6602124 T15641 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6602124 T15641 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6602124 T15641 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6602126 T15641 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6602127 T15641 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6602127 T15641 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6602127 T15641 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6602127 T15641 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6602128 T15641 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6602129 T15641 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6602135 T15641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6602137 T15641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6602138 T15641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6602140 T15641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6602141 T15641 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6602143 T15641 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6602144 T15641 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6602144 T15641 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=86.0087890625, floorSegmentMB=2.1181640625, forceMergeDeletesPctAllowed=14.593921288091753, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7773566403860139
   [junit4]   2> 6602146 T15641 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ff12899; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6602146 T15641 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6602147 T15641 oass.SolrIndexSearcher.<init> Opening Searcher@42b5ce42[collection1] main
   [junit4]   2> 6602147 T15641 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6602151 T15641 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6602152 T15641 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6602153 T15641 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6602154 T15641 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6602155 T15641 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6602162 T15641 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6602162 T15641 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6602162 T15641 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6602163 T15641 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6602163 T15641 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6602168 T15642 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42b5ce42[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6602168 T15641 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6602173 T15645 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53617 collection:collection1 shard:shard3
   [junit4]   2> 6602175 T15572 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6602176 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6602178 T15645 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 6602197 T15645 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 6602210 T15645 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6602211 T15645 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6169 name=collection1 org.apache.solr.core.SolrCore@1fbb6fb3 url=https://127.0.0.1:53617/collection1 node=127.0.0.1:53617_ C6169_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53617, core=collection1, node_name=127.0.0.1:53617_}
   [junit4]   2> 6602212 T15645 C6169 P53617 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53617/collection1/
   [junit4]   2> 6602212 T15645 C6169 P53617 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6602213 T15645 C6169 P53617 oasc.SyncStrategy.syncToMe https://127.0.0.1:53617/collection1/ has no replicas
   [junit4]   2> 6602213 T15645 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53617/collection1/ shard3
   [junit4]   2> 6602214 T15645 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 6602218 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6602223 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6602244 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6602348 T15640 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> 6602350 T15600 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> 6602351 T15607 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> 6602353 T15621 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> 6602386 T15645 oasc.ZkController.register We are https://127.0.0.1:53617/collection1/ and leader is https://127.0.0.1:53617/collection1/
   [junit4]   2> 6602387 T15645 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53617
   [junit4]   2> 6602387 T15645 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6602388 T15645 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6602388 T15645 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6602392 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6602395 T15645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6602398 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6602400 T15597 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:53617",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53617_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 6602508 T15621 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> 6602509 T15607 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> 6602509 T15640 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> 6602509 T15600 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> 6604633 T15572 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 6604634 T15572 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6604641 T15572 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6604644 T15572 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53620
   [junit4]   2> 6604652 T15572 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6604658 T15572 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6604658 T15572 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-005
   [junit4]   2> 6604659 T15572 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-005/'
   [junit4]   2> 6604710 T15572 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-005/solr.xml
   [junit4]   2> 6604730 T15572 oasc.CoreContainer.<init> New CoreContainer 884805619
   [junit4]   2> 6604731 T15572 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-8823C383F74D62B2-001/tempDir-005/]
   [junit4]   2> 6604732 T15572 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6604733 T15572 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6604734 T15572 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6604735 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6604736 T15572 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6604736 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6604737 T15572 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6604738 T15572 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6604738 T15572 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6604741 T15572 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6604744 T15572 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6604744 T15572 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6604745 T15572 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6604746 T15572 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53606/solr
   [junit4]   2> 6604747 T15572 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6604748 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6604753 T15656 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@211de1a3 name:ZooKeeperConnection Watcher:127.0.0.1:53606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6604754 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6604760 T15572 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6604764 T15658 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ead0edb name:ZooKeeperConnection Watcher:127.0.0.1:53606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6604764 T15572 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6604790 T15572 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6605804 T15572 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53620_
   [junit4]   2> 6605807 T15572 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53620_
   [junit4]   2> 6605841 T15660 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6605841 T15660 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6605843 T15600 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6605843 T15660 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6605851 T15597 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6605852 T15597 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:53620",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53620_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6605853 T15597 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6605853 T15597 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 6605864 T15607 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstat

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

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

[...truncated 84 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 427 suites, 1771 tests, 1 error, 44 ignored (17 assumptions)

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