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/19 01:55:07 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1739/
Java: 64bit/jdk1.7.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:55233/dm_baq/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:55233/dm_baq/collection1
	at __randomizedtesting.SeedInfo.seed([763527308D26DA5F:F7D3A928FA79BA63]: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:871)
	at sun.reflect.GeneratedMethodAccessor47.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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java: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 11779 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/init-core-data-001
   [junit4]   2> 3002180 T6723 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 3002180 T6723 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dm_baq/
   [junit4]   2> 3002187 T6723 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 3002189 T6723 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3002191 T6724 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3002291 T6723 oasc.ZkTestServer.run start zk server on port:55209
   [junit4]   2> 3002294 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3002299 T6730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@633f76b8 name:ZooKeeperConnection Watcher:127.0.0.1:55209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3002300 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3002300 T6723 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3002312 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3002315 T6732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d7ed6a9 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3002316 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3002316 T6723 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3002323 T6723 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3002330 T6723 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3002335 T6723 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3002342 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3002343 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3002352 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 3002352 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3002360 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3002361 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3002367 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3002368 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3002374 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3002375 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3002382 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3002382 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3002388 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3002389 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3002396 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3002397 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3002403 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3002403 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3002409 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3002410 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3002416 T6723 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3002417 T6723 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3002426 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3002432 T6734 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19c3b3a0 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3002432 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3004288 T6723 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3004297 T6723 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3004298 T6723 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55213
   [junit4]   2> 3004301 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3004301 T6723 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3004301 T6723 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002
   [junit4]   2> 3004302 T6723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/'
   [junit4]   2> 3004340 T6723 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/solr.xml
   [junit4]   2> 3004407 T6723 oasc.CoreContainer.<init> New CoreContainer 1655992088
   [junit4]   2> 3004408 T6723 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/]
   [junit4]   2> 3004410 T6723 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3004410 T6723 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3004410 T6723 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3004410 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3004411 T6723 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3004411 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3004411 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3004412 T6723 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3004412 T6723 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3004415 T6723 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3004417 T6723 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3004417 T6723 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3004418 T6723 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3004418 T6723 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55209/solr
   [junit4]   2> 3004418 T6723 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3004420 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3004425 T6745 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7338c3c9 name:ZooKeeperConnection Watcher:127.0.0.1:55209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3004425 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3004430 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3004433 T6747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4839a286 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3004433 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3004437 T6723 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3004445 T6723 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3004453 T6723 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3004461 T6723 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3004469 T6723 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3004479 T6723 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3004482 T6723 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55213_dm_baq
   [junit4]   2> 3004484 T6723 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55213_dm_baq
   [junit4]   2> 3004492 T6723 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3004497 T6723 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3004503 T6723 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3004507 T6723 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55213_dm_baq
   [junit4]   2> 3004508 T6723 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3004513 T6723 oasc.Overseer.start Overseer (id=92301029658132484-127.0.0.1:55213_dm_baq-n_0000000000) starting
   [junit4]   2> 3004521 T6723 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3004547 T6723 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3004549 T6749 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3004550 T6723 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3004557 T6723 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3004561 T6723 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3004568 T6748 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3004575 T6751 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3004576 T6751 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3004577 T6751 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3004578 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3004583 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55213/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55213_dm_baq"}
   [junit4]   2> 3004583 T6748 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 3004584 T6748 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3004591 T6752 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> 3005579 T6751 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3005580 T6751 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3005585 T6751 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3005585 T6751 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3005591 T6751 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3005591 T6751 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/'
   [junit4]   2> 3005593 T6751 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 3005595 T6751 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 3005595 T6751 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 3005682 T6751 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 3005719 T6751 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3005722 T6751 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> 3005727 T6751 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3005743 T6751 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 3005782 T6751 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3005786 T6751 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 3005791 T6751 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 3005799 T6751 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> 3005799 T6751 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3005799 T6751 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 3005801 T6751 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/
   [junit4]   2> 3005801 T6751 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 3005803 T6751 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data
   [junit4]   2> 3005803 T6751 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/index/
   [junit4]   2> 3005804 T6751 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3005805 T6751 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/index
   [junit4]   2> 3005806 T6751 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6852441525160521]
   [junit4]   2> 3005815 T6751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3081007b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3005816 T6751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3005818 T6751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 3005819 T6751 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3005820 T6751 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3005820 T6751 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3005821 T6751 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3005821 T6751 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3005821 T6751 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3005822 T6751 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3005822 T6751 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3005823 T6751 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3005823 T6751 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3005823 T6751 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3005823 T6751 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3005837 T6751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3005838 T6751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3005840 T6751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3005842 T6751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3005844 T6751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3005850 T6751 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3005851 T6751 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3005851 T6751 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3005853 T6751 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3081007b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3005854 T6751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3005854 T6751 oass.SolrIndexSearcher.<init> Opening Searcher@957ca1c[collection1] main
   [junit4]   2> 3005854 T6751 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3005857 T6751 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3005858 T6751 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3005859 T6751 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3005859 T6751 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3005859 T6751 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3005861 T6751 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3005862 T6751 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3005863 T6751 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 3005869 T6751 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3005870 T6751 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3005870 T6751 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3005870 T6751 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 3005872 T6751 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3005872 T6753 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@957ca1c[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3005875 T6756 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55213/dm_baq collection:control_collection shard:shard1
   [junit4]   2> 3005876 T6723 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3005876 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3005878 T6756 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3005888 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3005891 T6758 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15982c90 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3005892 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3005895 T6723 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3005896 T6756 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3005901 T6723 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3005902 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3005903 T6756 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3005904 T6756 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4127 name=collection1 org.apache.solr.core.SolrCore@19780675 url=https://127.0.0.1:55213/dm_baq/collection1 node=127.0.0.1:55213_dm_baq C4127_STATE=coll:control_collection core:collection1 props:{core=collection1, state=down, base_url=https://127.0.0.1:55213/dm_baq, node_name=127.0.0.1:55213_dm_baq}
   [junit4]   2> 3005904 T6756 C4127 P55213 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55213/dm_baq/collection1/
   [junit4]   2> 3005904 T6756 C4127 P55213 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3005904 T6756 C4127 P55213 oasc.SyncStrategy.syncToMe https://127.0.0.1:55213/dm_baq/collection1/ has no replicas
   [junit4]   2> 3005905 T6756 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55213/dm_baq/collection1/ shard1
   [junit4]   2> 3005905 T6756 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3005924 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3006036 T6759 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> 3006036 T6752 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> 3006089 T6756 oasc.ZkController.register We are https://127.0.0.1:55213/dm_baq/collection1/ and leader is https://127.0.0.1:55213/dm_baq/collection1/
   [junit4]   2> 3006089 T6756 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55213/dm_baq
   [junit4]   2> 3006090 T6756 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3006091 T6756 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3006092 T6756 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3006102 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3006110 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55213/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55213_dm_baq"}
   [junit4]   2> 3006219 T6752 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> 3006220 T6759 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> 3008442 T6723 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3008443 T6723 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3008451 T6723 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3008453 T6723 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55217
   [junit4]   2> 3008457 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3008457 T6723 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3008458 T6723 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003
   [junit4]   2> 3008458 T6723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/'
   [junit4]   2> 3008500 T6723 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/solr.xml
   [junit4]   2> 3008586 T6723 oasc.CoreContainer.<init> New CoreContainer 1295979730
   [junit4]   2> 3008587 T6723 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/]
   [junit4]   2> 3008588 T6723 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3008589 T6723 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3008589 T6723 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3008590 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3008591 T6723 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3008591 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3008591 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3008591 T6723 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3008592 T6723 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3008595 T6723 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3008600 T6723 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3008600 T6723 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3008600 T6723 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3008600 T6723 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55209/solr
   [junit4]   2> 3008601 T6723 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3008603 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3008607 T6770 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f443498 name:ZooKeeperConnection Watcher:127.0.0.1:55209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3008608 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3008612 T6725 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x147eb4c252d0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3008613 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3008617 T6772 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72708f1c name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3008618 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3008638 T6723 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3009650 T6723 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55217_dm_baq
   [junit4]   2> 3009653 T6723 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55217_dm_baq
   [junit4]   2> 3009667 T6723 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3009687 T6774 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3009687 T6774 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3009689 T6774 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3009689 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3009694 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55217/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55217_dm_baq"}
   [junit4]   2> 3009695 T6748 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 3009695 T6748 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3009712 T6773 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> 3009712 T6759 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> 3009713 T6752 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> 3010691 T6774 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3010692 T6774 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3010695 T6774 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3010695 T6774 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3010701 T6774 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3010702 T6774 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/'
   [junit4]   2> 3010704 T6774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 3010705 T6774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 3010706 T6774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 3010783 T6774 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 3010831 T6774 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3010835 T6774 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 3010850 T6774 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 3010898 T6774 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3010900 T6774 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3010901 T6774 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 3010901 T6774 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/
   [junit4]   2> 3010902 T6774 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 3010903 T6774 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data
   [junit4]   2> 3010903 T6774 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/index/
   [junit4]   2> 3010904 T6774 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3010905 T6774 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/index
   [junit4]   2> 3010905 T6774 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6852441525160521]
   [junit4]   2> 3010910 T6774 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@420c0539; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3010910 T6774 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3010913 T6774 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 3010915 T6774 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3010916 T6774 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3010916 T6774 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3010917 T6774 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3010917 T6774 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3010919 T6774 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3010920 T6774 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3010920 T6774 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3010921 T6774 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3010921 T6774 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3010922 T6774 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3010922 T6774 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3010940 T6774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3010942 T6774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3010943 T6774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3010944 T6774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3010951 T6774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3010960 T6774 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3010960 T6774 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3010961 T6774 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3010963 T6774 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@420c0539; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3010963 T6774 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3010963 T6774 oass.SolrIndexSearcher.<init> Opening Searcher@71f61c32[collection1] main
   [junit4]   2> 3010963 T6774 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3010967 T6774 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3010968 T6774 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3010970 T6774 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3010970 T6774 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3010971 T6774 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3010974 T6774 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3010974 T6774 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3010975 T6774 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 3010975 T6774 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3010975 T6774 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 3010979 T6774 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3010979 T6775 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71f61c32[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3010983 T6778 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55217/dm_baq collection:collection1 shard:shard2
   [junit4]   2> 3010983 T6723 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3010984 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3010985 T6778 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3011017 T6778 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3011022 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3011029 T6778 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3011030 T6778 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4128 name=collection1 org.apache.solr.core.SolrCore@509927c7 url=https://127.0.0.1:55217/dm_baq/collection1 node=127.0.0.1:55217_dm_baq C4128_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, base_url=https://127.0.0.1:55217/dm_baq, node_name=127.0.0.1:55217_dm_baq}
   [junit4]   2> 3011030 T6778 C4128 P55217 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55217/dm_baq/collection1/
   [junit4]   2> 3011031 T6778 C4128 P55217 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3011031 T6778 C4128 P55217 oasc.SyncStrategy.syncToMe https://127.0.0.1:55217/dm_baq/collection1/ has no replicas
   [junit4]   2> 3011031 T6778 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55217/dm_baq/collection1/ shard2
   [junit4]   2> 3011032 T6778 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3011050 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3011165 T6752 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> 3011166 T6759 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> 3011166 T6773 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> 3011207 T6778 oasc.ZkController.register We are https://127.0.0.1:55217/dm_baq/collection1/ and leader is https://127.0.0.1:55217/dm_baq/collection1/
   [junit4]   2> 3011208 T6778 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55217/dm_baq
   [junit4]   2> 3011208 T6778 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3011208 T6778 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3011208 T6778 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3011211 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3011219 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55217/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55217_dm_baq"}
   [junit4]   2> 3011330 T6773 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> 3011330 T6752 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> 3011335 T6759 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> 3013053 T6723 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3013054 T6723 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3013062 T6723 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3013063 T6723 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55220
   [junit4]   2> 3013067 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3013067 T6723 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3013068 T6723 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004
   [junit4]   2> 3013068 T6723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/'
   [junit4]   2> 3013122 T6723 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/solr.xml
   [junit4]   2> 3013202 T6723 oasc.CoreContainer.<init> New CoreContainer 1991817875
   [junit4]   2> 3013203 T6723 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/]
   [junit4]   2> 3013205 T6723 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3013205 T6723 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3013206 T6723 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3013206 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3013206 T6723 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3013207 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3013207 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3013209 T6723 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3013209 T6723 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3013211 T6723 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3013213 T6723 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3013213 T6723 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3013213 T6723 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3013214 T6723 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55209/solr
   [junit4]   2> 3013214 T6723 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3013215 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3013219 T6789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@589113b0 name:ZooKeeperConnection Watcher:127.0.0.1:55209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3013220 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3013223 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3013227 T6791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7232ac51 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3013228 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3013249 T6723 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3014258 T6723 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55220_dm_baq
   [junit4]   2> 3014260 T6723 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55220_dm_baq
   [junit4]   2> 3014286 T6723 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3014308 T6793 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3014309 T6793 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3014311 T6793 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3014311 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3014318 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55220/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55220_dm_baq"}
   [junit4]   2> 3014319 T6748 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 3014319 T6748 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3014330 T6792 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> 3014331 T6773 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> 3014332 T6752 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> 3014331 T6759 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> 3015313 T6793 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3015313 T6793 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3015314 T6793 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3015315 T6793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3015317 T6793 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3015318 T6793 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/'
   [junit4]   2> 3015319 T6793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 3015319 T6793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 3015320 T6793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 3015391 T6793 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 3015433 T6793 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3015438 T6793 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 3015443 T6793 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 3015484 T6793 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3015486 T6793 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3015486 T6793 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 3015487 T6793 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/
   [junit4]   2> 3015487 T6793 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 3015488 T6793 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data
   [junit4]   2> 3015489 T6793 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/index/
   [junit4]   2> 3015490 T6793 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3015490 T6793 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/index
   [junit4]   2> 3015491 T6793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6852441525160521]
   [junit4]   2> 3015496 T6793 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c38494b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3015496 T6793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3015497 T6793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 3015499 T6793 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3015499 T6793 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3015499 T6793 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3015499 T6793 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3015500 T6793 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3015500 T6793 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3015501 T6793 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3015501 T6793 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3015502 T6793 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3015502 T6793 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3015502 T6793 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3015502 T6793 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3015517 T6793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3015534 T6793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3015536 T6793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3015537 T6793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3015539 T6793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3015546 T6793 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3015547 T6793 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3015548 T6793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3015549 T6793 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c38494b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 3015550 T6793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3015550 T6793 oass.SolrIndexSearcher.<init> Opening Searcher@2635a670[collection1] main
   [junit4]   2> 3015551 T6793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3015554 T6793 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3015554 T6793 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3015557 T6793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3015557 T6793 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3015558 T6793 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3015561 T6793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3015562 T6793 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3015562 T6793 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 3015562 T6793 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3015562 T6793 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 3015574 T6794 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2635a670[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3015574 T6793 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3015577 T6797 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55220/dm_baq collection:collection1 shard:shard3
   [junit4]   2> 3015578 T6723 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3015579 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3015580 T6797 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 3015593 T6797 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 3015597 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3015599 T6797 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3015600 T6797 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4129 name=collection1 org.apache.solr.core.SolrCore@7f5dca7b url=https://127.0.0.1:55220/dm_baq/collection1 node=127.0.0.1:55220_dm_baq C4129_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, base_url=https://127.0.0.1:55220/dm_baq, node_name=127.0.0.1:55220_dm_baq}
   [junit4]   2> 3015600 T6797 C4129 P55220 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55220/dm_baq/collection1/
   [junit4]   2> 3015601 T6797 C4129 P55220 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3015601 T6797 C4129 P55220 oasc.SyncStrategy.syncToMe https://127.0.0.1:55220/dm_baq/collection1/ has no replicas
   [junit4]   2> 3015601 T6797 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55220/dm_baq/collection1/ shard3
   [junit4]   2> 3015602 T6797 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 3015630 T6752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3015631 T6759 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> 3015633 T6792 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> 3015633 T6773 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> 3015634 T6798 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> 3015667 T6797 oasc.ZkController.register We are https://127.0.0.1:55220/dm_baq/collection1/ and leader is https://127.0.0.1:55220/dm_baq/collection1/
   [junit4]   2> 3015668 T6797 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55220/dm_baq
   [junit4]   2> 3015668 T6797 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3015668 T6797 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3015668 T6797 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3015672 T6798 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3015677 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55220/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "node_name":"127.0.0.1:55220_dm_baq"}
   [junit4]   2> 3015789 T6792 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> 3015789 T6798 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> 3015789 T6773 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> 3015789 T6759 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> 3017627 T6723 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 3017628 T6723 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3017636 T6723 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3017638 T6723 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55223
   [junit4]   2> 3017642 T6723 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3017642 T6723 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3017643 T6723 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-005
   [junit4]   2> 3017643 T6723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-005/'
   [junit4]   2> 3017698 T6723 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-005/solr.xml
   [junit4]   2> 3017780 T6723 oasc.CoreContainer.<init> New CoreContainer 388299842
   [junit4]   2> 3017780 T6723 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001/tempDir-005/]
   [junit4]   2> 3017781 T6723 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3017781 T6723 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3017781 T6723 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3017782 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3017782 T6723 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3017783 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3017783 T6723 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3017783 T6723 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3017783 T6723 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3017786 T6723 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3017789 T6723 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3017789 T6723 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3017789 T6723 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3017790 T6723 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55209/solr
   [junit4]   2> 3017790 T6723 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3017792 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3017795 T6809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e11eade name:ZooKeeperConnection Watcher:127.0.0.1:55209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3017796 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3017800 T6723 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3017805 T6811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d2c0d38 name:ZooKeeperConnection Watcher:127.0.0.1:55209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3017806 T6723 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3017831 T6723 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3018842 T6723 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55223_dm_baq
   [junit4]   2> 3018846 T6723 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55223_dm_baq
   [junit4]   2> 3018860 T6723 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3018875 T6813 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3018875 T6813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3018877 T6798 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3018879 T6813 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3018884 T6748 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55223/dm_baq",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55223_dm_baq"}
   [junit4]   2> 3018884 T6748 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 3018885 T6748 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3018894 T6798 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> 3018894 T6759 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> 3018895 T6773 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> 3018895 T6792 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [j

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

rServer.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:871)
   [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]    > 	... 47 more
   [junit4]   2> 3280427 T6723 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-763527308D26DA5F-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=hr, timezone=Asia/Bishkek
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=1,free=87095624,total=323162112
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, TestSolrQueryParser, SpatialFilterTest, TestNoOpRegenerator, JSONWriterTest, SolrRequestParserTest, FastVectorHighlighterTest, TestCopyFieldCollectionResource, TestStressVersions, TestStressRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, DOMUtilTest, SampleTest, ShowFileRequestHandlerTest, TestReRankQParserPlugin, ResourceLoaderTest, HdfsBasicDistributedZk2Test, SchemaVersionSpecificBehaviorTest, MergeStrategyTest, TestJmxIntegration, DistributedSuggestComponentTest, CopyFieldTest, TestBM25SimilarityFactory, BlockCacheTest, TestTolerantSearch, BJQParserTest, TestHashPartitioner, ConnectionManagerTest, TestLRUCache, PingRequestHandlerTest, SignatureUpdateProcessorFactoryTest, DocValuesMissingTest, QueryElevationComponentTest, HdfsUnloadDistributedZkTest, TestDynamicFieldCollectionResource, ClusterStateUpdateTest, SolrCmdDistributorTest, TestDistributedMissingSort, TestMergePolicyConfig, EchoParamsTest, TestSearchPerf, TestNonDefinedSimilarityFactory, TestBinaryResponseWriter, TestSolrDeletionPolicy1, SearchHandlerTest, HighlighterTest, TestSchemaNameResource, ChaosMonkeySafeLeaderTest, TestCollapseQParserPlugin, TestSolrXml, CustomCollectionTest, BadIndexSchemaTest, TestUtils, TestShardHandlerFactory, SolrIndexConfigTest, TestRandomMergePolicy, AddBlockUpdateTest, MinimalSchemaTest, TestCloudPivotFacet, URLClassifyProcessorTest, DeleteReplicaTest, QueryResultKeyTest, TestMissingGroups, TestStressUserVersions, SuggestComponentTest, TestRecoveryHdfs, UUIDFieldTest, TestReload, UnloadDistributedZkTest, OverseerCollectionProcessorTest, TestWriterPerf, TestSurroundQueryParser, OpenCloseCoreStressTest, TestSystemIdResolver, SpellCheckCollatorTest, ShardRoutingCustomTest, DistributedFacetPivotSmallTest, SoftAutoCommitTest, TestExpandComponent, TestSolrDeletionPolicy2, TestDefaultSearchFieldResource, DirectSolrConnectionTest, TestDefaultSimilarityFactory, TestExtendedDismaxParser, DefaultValueUpdateProcessorTest, HdfsCollectionsAPIDistributedZkTest, TestGroupingSearch, TestManagedSchema, TestBinaryField, PathHierarchyTokenizerFactoryTest, TestMaxScoreQueryParser, TestTrie, ChaosMonkeyNothingIsSafeTest, TestManagedResourceStorage, RankQueryTest, TestRandomDVFaceting, CircularListTest, OutputWriterTest, TestQuerySenderNoQuery, TestManagedResource, SuggesterWFSTTest, QueryParsingTest, RollingRestartTest, FullSolrCloudDistribCmdsTest, TestQuerySenderListener, TestSchemaResource, MBeansHandlerTest, TestSerializedLuceneMatchVersion, TestInfoStreamLogging, AtomicUpdatesTest, TestLMJelinekMercerSimilarityFactory, TestStandardQParsers, TestPhraseSuggestions, SharedFSAutoReplicaFailoverTest, TestLeaderElectionZkExpiry, TestRequestStatusCollectionAPI, SortByFunctionTest, TestChildDocTransformer, TestMultiCoreConfBootstrap, HdfsLockFactoryTest, TestCharFilters, TestFieldTypeResource, HighlighterMaxOffsetTest, DistributedExpandComponentTest, TimeZoneUtilsTest, TestComponentsName, AnalysisErrorHandlingTest, TestQueryUtils, DistribDocExpirationUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, PreAnalyzedFieldTest, TestDocSet, TestShortCircuitedRequests, CollectionsAPIAsyncDistributedZkTest, TestNRTOpen, TestFoldingMultitermQuery, DocValuesTest, TestAnalyzedSuggestions, DistributedDebugComponentTest, AlternateDirectoryTest, ResponseLogComponentTest, HdfsSyncSliceTest, TestValueSourceCache, TestDistribDocBasedVersion, HdfsWriteToMultipleCollectionsTest, DirectSolrSpellCheckerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, HdfsBasicDistributedZkTest, FieldAnalysisRequestHandlerTest, DeleteInactiveReplicaTest, PluginInfoTest, TestIntervalFaceting, SuggesterTSTTest, BadComponentTest, TestSolrIndexConfig, SOLR749Test, AnalyticsQueryTest, BlockDirectoryTest, TestAtomicUpdateErrorCases, ZkNodePropsTest, TestCodecSupport, AutoCommitTest, TestRealTimeGet, CoreAdminCreateDiscoverTest, TestCloudManagedSchemaConcurrent, TestReloadAndDeleteDocs, CoreAdminRequestStatusTest, PolyFieldTest, CursorMarkTest, CSVRequestHandlerTest, BasicFunctionalityTest, CoreContainerCoreInitFailuresTest, TestSchemaVersionResource, OverseerTest, ZkControllerTest, HttpPartitionTest, DisMaxRequestHandlerTest, RecoveryZkTest, FileBasedSpellCheckerTest, IndexSchemaRuntimeFieldTest, TestManagedStopFilterFactory, TestStressReorder, TestJmxMonitoredMap, StressHdfsTest, MoreLikeThisHandlerTest, TestBlendedInfixSuggestions, RequestHandlersTest, TestFuzzyAnalyzedSuggestions, TestFastWriter, TestZkChroot, TestDynamicFieldResource, DeleteShardTest, TestMiniSolrCloudCluster, PreAnalyzedUpdateProcessorTest, TestCloudSchemaless]
   [junit4] Completed in 278.30s, 1 test, 1 error <<< FAILURES!

[...truncated 664 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1351: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:966: There were test failures: 419 suites, 1732 tests, 1 error, 44 ignored (17 assumptions)

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