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/01 23:45:47 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 10820 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10820/
Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
REGRESSION:  org.apache.solr.request.TestIntervalFaceting.testMultipleSegments

Error Message:
Expected multiple reader leaves. Found 1

Stack Trace:
java.lang.AssertionError: Expected multiple reader leaves. Found 1
	at __randomizedtesting.SeedInfo.seed([F3343F2F5AAAC7DF:4F438A769D0D6B9A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.request.TestIntervalFaceting.assertMultipleReaders(TestIntervalFaceting.java:134)
	at org.apache.solr.request.TestIntervalFaceting.testMultipleSegments(TestIntervalFaceting.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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)


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:50145/he/qu/collection1

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




Build Log:
[...truncated 11288 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/init-core-data-001
   [junit4]   2> 153910 T507 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 153910 T507 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /he/qu
   [junit4]   2> 153913 T507 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 153913 T507 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 153914 T508 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 154014 T507 oasc.ZkTestServer.run start zk server on port:49065
   [junit4]   2> 154015 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 154026 T514 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18f825a0 name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154026 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 154026 T507 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 154032 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 154033 T516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60794d7c name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154034 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 154034 T507 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 154037 T507 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 154039 T507 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 154041 T507 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 154043 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 154044 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 154047 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 154047 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 154050 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 154050 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 154053 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 154053 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 154055 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 154055 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 154058 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 154058 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 154060 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 154060 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 154063 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 154063 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 154066 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 154067 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 154069 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 154069 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 154073 T507 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 154074 T507 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 154078 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 154079 T518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@724474d1 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154080 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 154445 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 154450 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 154457 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52088
   [junit4]   2> 154467 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 154468 T507 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 154468 T507 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002
   [junit4]   2> 154468 T507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/'
   [junit4]   2> 154485 T507 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/solr.xml
   [junit4]   2> 154506 T507 oasc.CoreContainer.<init> New CoreContainer 755305449
   [junit4]   2> 154507 T507 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/]
   [junit4]   2> 154508 T507 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 154508 T507 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 154508 T507 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 154509 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 154509 T507 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 154509 T507 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 154510 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 154510 T507 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 154510 T507 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 154512 T507 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 154514 T507 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 154514 T507 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 154515 T507 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 154515 T507 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49065/solr
   [junit4]   2> 154515 T507 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 154517 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 154523 T529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d5842ca name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154524 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 154529 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 154536 T531 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31e3f9f1 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 154536 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 154539 T507 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 154542 T507 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 154545 T507 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 154547 T507 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 154550 T507 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 154553 T507 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 154554 T507 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52088_he%2Fqu
   [junit4]   2> 154555 T507 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52088_he%2Fqu
   [junit4]   2> 154556 T507 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 154558 T507 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 154561 T507 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52088_he%2Fqu
   [junit4]   2> 154561 T507 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 154563 T507 oasc.Overseer.start Overseer (id=92204349983686660-127.0.0.1:52088_he%2Fqu-n_0000000000) starting
   [junit4]   2> 154564 T507 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 154571 T533 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 154571 T507 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 154574 T507 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 154575 T507 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 154577 T532 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 154580 T534 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 154581 T534 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 154582 T534 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 154582 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 154583 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 154584 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52088/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52088_he%2Fqu",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 154584 T532 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 154585 T532 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 154587 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 154587 T535 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> 155582 T534 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 155582 T534 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 155583 T534 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 155583 T534 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 155584 T534 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 155584 T534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/'
   [junit4]   2> 155585 T534 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 155585 T534 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 155586 T534 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 155609 T534 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 155627 T534 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 155632 T534 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> 155636 T534 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 155639 T534 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 155656 T534 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 155660 T534 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 155662 T534 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 155665 T534 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> 155665 T534 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 155666 T534 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 155666 T534 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/
   [junit4]   2> 155666 T534 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 155667 T534 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data
   [junit4]   2> 155668 T534 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/index/
   [junit4]   2> 155668 T534 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 155669 T534 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/index
   [junit4]   2> 155669 T534 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 155787 T534 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d9eb5c3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 155787 T534 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 155788 T534 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 155934 T534 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 155934 T534 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 155934 T534 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 155934 T534 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 155934 T534 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 155935 T534 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 155935 T534 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 155936 T534 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 155937 T534 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 155938 T534 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 155938 T534 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=93.587890625, floorSegmentMB=1.4541015625, forceMergeDeletesPctAllowed=7.855957945221088, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 155939 T534 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d9eb5c3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 155939 T534 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 155940 T534 oass.SolrIndexSearcher.<init> Opening Searcher@5d384d64[collection1] main
   [junit4]   2> 155940 T534 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 155941 T534 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 155941 T534 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 155942 T534 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155942 T534 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 155942 T534 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155943 T534 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 155943 T534 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155943 T534 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 155946 T534 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 155946 T534 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155947 T534 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 155949 T534 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 155956 T536 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d384d64[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 155956 T534 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 155957 T539 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52088/he/qu collection:control_collection shard:shard1
   [junit4]   2> 155958 T507 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 155958 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 155959 T539 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 155963 T539 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 155963 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155966 T541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4af055a0 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155966 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 155966 T539 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 155966 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 155967 T539 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@62b409f1 url=https://127.0.0.1:52088/he/qu/collection1 node=127.0.0.1:52088_he%2Fqu C47_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:52088/he/qu, core=collection1, node_name=127.0.0.1:52088_he%2Fqu}
   [junit4]   2> 155968 T539 C47 P52088 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52088/he/qu/collection1/
   [junit4]   2> 155969 T507 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 155968 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 155972 T539 C47 P52088 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 155973 T539 C47 P52088 oasc.SyncStrategy.syncToMe https://127.0.0.1:52088/he/qu/collection1/ has no replicas
   [junit4]   2> 155974 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 155974 T507 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 155975 T539 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52088/he/qu/collection1/ shard1
   [junit4]   2> 155975 T539 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 155979 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 155982 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 156083 T535 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> 156083 T542 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> 156130 T539 oasc.ZkController.register We are https://127.0.0.1:52088/he/qu/collection1/ and leader is https://127.0.0.1:52088/he/qu/collection1/
   [junit4]   2> 156130 T539 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52088/he/qu
   [junit4]   2> 156130 T539 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 156130 T539 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 156130 T539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 156132 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 156132 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 156132 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 156132 T539 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 156133 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 156134 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52088/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52088_he%2Fqu",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 156135 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 156237 T542 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> 156237 T544 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> 156258 T507 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 156258 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 156263 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 156265 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:33596
   [junit4]   2> 156268 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 156269 T507 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 156269 T507 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003
   [junit4]   2> 156269 T507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/'
   [junit4]   2> 156298 T507 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/solr.xml
   [junit4]   2> 156307 T507 oasc.CoreContainer.<init> New CoreContainer 1604925088
   [junit4]   2> 156307 T507 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/]
   [junit4]   2> 156308 T507 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 156308 T507 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 156308 T507 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 156308 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 156308 T507 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 156309 T507 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 156309 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 156309 T507 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 156309 T507 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 156311 T507 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 156312 T507 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 156312 T507 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 156312 T507 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 156313 T507 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49065/solr
   [junit4]   2> 156313 T507 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 156314 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156316 T555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@149dd433 name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156317 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156320 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156321 T557 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f360b64 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156322 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156330 T507 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 157333 T507 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33596_he%2Fqu
   [junit4]   2> 157334 T507 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33596_he%2Fqu
   [junit4]   2> 157336 T544 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 157336 T542 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 157337 T558 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 157342 T559 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 157342 T559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 157343 T559 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 157343 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 157343 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 157343 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 157346 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 157346 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:33596/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33596_he%2Fqu",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 157347 T532 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 157347 T532 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 157350 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 157452 T558 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> 157452 T542 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> 157452 T544 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> 158344 T559 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 158344 T559 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 158344 T559 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 158345 T559 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 158346 T559 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 158346 T559 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/'
   [junit4]   2> 158347 T559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 158348 T559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 158348 T559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 158386 T559 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 158396 T559 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 158398 T559 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 158401 T559 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 158413 T559 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 158413 T559 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 158413 T559 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 158414 T559 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/
   [junit4]   2> 158414 T559 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 158414 T559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data
   [junit4]   2> 158415 T559 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/index/
   [junit4]   2> 158415 T559 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 158415 T559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/index
   [junit4]   2> 158416 T559 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 158423 T559 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aa72bfb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 158423 T559 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 158424 T559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 158425 T559 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 158425 T559 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 158426 T559 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 158426 T559 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 158426 T559 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 158426 T559 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 158426 T559 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 158429 T559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 158430 T559 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 158431 T559 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 158432 T559 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=93.587890625, floorSegmentMB=1.4541015625, forceMergeDeletesPctAllowed=7.855957945221088, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 158433 T559 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1aa72bfb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 158433 T559 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 158433 T559 oass.SolrIndexSearcher.<init> Opening Searcher@276964e8[collection1] main
   [junit4]   2> 158433 T559 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 158434 T559 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 158434 T559 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 158435 T559 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 158435 T559 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 158435 T559 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 158436 T559 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 158436 T559 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 158436 T559 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 158436 T559 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 158437 T559 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 158438 T560 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@276964e8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 158438 T559 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 158438 T563 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:33596/he/qu collection:collection1 shard:shard2
   [junit4]   2> 158439 T507 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 158439 T563 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 158439 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 158442 T563 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 158442 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158442 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158442 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158443 T563 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 158443 T563 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@41756ed6 url=https://127.0.0.1:33596/he/qu/collection1 node=127.0.0.1:33596_he%2Fqu C48_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:33596/he/qu, core=collection1, node_name=127.0.0.1:33596_he%2Fqu}
   [junit4]   2> 158443 T563 C48 P33596 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:33596/he/qu/collection1/
   [junit4]   2> 158443 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 158443 T563 C48 P33596 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 158444 T563 C48 P33596 oasc.SyncStrategy.syncToMe https://127.0.0.1:33596/he/qu/collection1/ has no replicas
   [junit4]   2> 158444 T563 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:33596/he/qu/collection1/ shard2
   [junit4]   2> 158444 T563 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 158445 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158446 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158448 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158550 T535 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> 158550 T558 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> 158550 T542 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> 158597 T563 oasc.ZkController.register We are https://127.0.0.1:33596/he/qu/collection1/ and leader is https://127.0.0.1:33596/he/qu/collection1/
   [junit4]   2> 158598 T563 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:33596/he/qu
   [junit4]   2> 158598 T563 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 158598 T563 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 158598 T563 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 158599 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158600 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 158599 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158599 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158601 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 158601 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:33596/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33596_he%2Fqu",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 158602 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158704 T542 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> 158704 T558 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> 158704 T544 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> 158719 T507 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 158720 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 158732 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 158733 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39527
   [junit4]   2> 158735 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 158735 T507 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 158736 T507 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004
   [junit4]   2> 158736 T507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/'
   [junit4]   2> 158748 T507 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/solr.xml
   [junit4]   2> 158757 T507 oasc.CoreContainer.<init> New CoreContainer 490977869
   [junit4]   2> 158757 T507 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/]
   [junit4]   2> 158758 T507 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 158758 T507 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 158758 T507 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 158759 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 158759 T507 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 158759 T507 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 158759 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 158759 T507 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 158760 T507 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 158761 T507 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 158762 T507 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 158763 T507 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 158763 T507 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 158763 T507 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49065/solr
   [junit4]   2> 158763 T507 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 158764 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158770 T574 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f0fe90d name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158770 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158772 T507 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158774 T576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33bd202f name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158774 T507 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158778 T507 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 159780 T507 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39527_he%2Fqu
   [junit4]   2> 159781 T507 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39527_he%2Fqu
   [junit4]   2> 159784 T544 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 159784 T577 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 159784 T558 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 159784 T542 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 159788 T578 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 159788 T578 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 159789 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 159789 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 159789 T578 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 159789 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 159791 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 159792 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39527/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39527_he%2Fqu",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 159792 T532 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 159792 T532 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 159794 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 159896 T542 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> 159896 T543 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> 159896 T577 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> 159896 T558 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> 160790 T578 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 160791 T578 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 160791 T578 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 160791 T578 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 160792 T578 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 160792 T578 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/'
   [junit4]   2> 160793 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 160793 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 160794 T578 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 160821 T578 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 160830 T578 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 160832 T578 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 160834 T578 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 160846 T578 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 160846 T578 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 160846 T578 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 160847 T578 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/
   [junit4]   2> 160847 T578 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 160847 T578 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data
   [junit4]   2> 160848 T578 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/index/
   [junit4]   2> 160848 T578 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 160848 T578 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/index
   [junit4]   2> 160849 T578 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 160856 T578 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bb8a3e8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 160857 T578 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 160858 T578 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 160858 T578 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 160858 T578 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 160859 T578 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 160859 T578 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 160859 T578 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 160859 T578 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 160859 T578 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 160861 T578 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 160862 T578 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 160862 T578 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 160863 T578 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=93.587890625, floorSegmentMB=1.4541015625, forceMergeDeletesPctAllowed=7.855957945221088, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 160864 T578 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bb8a3e8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 160864 T578 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 160864 T578 oass.SolrIndexSearcher.<init> Opening Searcher@607d2167[collection1] main
   [junit4]   2> 160864 T578 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 160865 T578 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 160865 T578 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 160866 T578 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 160866 T578 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 160866 T578 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160867 T578 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 160867 T578 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160867 T578 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 160867 T578 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 160868 T578 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 160868 T579 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@607d2167[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 160869 T578 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 160869 T582 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39527/he/qu collection:collection1 shard:shard3
   [junit4]   2> 160870 T507 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 160871 T582 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 160871 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 160874 T582 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 160875 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160875 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160875 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160875 T582 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 160875 T582 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C49 name=collection1 org.apache.solr.core.SolrCore@770bda9d url=https://127.0.0.1:39527/he/qu/collection1 node=127.0.0.1:39527_he%2Fqu C49_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:39527/he/qu, core=collection1, node_name=127.0.0.1:39527_he%2Fqu}
   [junit4]   2> 160875 T582 C49 P39527 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39527/he/qu/collection1/
   [junit4]   2> 160876 T582 C49 P39527 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 160876 T582 C49 P39527 oasc.SyncStrategy.syncToMe https://127.0.0.1:39527/he/qu/collection1/ has no replicas
   [junit4]   2> 160876 T582 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39527/he/qu/collection1/ shard3
   [junit4]   2> 160876 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 160876 T582 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 160878 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160880 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160882 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 160983 T558 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> 160983 T577 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> 160983 T542 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> 160983 T535 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> 161030 T582 oasc.ZkController.register We are https://127.0.0.1:39527/he/qu/collection1/ and leader is https://127.0.0.1:39527/he/qu/collection1/
   [junit4]   2> 161031 T582 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39527/he/qu
   [junit4]   2> 161031 T582 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 161031 T582 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 161031 T582 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 161032 T543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 161032 T544 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 161033 T582 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 161033 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 161034 T532 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 161034 T532 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39527/he/qu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39527_he%2Fqu",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 161036 T535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 161146 T577 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> 161146 T542 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> 161146 T535 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> 161147 T558 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> 161161 T507 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 161162 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 161166 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 161167 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39387
   [junit4]   2> 161170 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 161170 T507 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 161171 T507 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-F3343F2F5AAAC7DF-001/tempDir-005
   [junit4]   2> 161171 T507 o

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

tus=0 QTime=0 
   [junit4]   2> 1594213 T3930 C3612 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&facet.interval=test_i_dv&facet=true&f.test_i_dv.facet.interval.set=[*,5]} hits=11 status=0 QTime=0 
   [junit4]   2> 1594214 T3930 C3612 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&facet.interval=test_i_dv&facet=true&f.test_i_dv.facet.interval.set=[*,3)&f.test_i_dv.facet.interval.set=[2,5)&f.test_i_dv.facet.interval.set=[6,8)&f.test_i_dv.facet.interval.set=[3,*]&f.test_i_dv.facet.interval.set=[10,10]&f.test_i_dv.facet.interval.set=[10,10]&f.test_i_dv.facet.interval.set=[10,10]} hits=11 status=0 QTime=0 
   [junit4]   2> 1594216 T3930 C3612 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1594216 T3930 C3612 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1594216 T3930 C3612 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1594217 T3930 C3612 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@165cfee9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61742e0e),segFN=segments_9x,generation=357}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@165cfee9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61742e0e),segFN=segments_9y,generation=358}
   [junit4]   2> 1594217 T3930 C3612 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 358
   [junit4]   2> 1594217 T3930 C3612 oass.SolrIndexSearcher.<init> Opening Searcher@55daa5d[collection1] main
   [junit4]   2> 1594218 T3930 C3612 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1594218 T3932 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55daa5d[collection1] main{StandardDirectoryReader(segments_9y:12932:nrt)}
   [junit4]   2> 1594218 T3930 C3612 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1594219 T3930 C3612 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1594219 T3930 C3612 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1594219 T3930 C3612 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 1594219 T3930 C3612 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1594219 T3930 C3612 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 0
   [junit4]   2> 1594220 T3930 C3612 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 1594220 T3930 oas.SolrTestCaseJ4.tearDown ###Ending testIntFieldsMultipleSegments
   [junit4]   2> 1594221 T3930 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1594222 T3930 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=484417631
   [junit4]   2> 1594222 T3930 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b8a71eb
   [junit4]   2> 1594222 T3930 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=357,autocommits=0,soft autocommits=0,optimizes=18,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=15236,cumulative_deletesById=147,cumulative_deletesByQuery=19,cumulative_errors=0}
   [junit4]   2> 1594222 T3930 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1594222 T3930 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1594223 T3930 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1594223 T3930 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1594223 T3930 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1594223 T3930 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001;done=false>>]
   [junit4]   2> 1594223 T3930 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001
   [junit4]   2> 1594224 T3930 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1594224 T3930 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.request.TestIntervalFaceting-F3343F2F5AAAC7DF-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=mk_MK, timezone=Etc/GMT+12
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=1,free=97580944,total=198107136
   [junit4]   2> NOTE: All tests run in this JVM: [CircularListTest, TestReplicationHandler, TestAnalyzeInfixSuggestions, ReturnFieldsTest, UnloadDistributedZkTest, TestManagedSchemaFieldResource, CoreAdminCreateDiscoverTest, DisMaxRequestHandlerTest, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestWordDelimiterFilterFactory, TestSearcherReuse, TestCloudManagedSchemaConcurrent, RemoteQueryErrorTest, IndexSchemaTest, ParsingFieldUpdateProcessorsTest, TestSchemaVersionResource, StressHdfsTest, RecoveryZkTest, WordBreakSolrSpellCheckerTest, TestNRTOpen, TestFoldingMultitermQuery, EchoParamsTest, TestStressReorder, DocumentAnalysisRequestHandlerTest, TestCloudManagedSchema, HdfsDirectoryTest, UUIDFieldTest, MinimalSchemaTest, ZkControllerTest, SyncSliceTest, TestSolrIndexConfig, TestManagedSynonymFilterFactory, TestQuerySenderListener, HttpPartitionTest, AssignTest, TestSolrQueryParserResource, SolrXmlInZkTest, StandardRequestHandlerTest, TestRandomDVFaceting, PeerSyncTest, TestUtils, JsonLoaderTest, HdfsLockFactoryTest, TestConfigSets, TestCodecSupport, NoCacheHeaderTest, SignatureUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, TestCollationFieldDocValues, BadComponentTest, HighlighterConfigTest, DistributedIntervalFacetingTest, TestConfig, TestSolrDeletionPolicy1, DirectSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, SolrTestCaseJ4Test, DateMathParserTest, StatelessScriptUpdateProcessorFactoryTest, TestBinaryResponseWriter, MBeansHandlerTest, TestSort, TestDistribDocBasedVersion, BasicDistributedZkTest, TestExpandComponent, TestCursorMarkWithoutUniqueKey, TestSolrXMLSerializer, HdfsRecoveryZkTest, TestReload, CollectionsAPIAsyncDistributedZkTest, TestSurroundQueryParser, IndexBasedSpellCheckerTest, OverseerCollectionProcessorTest, TestNumberUtils, JSONWriterTest, TestSolrDeletionPolicy2, CoreAdminHandlerTest, TestDefaultSearchFieldResource, TestFuzzyAnalyzedSuggestions, TestReplicationHandlerBackup, TestBM25SimilarityFactory, RequiredFieldsTest, CurrencyFieldOpenExchangeTest, SpellCheckCollatorTest, AnalyticsQueryTest, TestFaceting, TestArbitraryIndexDir, TestDistributedSearch, DistributedSpellCheckComponentTest, TestDocSet, TestJmxIntegration, CachingDirectoryFactoryTest, TestIntervalFaceting]
   [junit4] Completed on J0 in 193.68s, 17 tests, 1 failure <<< FAILURES!

[...truncated 683 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 411 suites, 1705 tests, 1 error, 1 failure, 38 ignored (17 assumptions)

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