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/03/24 18:21:29 UTC

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

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

All tests passed

Build Log:
[...truncated 20114 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:92: The following files contain @author tags, tabs or nocommits:
* lucene/analysis/icu/src/test/org/apache/lucene/analysis/icu/TestICUNormalizer2CharFilter.java

Total time: 81 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1404 - Failure!

Posted by Robert Muir <rm...@apache.org>.
I committed a fix.

On Mon, Mar 24, 2014 at 1:27 PM, Robert Muir <rm...@apache.org> wrote:
> I'm looking into this. the test itself has a very large string (which
> contains tabs).
>
> On Mon, Mar 24, 2014 at 1:21 PM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1404/
>> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 20114 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:92: The following files contain @author tags, tabs or nocommits:
>> * lucene/analysis/icu/src/test/org/apache/lucene/analysis/icu/TestICUNormalizer2CharFilter.java
>>
>> Total time: 81 minutes 59 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1404 - Failure!

Posted by Robert Muir <rm...@apache.org>.
I'm looking into this. the test itself has a very large string (which
contains tabs).

On Mon, Mar 24, 2014 at 1:21 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1404/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> Build Log:
> [...truncated 20114 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:92: The following files contain @author tags, tabs or nocommits:
> * lucene/analysis/icu/src/test/org/apache/lucene/analysis/icu/TestICUNormalizer2CharFilter.java
>
> Total time: 81 minutes 59 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
deletecollection the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletecollection the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([3D77329899526DD:8231FD31FECA46E1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:205)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest.process(CollectionAdminRequest.java:300)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest.deleteCollection(CollectionAdminRequest.java:441)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest.deleteCollection(CollectionAdminRequest.java:431)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSolrJAPICalls(CollectionsAPIDistributedZkTest.java:295)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:204)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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 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:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10822 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1535572 T7351 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1535573 T7351 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /wfe/
   [junit4]   2> 1535575 T7351 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1395741608040
   [junit4]   2> 1535577 T7351 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1535578 T7352 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1535678 T7351 oasc.ZkTestServer.run start zk server on port:54849
   [junit4]   2> 1535680 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535685 T7358 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3392a5ae name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1535685 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1535685 T7351 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1535691 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535693 T7360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cf5683d name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1535694 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1535694 T7351 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1535702 T7351 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1535708 T7351 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1535712 T7351 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1535718 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1535719 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1535727 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1535728 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1535734 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1535735 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1535742 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1535742 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1535749 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1535750 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1535756 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1535757 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1535764 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1535765 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1535771 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1535772 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1535777 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1535778 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1535783 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1535784 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1535789 T7351 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1535789 T7351 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1535800 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535801 T7362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17e5b853 name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1535801 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> Using new style solr.xml
   [junit4]   2> 1537093 T7351 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1537097 T7351 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1537098 T7351 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54853
   [junit4]   2> 1537101 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1537101 T7351 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1537102 T7351 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268
   [junit4]   2> 1537102 T7351 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268/'
   [junit4]   2> 1537131 T7351 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268/solr.xml
   [junit4]   2> 1537146 T7351 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268
   [junit4]   2> 1537147 T7351 oasc.CoreContainer.<init> New CoreContainer 1844943575
   [junit4]   2> 1537148 T7351 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268/]
   [junit4]   2> 1537149 T7351 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1537150 T7351 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1537150 T7351 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1537151 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1537151 T7351 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1537152 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1537152 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1537152 T7351 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1537153 T7351 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1537158 T7351 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1537159 T7351 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1537159 T7351 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1537160 T7351 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54849/solr
   [junit4]   2> 1537160 T7351 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1537162 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537165 T7373 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e249f8d name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1537165 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1537169 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537171 T7375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cd5c568 name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1537171 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1537174 T7351 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1537180 T7351 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1537186 T7351 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1537192 T7351 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1537197 T7351 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1537206 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1537210 T7351 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54853_wfe
   [junit4]   2> 1537211 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54853_wfe
   [junit4]   2> 1537218 T7351 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1537223 T7351 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1537232 T7351 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54853_wfe
   [junit4]   2> 1537232 T7351 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1537236 T7351 oasc.Overseer.start Overseer (id=91471322024837124-127.0.0.1:54853_wfe-n_0000000000) starting
   [junit4]   2> 1537244 T7351 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1537268 T7377 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1537269 T7351 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1537269 T7377 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1537275 T7351 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1537279 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1537287 T7351 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268
   [junit4]   2> 1537290 T7376 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1537893 T7351 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395741608268/conf/
   [junit4]   2> 1537961 T7351 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1537964 T7351 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1537964 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1537968 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1537971 T7380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5267faa8 name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1537971 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1537974 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1537979 T7351 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1539195 T7351 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1539196 T7351 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1539200 T7351 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1539201 T7351 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54857
   [junit4]   2> 1539204 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1539204 T7351 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1539204 T7351 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444
   [junit4]   2> 1539204 T7351 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/'
   [junit4]   2> 1539233 T7351 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solr.xml
   [junit4]   2> 1539241 T7351 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444
   [junit4]   2> 1539242 T7351 oasc.CoreContainer.<init> New CoreContainer 1484961621
   [junit4]   2> 1539242 T7351 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/]
   [junit4]   2> 1539243 T7351 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1539243 T7351 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1539243 T7351 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1539244 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1539244 T7351 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1539244 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1539244 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1539244 T7351 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1539245 T7351 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1539247 T7351 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1539247 T7351 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1539248 T7351 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1539248 T7351 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54849/solr
   [junit4]   2> 1539248 T7351 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1539250 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539252 T7391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ac248d0 name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1539252 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1539256 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1539258 T7393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cbddd8d name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1539258 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1539276 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1540284 T7351 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54857_wfe
   [junit4]   2> 1540287 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54857_wfe
   [junit4]   2> 1540292 T7375 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1540293 T7393 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1540293 T7380 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1540301 T7351 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444
   [junit4]   2> 1540698 T7351 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/conf/
   [junit4]   2> 1540753 T7351 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1540755 T7351 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1540755 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1542083 T7351 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1542083 T7351 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1542089 T7351 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1542090 T7351 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54860
   [junit4]   2> 1542092 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1542093 T7351 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1542093 T7351 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222
   [junit4]   2> 1542093 T7351 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/'
   [junit4]   2> 1542120 T7351 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solr.xml
   [junit4]   2> 1542131 T7351 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222
   [junit4]   2> 1542132 T7351 oasc.CoreContainer.<init> New CoreContainer 817573550
   [junit4]   2> 1542132 T7351 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/]
   [junit4]   2> 1542133 T7351 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1542133 T7351 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1542133 T7351 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1542134 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1542134 T7351 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1542134 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1542134 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1542135 T7351 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1542135 T7351 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1542138 T7351 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1542138 T7351 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1542138 T7351 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1542139 T7351 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54849/solr
   [junit4]   2> 1542140 T7351 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1542141 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542143 T7405 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32fe7f4a name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1542143 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1542146 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1542147 T7407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d5989ef name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1542148 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1542163 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1543172 T7351 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54860_wfe
   [junit4]   2> 1543174 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54860_wfe
   [junit4]   2> 1543180 T7393 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1543180 T7375 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1543180 T7380 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1543180 T7407 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1543191 T7351 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222
   [junit4]   2> 1543674 T7351 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/conf/
   [junit4]   2> 1543724 T7351 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1543725 T7351 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1543726 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1544885 T7351 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1544886 T7351 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1544890 T7351 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1544892 T7351 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54863
   [junit4]   2> 1544893 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1544893 T7351 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1544894 T7351 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192
   [junit4]   2> 1544894 T7351 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/'
   [junit4]   2> 1544925 T7351 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solr.xml
   [junit4]   2> 1544934 T7351 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192
   [junit4]   2> 1544935 T7351 oasc.CoreContainer.<init> New CoreContainer 1897940884
   [junit4]   2> 1544935 T7351 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/]
   [junit4]   2> 1544935 T7351 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1544935 T7351 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1544936 T7351 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1544936 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1544936 T7351 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1544936 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1544937 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1544937 T7351 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1544937 T7351 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1544941 T7351 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1544941 T7351 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1544941 T7351 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1544942 T7351 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54849/solr
   [junit4]   2> 1544942 T7351 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1544943 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544945 T7419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2efa43e1 name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1544945 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1544949 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1544950 T7421 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f6e3a55 name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1544951 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1544966 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1545974 T7351 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54863_wfe
   [junit4]   2> 1545976 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54863_wfe
   [junit4]   2> 1545982 T7393 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1545982 T7421 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1545982 T7375 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1545982 T7407 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1545982 T7380 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1545989 T7351 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192
   [junit4]   2> 1546398 T7351 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/conf/
   [junit4]   2> 1546447 T7351 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1546449 T7351 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1546450 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1547553 T7351 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1547554 T7351 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1547558 T7351 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1547559 T7351 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54866
   [junit4]   2> 1547562 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1547562 T7351 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1547563 T7351 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915
   [junit4]   2> 1547563 T7351 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/'
   [junit4]   2> 1547588 T7351 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solr.xml
   [junit4]   2> 1547598 T7351 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915
   [junit4]   2> 1547599 T7351 oasc.CoreContainer.<init> New CoreContainer 195536015
   [junit4]   2> 1547599 T7351 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/]
   [junit4]   2> 1547600 T7351 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1547600 T7351 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1547600 T7351 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1547600 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1547601 T7351 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1547601 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1547601 T7351 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1547602 T7351 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1547602 T7351 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1547621 T7351 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1547621 T7351 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1547621 T7351 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1547621 T7351 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54849/solr
   [junit4]   2> 1547621 T7351 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1547624 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547627 T7433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66e04619 name:ZooKeeperConnection Watcher:127.0.0.1:54849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1547627 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1547631 T7351 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547633 T7435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7056c37e name:ZooKeeperConnection Watcher:127.0.0.1:54849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1547634 T7351 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1547649 T7351 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1548655 T7351 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54866_wfe
   [junit4]   2> 1548657 T7351 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54866_wfe
   [junit4]   2> 1548663 T7375 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548663 T7380 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548663 T7393 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548664 T7407 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548664 T7435 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548664 T7421 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1548671 T7351 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915
   [junit4]   2> 1549190 T7351 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/conf/
   [junit4]   2> 1549249 T7351 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1549251 T7351 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1549252 T7351 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1549279 T7387 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&collection.configName=conf1&router.field=myOwnField&name=solrj_collection&router.name=compositeId&action=CREATE&numShards=2&wt=javabin&version=2
   [junit4]   2> 1549280 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549282 T7377 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 1549283 T7377 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 1549285 T7377 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 1549285 T7377 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 1549292 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549294 T7376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1549295 T7376 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 1549295 T7376 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 1549300 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549301 T7375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549301 T7421 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549302 T7393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549302 T7435 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549302 T7380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549302 T7407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549393 T7377 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 1549394 T7377 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:54857_wfe
   [junit4]   2> 1549396 T7377 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:54860_wfe
   [junit4]   2> 1549399 T7377 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:54866_wfe
   [junit4]   2> 1549405 T7377 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:54863_wfe
   [junit4]   2> 1549445 T7384 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1549447 T7426 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1549450 T7399 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1549453 T7384 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 1549454 T7426 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 1549455 T7384 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1549455 T7399 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 1549455 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549455 T7426 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1549459 T7399 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1549462 T7376 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1549463 T7376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54857/wfe",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54857_wfe",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1549464 T7412 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1549466 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549468 T7412 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 1549468 T7376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54866/wfe",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54866_wfe",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1549469 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549469 T7412 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1549474 T7376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54860/wfe",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54860_wfe",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1549479 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549481 T7376 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54863/wfe",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54863_wfe",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1549485 T7375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1549590 T7435 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549590 T7375 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549590 T7380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549590 T7421 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549590 T7407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1549590 T7393 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1550457 T7384 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 1550458 T7426 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 1550459 T7384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1550461 T7399 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 1550462 T7426 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1550463 T7399 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1550462 T7384 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1550465 T7384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1550464 T7426 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1550466 T7426 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1550465 T7399 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1550467 T7399 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1550467 T7384 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1550469 T7384 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/'
   [junit4]   2> 1550469 T7426 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1550470 T7426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/'
   [junit4]   2> 1550471 T7412 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 1550473 T7412 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1550474 T7399 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1550474 T7399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/'
   [junit4]   2> 1550482 T7412 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1550482 T7412 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1550484 T7412 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1550485 T7412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/'
   [junit4]   2> 1550521 T7399 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1550529 T7399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550535 T7399 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1550535 T7384 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1550560 T7384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550560 T7412 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1550562 T7399 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1550572 T7384 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1550575 T7426 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1550575 T7384 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1550600 T7412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550605 T7426 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1550610 T7412 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1550617 T7412 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1550624 T7426 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1550652 T7426 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1550835 T7412 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550835 T7412 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550836 T7412 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550841 T7399 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550842 T7399 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550842 T7399 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550842 T7384 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550848 T7384 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550849 T7399 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1550850 T7399 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1550853 T7426 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550854 T7426 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1550855 T7426 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550857 T7426 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1550858 T7426 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1550854 T7412 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1550862 T7412 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1550864 T7384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1550869 T7384 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1550869 T7384 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1550916 T7399 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550921 T7412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550924 T7412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550928 T7399 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550930 T7412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550931 T7412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550932 T7412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550932 T7412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550934 T7412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550934 T7412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550934 T7412 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1550935 T7412 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1550935 T7412 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/, dataDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/data/
   [junit4]   2> 1550935 T7412 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c3d7f2c
   [junit4]   2> 1550936 T7384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550936 T7412 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/data
   [junit4]   2> 1550936 T7412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 1550937 T7412 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1550937 T7412 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395741616192/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 1550937 T7412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3674889389342597]
   [junit4]   2> 1550941 T7399 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550941 T7384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550944 T7399 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550945 T7399 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550945 T7399 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550946 T7384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550947 T7399 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550947 T7399 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550948 T7399 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1550948 T7399 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1550948 T7412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c57422d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f621903),segFN=segments_1,generation=1}
   [junit4]   2> 1550949 T7412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1550948 T7399 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/, dataDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/data/
   [junit4]   2> 1550950 T7399 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c3d7f2c
   [junit4]   2> 1550951 T7399 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/data
   [junit4]   2> 1550951 T7399 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/data/index/
   [junit4]   2> 1550951 T7399 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1550951 T7399 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395741613222/solrj_collection_shard1_replica2/data/index
   [junit4]   2> 1550952 T7399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3674889389342597]
   [junit4]   2> 1550965 T7384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550965 T7384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550967 T7384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1550970 T7399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@cd1fbb2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dd707fd),segFN=segments_1,generation=1}
   [junit4]   2> 1550970 T7399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1550972 T7399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1550973 T7399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550973 T7399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550973 T7399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550973 T7399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550974 T7399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1550974 T7399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550975 T7399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550975 T7399 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1550975 T7399 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1550976 T7399 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1550976 T7399 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1550976 T7399 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1550977 T7399 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1550977 T7399 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1550977 T7399 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1550980 T7384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1550980 T7384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1550981 T7384 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1550981 T7384 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1550981 T7384 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/, dataDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/data/
   [junit4]   2> 1550982 T7384 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c3d7f2c
   [junit4]   2> 1550982 T7384 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/data
   [junit4]   2> 1550982 T7384 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 1550983 T7384 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1550983 T7384 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395741610444/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 1550983 T7384 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3674889389342597]
   [junit4]   2> 1550983 T7399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1550984 T7412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1550986 T7412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550986 T7412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1550987 T7412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550987 T7412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1550987 T7412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1550988 T7412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550988 T7412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1550988 T7412 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1550988 T7412 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1550989 T7412 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1550989 T7412 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1550988 T7399 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1550990 T7399 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1550991 T7399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.423828125, floorSegmentMB=0.5224609375, forceMergeDeletesPctAllowed=8.179487177424907, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1550989 T7412 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1550994 T7426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550994 T7412 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1550995 T7412 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1550995 T7412 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1550994 T7384 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ac236a2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a1abb03),segFN=segments_1,generation=1}
   [junit4]   2> 1550996 T7384 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1550994 T7399 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@cd1fbb2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dd707fd),segFN=segments_1,generation=1}
   [junit4]   2> 1550999 T7399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1550999 T7399 oass.SolrIndexSearcher.<init> Opening Searcher@585c8885[solrj_collection_shard1_replica2] main
   [junit4]   2> 1550999 T7426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1550996 T7412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551002 T7399 oasc.CoreContainer.registerCore registering core: solrj_collection_shard1_replica2
   [junit4]   2> 1551005 T7412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1551005 T7412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1551001 T7441 oasc.SolrCore.registerSearcher [solrj_collection_shard1_replica2] Registered new searcher Searcher@585c8885[solrj_collection_shard1_replica2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1551006 T7399 oasc.ZkController.register Register replica - core:solrj_collection_shard1_replica2 address:https://127.0.0.1:54860/wfe collection:solrj_collection shard:shard1
   [junit4]   2> 1551007 T7384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1551007 T7384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551008 T7384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551009 T7384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551009 T7384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551009 T7384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1551010 T7384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1551010 T7384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1551007 T7426 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551011 T7412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.423828125, floorSegmentMB=0.5224609375, forceMergeDeletesPctAllowed=8.179487177424907, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1551011 T7384 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1551014 T7412 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c57422d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f621903),segFN=segments_1,generation=1}
   [junit4]   2> 1551014 T7412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1551015 T7412 oass.SolrIndexSearcher.<init> Opening Searcher@6eb4b4a8[solrj_collection_shard2_replica2] main
   [junit4]   2> 1551014 T7426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1551016 T7426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1551016 T7426 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551017 T7442 oasc.SolrCore.registerSearcher [solrj_collection_shard2_replica2] Registered new searcher Searcher@6eb4b4a8[solrj_collection_shard2_replica2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1551013 T7399 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard1/election
   [junit4]   2> 1551014 T7384 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1551020 T7426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1551021 T7426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1551021 T7384 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1551022 T7384 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1551022 T7384 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1551022 T7384 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1551022 T7384 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1551023 T7384 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1551024 T7384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551024 T7426 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1551025 T7426 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1551025 T7426 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/data/
   [junit4]   2> 1551025 T7426 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c3d7f2c
   [junit4]   2> 1551026 T7384 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1551026 T7384 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1551026 T7426 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/data
   [junit4]   2> 1551028 T7426 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/data/index/
   [junit4]   2> 1551028 T7426 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica1] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1551029 T7426 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395741618915/solrj_collection_shard2_replica1/data/index
   [junit4]   2> 1551028 T7412 oasc.CoreContainer.registerCore registering core: solrj_collection_shard2_replica2
   [junit4]   2> 1551030 T7384 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.423828125, floorSegmentMB=0.5224609375, forceMergeDeletesPctAllowed=8.179487177424907, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1551029 T7426 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3674889389342597]
   [junit4]   2> 1551030 T7412 oasc.ZkController.register Register replica - core:solrj_collection_shard2_replica2 address:https://127.0.0.1:54863/wfe collection:solrj_collection shard:shard2
   [junit4]   2> 1551032 T7426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c07a02d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c4b433e),segFN=segments_1,generation=1}
   [junit4]   2> 1551033 T7426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1551035 T7426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1551036 T7426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551036 T7426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551037 T7426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551037 T7426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551038 T7426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1551038 T7426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1551040 T7426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1551040 T7426 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1551040 T7426 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1551041 T7426 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1551041 T7426 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1551041 T7426 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1551042 T7426 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1551037 T7384 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ac236a2 lockFactory=org.apache

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

eperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:208)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
   [junit4]   2> 		... 8 more
   [junit4]   2> 	
   [junit4]   2> 1740657 T7435 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/solrj_collection/leader_elect/shard2/election/91471322024837133-core_node2-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:176)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:173)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:173)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1740658 T7435 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> 1740658 T7435 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1740658 T7435 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1740658 T7435 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1740659 T7435 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 205088 T7350 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=de_GR, timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=68513528,total=263897088
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, TestComponentsName, NumericFieldsTest, TermVectorComponentTest, TestClassNameShortening, AnalysisAfterCoreReloadTest, TestCodecSupport, TestSchemaNameResource, TestCoreContainer, BlockDirectoryTest, URLClassifyProcessorTest, TestFastLRUCache, TestXIncludeConfig, SSLMigrationTest, TestFileDictionaryLookup, TestSuggestSpellingConverter, TestLuceneMatchVersion, TestDFRSimilarityFactory, DefaultValueUpdateProcessorTest, TestSerializedLuceneMatchVersion, SimpleFacetsTest, LeaderElectionIntegrationTest, StressHdfsTest, TestHashPartitioner, TestRecoveryHdfs, DistributedQueryComponentOptimizationTest, TestZkChroot, FastVectorHighlighterTest, HdfsDirectoryTest, TestPartialUpdateDeduplication, TestBadConfig, HdfsBasicDistributedZk2Test, OutputWriterTest, AutoCommitTest, AsyncMigrateRouteKeyTest, TestRecovery, RemoteQueryErrorTest, LukeRequestHandlerTest, DocValuesMultiTest, PrimitiveFieldTypeTest, CoreContainerCoreInitFailuresTest, TestSolrIndexConfig, TestCopyFieldCollectionResource, HdfsChaosMonkeySafeLeaderTest, MoreLikeThisHandlerTest, TestLRUCache, CursorMarkTest, TermVectorComponentDistributedTest, SchemaVersionSpecificBehaviorTest, TermsComponentTest, TestIBSimilarityFactory, TestSolrXmlPersistor, SearchHandlerTest, TestBinaryResponseWriter, TestManagedSchemaFieldResource, TestCustomSort, DirectUpdateHandlerTest, SolrCoreTest, TestNonDefinedSimilarityFactory, TestDocumentBuilder, TestDynamicFieldCollectionResource, TestOmitPositions, TestStressRecovery, TestSystemIdResolver, PingRequestHandlerTest, DistributedSpellCheckComponentTest, TestLMJelinekMercerSimilarityFactory, SignatureUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest, BasicFunctionalityTest, HighlighterConfigTest, TestArbitraryIndexDir, TestComplexPhraseQParserPlugin, TestUtils, MinimalSchemaTest, DeleteShardTest, QueryElevationComponentTest, TestRealTimeGet, ConvertedLegacyTest, ShardRoutingTest, TestAtomicUpdateErrorCases, UUIDFieldTest, CursorPagingTest, IndexSchemaRuntimeFieldTest, PrimUtilsTest, ChangedSchemaMergeTest, PluginInfoTest, HdfsUnloadDistributedZkTest, TestStressReorder, LoggingHandlerTest, SynonymTokenizerTest, TestRTGBase, TestShardHandlerFactory, FileBasedSpellCheckerTest, TestRandomDVFaceting, ZkNodePropsTest, TestOverriddenPrefixQueryForCustomFieldType, TestCloudManagedSchemaAddField, SpellingQueryConverterTest, SolrInfoMBeanTest, SolrXmlInZkTest, SuggesterWFSTTest, TestCSVLoader, ZkCLITest, TestAddFieldRealTimeGet, SpellPossibilityIteratorTest, TestNRTOpen, TestReloadAndDeleteDocs, DeleteReplicaTest, TestRandomFaceting, TestReload, CacheHeaderTest, TestDefaultSearchFieldResource, TestMiniSolrCloudCluster, BasicDistributedZk2Test, ZkSolrClientTest, AliasIntegrationTest, PeerSyncTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, SolrIndexSplitterTest, SortByFunctionTest, HdfsWriteToMultipleCollectionsTest, AddBlockUpdateTest, UnloadDistributedZkTest, DisMaxRequestHandlerTest, TestSchemaSimilarityResource, ShardSplitTest, MultiTermTest, ZkControllerTest, LegacyHTMLStripCharFilterTest, EnumFieldTest, DocumentBuilderTest, TestRequestStatusCollectionAPI, SuggestComponentTest, TestSchemaResource, DateFieldTest, TestShortCircuitedRequests, CurrencyFieldOpenExchangeTest, HardAutoCommitTest, CollectionsAPIAsyncDistributedZkTest, TestConfig, TestInfoStreamLogging, TestRandomMergePolicy, SyncSliceTest, BadComponentTest, TestLMDirichletSimilarityFactory, TestHighFrequencyDictionaryFactory, TestCollationField, TestGroupingSearch, TestSolrQueryParserResource, JSONWriterTest, TestCollapseQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, RequiredFieldsTest, QueryParsingTest, BasicZkTest, OverseerCollectionProcessorTest, BasicDistributedZkTest, TestBM25SimilarityFactory, TestDistributedGrouping, SpellCheckCollatorTest, WordBreakSolrSpellCheckerTest, TestImplicitCoreProperties, TestSolrDeletionPolicy2, TestRangeQuery, DistribCursorPagingTest, TestQueryTypes, TestExtendedDismaxParser, SolrTestCaseJ4Test, ConnectionManagerTest, FieldMutatingUpdateProcessorTest, ExternalFileFieldSortTest, CurrencyFieldXmlFileTest, TestManagedSchema, TestElisionMultitermQuery, DocValuesMissingTest, DirectSolrConnectionTest, StatelessScriptUpdateProcessorFactoryTest, AlternateDirectoryTest, TestPerFieldSimilarity, TestDocBasedVersionConstraints, RequestHandlersTest, HdfsBasicDistributedZkTest, SpatialFilterTest, TriLevelCompositeIdRoutingTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 205.36s, 1 test, 1 error <<< FAILURES!

[...truncated 582 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:490: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1276: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:908: There were test failures: 379 suites, 1602 tests, 1 error, 42 ignored (15 assumptions)

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