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 2015/02/01 22:35:00 UTC

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

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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrSchemalessExampleTest.testAddDelete

Error Message:
IOException occured when talking to server at: https://127.0.0.1:61764/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:61764/solr/collection1
	at __randomizedtesting.SeedInfo.seed([50109A53A81D9C33:98F0E75959B54FE5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:110)
	at org.apache.solr.client.solrj.SolrExampleTestsBase.testAddDelete(SolrExampleTestsBase.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 46 more




Build Log:
[...truncated 10805 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/init-core-data-001
   [junit4]   2> 263010 T809 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 263441 T809 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 263442 T809 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 263443 T809 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-002/cores/core
   [junit4]   2> 263448 T809 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 263462 T809 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 263505 T809 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:६१७६४
   [junit4]   2> 263507 T809 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 263507 T809 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 263508 T809 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001
   [junit4]   2> 263509 T809 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/'
   [junit4]   2> 263566 T809 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/solr.xml
   [junit4]   2> 263578 T809 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001
   [junit4]   2> 263579 T809 oasc.CoreContainer.<init> New CoreContainer 1830301158
   [junit4]   2> 263579 T809 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/]
   [junit4]   2> 263580 T809 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 263580 T809 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 263581 T809 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 263581 T809 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 263581 T809 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 263582 T809 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 263583 T809 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 263583 T809 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 263583 T809 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 263584 T809 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 263584 T809 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 263588 T809 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 263591 T809 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 263592 T809 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 263592 T809 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 263598 T809 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001
   [junit4]   2> 263600 T809 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/
   [junit4]   2> 263601 T809 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 263603 T819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/'
   [junit4]   2> 263640 T819 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 263641 T819 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 263642 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
   [junit4]   2> 263643 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 263644 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
   [junit4]   2> 263645 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 263647 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../contrib/langid/lib).
   [junit4]   2> 263647 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 263649 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
   [junit4]   2> 263652 T819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 263689 T819 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 263746 T819 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 263816 T819 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 263824 T819 oass.IndexSchema.readSchema [collection1] Schema name=example-data-driven-schema
   [junit4]   2> 264147 T819 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 264186 T819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 264191 T819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 264261 T819 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/
   [junit4]   2> 264262 T819 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 264263 T819 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/
   [junit4]   2> 264263 T819 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72cabc0
   [junit4]   2> 264273 T819 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 264275 T819 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 264277 T819 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003
   [junit4]   2> 264277 T819 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index/
   [junit4]   2> 264278 T819 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index' doesn't exist. Creating new index...
   [junit4]   2> 264278 T819 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index
   [junit4]   2> 264280 T819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_1,generation=1}
   [junit4]   2> 264281 T819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 264282 T819 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 264282 T819 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 264282 T819 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 264283 T819 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 264283 T819 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 264291 T819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 265160 T819 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 265161 T819 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 265162 T819 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 265162 T819 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 265163 T819 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 265164 T819 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 265164 T819 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 265165 T819 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 265165 T819 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 265166 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 265167 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 265167 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 265168 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 265168 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 265168 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 265169 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 265169 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 265170 T819 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 265170 T819 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 265170 T819 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 265171 T819 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 265171 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 265171 T819 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 265171 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 265171 T819 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 265172 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 265172 T819 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 265173 T819 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 265174 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 265174 T819 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 265174 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 265175 T819 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 265175 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 265175 T819 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 265175 T819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 265176 T819 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 265182 T819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265183 T819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265186 T819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265188 T819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265190 T819 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 265192 T819 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 265192 T819 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 265193 T819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_1,generation=1}
   [junit4]   2> 265193 T819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 265193 T819 oass.SolrIndexSearcher.<init> Opening Searcher@ead3aa0[collection1] main
   [junit4]   2> 265194 T819 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf
   [junit4]   2> 265194 T819 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf}
   [junit4]   2> 265194 T819 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf
   [junit4]   2> 265195 T819 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 265195 T819 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 265197 T819 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 265197 T819 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 265199 T819 oashc.QueryElevationComponent.inform Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 265248 T819 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 265250 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@ead3aa0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 265251 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 265251 T820 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 265252 T820 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 265253 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ead3aa0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 265256 T819 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 265259 T809 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 265259 T809 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 265260 T809 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#61764
   [junit4]   2> 265274 T809 oas.SolrTestCaseJ4.setUp ###Starting testFieldMutating
   [junit4]   2> ASYNC  NEW_CORE C149 name=collection1 org.apache.solr.core.SolrCore@20fe1ed0
   [junit4]   2> 265499 T818 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941115081785344)} 0 58
   [junit4]   2> 265506 T815 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 265508 T815 C149 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 265509 T815 C149 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 265509 T815 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 265510 T815 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 5
   [junit4]   2> 265517 T816 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 265899 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265925 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265934 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265943 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265949 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265956 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 265962 T817 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update/json/docs params={} {add=[605bb61f-bd1c-4da5-9c18-d21c34af8da7 (1491941115121631232), 21bdae35-e2a6-47f4-bb14-10a8ea94389f (1491941115533721600), fc28cb08-e349-49b5-b838-c2b33a202f6c (1491941115546304512), 024b417e-3c23-4fca-89cd-250fbadadb7b (1491941115555741696), 945db7a8-1589-4fb7-a8cb-1b69828c2ede (1491941115564130304), c3d93fbc-df35-4897-ad6a-c6a61c234ce2 (1491941115570421760), da4fd66b-62bf-4a01-94ca-924b824f45ae (1491941115581956096)]} 0 440
   [junit4]   2> 265990 T813 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 266006 T813 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_2,generation=2}
   [junit4]   2> 266008 T813 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 266010 T813 C149 oass.SolrIndexSearcher.<init> Opening Searcher@2811ada5[collection1] main
   [junit4]   2> 266011 T813 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 266011 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2811ada5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C7)))}
   [junit4]   2> 266012 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 266014 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2811ada5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):C7)))}
   [junit4]   2> 266014 T813 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 25
   [junit4]   2> 266021 T815 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=7 status=0 QTime=0 
   [junit4]   2> 266024 T809 oas.SolrTestCaseJ4.tearDown ###Ending testFieldMutating
   [junit4]   2> 266035 T809 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnAdd
   [junit4]   2> 266042 T816 C149 oass.SolrIndexSearcher.<init> Opening Searcher@4af109e6[collection1] realtime
   [junit4]   2> 266043 T816 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941115662696448)} 0 4
   [junit4]   2> 266050 T814 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 266057 T814 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_3,generation=3}
   [junit4]   2> 266057 T814 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 266058 T814 C149 oass.SolrIndexSearcher.<init> Opening Searcher@69b96738[collection1] main
   [junit4]   2> 266058 T814 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 266058 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@69b96738[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266059 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 266061 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69b96738[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266061 T814 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 12
   [junit4]   2> 266067 T817 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   2> 266077 T818 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 266083 T818 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1491941115697299456)]} 0 11
   [junit4]   2> 266087 T813 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 266585 T823 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 266587 T823 oass.SolrIndexSearcher.<init> Opening Searcher@3b44afef[collection1] main
   [junit4]   2> 266587 T823 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 266587 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3b44afef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.1.0):C1)))}
   [junit4]   2> 266587 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 266589 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b44afef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.1.0):C1)))}
   [junit4]   2> 267100 T815 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   2> 267109 T816 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1491941116782575616)]} 0 2
   [junit4]   2> 267610 T823 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 267612 T823 oass.SolrIndexSearcher.<init> Opening Searcher@2f5d01a0[collection1] main
   [junit4]   2> 267613 T823 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 267613 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2f5d01a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.1.0):C1) Uninverting(_2(5.1.0):C1)))}
   [junit4]   2> 267613 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 267616 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f5d01a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.1.0):C1) Uninverting(_2(5.1.0):C1)))}
   [junit4]   2> 268114 T816 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id4&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   2> 268116 T809 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnAdd
   [junit4]   2> 268126 T809 oas.SolrTestCaseJ4.setUp ###Starting testAddDelete
   [junit4]   2> 268134 T814 C149 oass.SolrIndexSearcher.<init> Opening Searcher@6606aa1d[collection1] realtime
   [junit4]   2> 268134 T814 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941117858414592)} 0 1
   [junit4]   2> 281084 T822 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 281085 T822 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_4,generation=4}
   [junit4]   2> 281085 T822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 281085 T822 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 468452 T809 oas.SolrTestCaseJ4.tearDown ###Ending testAddDelete
   [junit4]   2> 468454 T818 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1491941327907061760)]} 0 3
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSchemalessExampleTest -Dtests.method=testAddDelete -Dtests.seed=50109A53A81D9C33 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=America/Cordoba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    201s | SolrSchemalessExampleTest.testAddDelete <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:61764/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50109A53A81D9C33:98F0E75959B54FE5]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:110)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTestsBase.testAddDelete(SolrExampleTestsBase.java:179)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	... 46 more
   [junit4]   2> 468660 T809 oas.SolrTestCaseJ4.setUp ###Starting testArbitraryJsonIndexing
   [junit4]   2> 468733 T817 C149 oass.SolrIndexSearcher.<init> Opening Searcher@2c125cbe[collection1] realtime
   [junit4]   2> 468735 T817 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941328142991360)} 0 62
   [junit4]   2> 468747 T815 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468749 T815 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_5,generation=5}
   [junit4]   2> 468750 T815 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 468751 T815 C149 oass.SolrIndexSearcher.<init> Opening Searcher@610a82c9[collection1] main
   [junit4]   2> 468751 T815 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 468752 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@610a82c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468752 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 468754 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@610a82c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468755 T815 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 9
   [junit4]   2> 468767 T814 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   2> 468783 T816 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update/json/docs params={} {add=[abc1 (1491941328246800384), e913af32-62f7-43db-8eb7-4f8d09c33781 (1491941328255188992)]} 0 8
   [junit4]   2> 468809 T817 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468813 T817 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_6,generation=6}
   [junit4]   2> 468814 T817 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 468816 T817 C149 oass.SolrIndexSearcher.<init> Opening Searcher@439cd3f1[collection1] main
   [junit4]   2> 468817 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@439cd3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.1.0):C2)))}
   [junit4]   2> 468817 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 468819 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@439cd3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.1.0):C2)))}
   [junit4]   2> 468821 T817 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 468821 T817 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 13
   [junit4]   2> 468827 T815 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
   [junit4]   2> 468833 T809 oas.SolrTestCaseJ4.tearDown ###Ending testArbitraryJsonIndexing
   [junit4]   2> 468854 T809 oas.SolrTestCaseJ4.setUp ###Starting testStreamingRequest
   [junit4]   2> 468868 T814 C149 oass.SolrIndexSearcher.<init> Opening Searcher@31cba515[collection1] realtime
   [junit4]   2> 468870 T814 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941328336977920)} 0 9
   [junit4]   2> 468881 T818 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468882 T818 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_7,generation=7}
   [junit4]   2> 468884 T818 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 468885 T818 C149 oass.SolrIndexSearcher.<init> Opening Searcher@5e07ea4a[collection1] main
   [junit4]   2> 468885 T818 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 468886 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5e07ea4a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468886 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 468889 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e07ea4a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468890 T818 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 9
   [junit4]   2> 468899 T813 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   2> 468926 T817 C149 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 468951 T817 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 468963 T817 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_8,generation=8}
   [junit4]   2> 468965 T817 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 468966 T817 C149 oass.SolrIndexSearcher.<init> Opening Searcher@794d843b[collection1] main
   [junit4]   2> 468967 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@794d843b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(5.1.0):C10)))}
   [junit4]   2> 468967 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 468971 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@794d843b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(5.1.0):C10)))}
   [junit4]   2> 468972 T817 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 468973 T817 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {add=[0 (1491941328396746752), 1 (1491941328428204032), 2 (1491941328429252608), 3 (1491941328429252609), 4 (1491941328429252610), 5 (1491941328429252611), 6 (1491941328430301184), 7 (1491941328430301185), 8 (1491941328430301186), 9 (1491941328430301187)],commit=} 0 54
   [junit4]   2> 468981 T815 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&fl=id,score,_docid_&wt=javabin&version=2} hits=10 status=0 QTime=2 
   [junit4]   2> 469008 T816 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&fl=id,score,_docid_&wt=javabin&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 469011 T809 oas.SolrTestCaseJ4.tearDown ###Ending testStreamingRequest
   [junit4]   2> 469040 T809 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnDelete
   [junit4]   2> 469049 T814 C149 oass.SolrIndexSearcher.<init> Opening Searcher@3402455c[collection1] realtime
   [junit4]   2> 469051 T814 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1491941328530964480)} 0 5
   [junit4]   2> 469062 T818 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 469063 T818 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_9,generation=9}
   [junit4]   2> 469064 T818 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 469064 T818 C149 oass.SolrIndexSearcher.<init> Opening Searcher@6b61b39a[collection1] main
   [junit4]   2> 469070 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6b61b39a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 469071 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 469073 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b61b39a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 469073 T818 C149 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 469074 T818 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 13
   [junit4]   2> 469084 T813 C149 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   2> 469100 T817 C149 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1491941328584441856)]} 0 3
   [junit4]   2> 469124 T815 C149 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 469128 T815 C149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_a,generation=10}
   [junit4]   2> 469128 T815 C149 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> ASYNC  NEW_CORE C150 name=collection1 org.apache.solr.core.SolrCore@20fe1ed0
   [junit4]   2> 469156 T815 C150 oass.SolrIndexSearcher.<init> Opening Searcher@39a7ab70[collection1] main
   [junit4]   2> 469158 T815 C150 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 469160 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@39a7ab70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(5.1.0):C1)))}
   [junit4]   2> 469161 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 469163 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39a7ab70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(5.1.0):C1)))}
   [junit4]   2> 469169 T815 C150 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 46
   [junit4]   2> 469177 T816 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   2> 469187 T814 C150 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1491941328676716544)]} 0 3
   [junit4]   2> 469193 T818 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   2> 469452 T813 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   2> 469715 T815 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   2> 469978 T816 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   2> 470187 T823 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 470187 T823 oass.SolrIndexSearcher.<init> Opening Searcher@504a828[collection1] main
   [junit4]   2> 470188 T823 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 470188 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@504a828[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 470188 T820 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 470190 T820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@504a828[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 470240 T817 C150 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 470243 T809 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnDelete
   [junit4]   2> 470263 T809 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1830301158
   [junit4]   2> 470264 T809 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20fe1ed0
   [junit4]   2> 470266 T809 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=13,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=23,cumulative_deletesById=1,cumulative_deletesByQuery=6,cumulative_errors=0,transaction_logs_total_size=2013,transaction_logs_total_number=10}
   [junit4]   2> 470267 T809 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 470268 T809 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 470268 T809 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 470269 T809 C150 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 470270 T809 C150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@775cdc8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a5a937),segFN=segments_b,generation=11}
   [junit4]   2> 470270 T809 C150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 470289 T809 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 470328 T809 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 470329 T809 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003;done=false>>]
   [junit4]   2> 470329 T809 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003
   [junit4]   2> 470330 T809 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index;done=false>>]
   [junit4]   2> 470331 T809 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001/tempDir-003/index
   [junit4]   2> 470332 T809 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 470524 T809 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest 50109A53A81D9C33-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=hi_IN, timezone=America/Cordoba
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=70550560,total=130023424
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrProperties, NamedListTest, DocumentAnalysisResponseTest, SolrPingTest, SolrDocumentTest, SolrParamTest, SolrExampleStreamingTest, TestRetryUtil, FacetFieldTest, CloudSolrClientMultiConstructorTest, SolrExampleJettyTest, ClientUtilsTest, TestBatchUpdate, SolrExampleXMLTest, LargeVolumeBinaryJettyTest, CloudSolrClientTest, TestDocumentObjectBinder, JettyWebappTest, TestXMLEscaping, SolrExampleBinaryTest, SolrExampleStreamingBinaryTest, QueryResponseTest, GetByIdTest, LargeVolumeEmbeddedTest, TestEmbeddedSolrServer, SolrExampleEmbeddedTest, TestSpellCheckResponse, LargeVolumeJettyTest, TermsResponseTest, MergeIndexesEmbeddedTest, TestCoreAdmin, TestNamedListCodec, TestJavaBinCodec, SolrQueryTest, TestHash, ContentStreamTest, ModifiableSolrParamsTest, TestFastInputStream, SolrExceptionTest, IteratorChainTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, AnlysisResponseBaseTest, SolrSchemalessExampleTest]
   [junit4] Completed in 207.55s, 6 tests, 1 error <<< FAILURES!

[...truncated 30 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:204: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 53 suites, 333 tests, 1 error

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



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

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

1 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
{   "responseHeader":{     "status":404,     "QTime":6},   "error":{     "msg":"no such blob or version available: test/1",     "code":404}}

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":404,
    "QTime":6},
  "error":{
    "msg":"no such blob or version available: test/1",
    "code":404}}
	at __randomizedtesting.SeedInfo.seed([905D7635214CC760:48105B62D69162C0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9166 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/init-core-data-001
   [junit4]   2> 1923339 T7123 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1923339 T7123 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1923352 T7123 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1923354 T7124 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1923458 T7123 oasc.ZkTestServer.run start zk server on port:58070
   [junit4]   2> 1923459 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1923460 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923468 T7131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@513d4be4 name:ZooKeeperConnection Watcher:127.0.0.1:58070 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1923469 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1923469 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1923470 T7123 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1923477 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1923479 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923483 T7134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a67081d name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1923483 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1923484 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1923484 T7123 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1923491 T7123 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1923497 T7123 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1923502 T7123 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1923508 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1923509 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1923517 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1923518 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1923525 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1923525 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1923532 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1923533 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1923539 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1923539 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1923547 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1923548 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1923554 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1923554 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1923561 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1923561 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1923568 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1923568 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1923575 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1923575 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1923581 T7123 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1923582 T7123 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1925094 T7123 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores/collection1
   [junit4]   2> 1925098 T7123 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1925107 T7123 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:५८०७३
   [junit4]   2> 1925107 T7123 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@62b103dd
   [junit4]   2> 1925108 T7123 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1925108 T7123 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001
   [junit4]   2> 1925108 T7123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/'
   [junit4]   2> 1925146 T7123 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/solr.xml
   [junit4]   2> 1925184 T7123 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores
   [junit4]   2> 1925185 T7123 oasc.CoreContainer.<init> New CoreContainer 524367754
   [junit4]   2> 1925186 T7123 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/]
   [junit4]   2> 1925187 T7123 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1925188 T7123 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1925188 T7123 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1925188 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1925188 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1925189 T7123 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1925189 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1925189 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1925189 T7123 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1925190 T7123 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1925190 T7123 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1925190 T7123 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1925191 T7123 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1925192 T7123 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1925192 T7123 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1925192 T7123 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58070/solr
   [junit4]   2> 1925192 T7123 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1925193 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1925194 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1925198 T7146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38b65ab name:ZooKeeperConnection Watcher:127.0.0.1:58070 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1925199 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1925200 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1925204 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1925207 T7149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@714c68d7 name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1925208 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1925211 T7123 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1925219 T7123 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1925226 T7123 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1925234 T7123 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1925242 T7123 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1925250 T7123 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1925254 T7123 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58073_
   [junit4]   2> 1925256 T7123 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58073_
   [junit4]   2> 1925263 T7123 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1925268 T7123 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1925273 T7123 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1925278 T7123 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58073_
   [junit4]   2> 1925278 T7123 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1925284 T7123 oasc.Overseer.start Overseer (id=93252318046978051-127.0.0.1:58073_-n_0000000000) starting
   [junit4]   2> 1925291 T7123 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1925316 T7123 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1925317 T7151 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1925321 T7123 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1925325 T7123 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1925330 T7123 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1925340 T7150 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1925340 T7123 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores
   [junit4]   2> 1925343 T7123 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores/collection1/
   [junit4]   2> 1925343 T7123 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1925345 T7153 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1925346 T7153 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1925347 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1925347 T7153 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1925356 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58073",
   [junit4]   2> 	  "node_name":"127.0.0.1:58073_",
   [junit4]   2> 	  "numShards":"1"} current state version: 0
   [junit4]   2> 1925357 T7150 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58073",
   [junit4]   2> 	  "node_name":"127.0.0.1:58073_",
   [junit4]   2> 	  "numShards":"1"}
   [junit4]   2> 1925358 T7150 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1925359 T7150 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1925363 T7149 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> 1926349 T7153 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1926349 T7153 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1926351 T7153 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1926351 T7153 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1926354 T7153 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1926354 T7153 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores/collection1/'
   [junit4]   2> 1926377 T7153 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1926382 T7153 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1926394 T7153 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1926417 T7153 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1926478 T7153 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1926481 T7153 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1926491 T7153 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1926932 T7153 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1926941 T7153 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1926944 T7153 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1926971 T7153 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1926977 T7153 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1926983 T7153 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1926986 T7153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1926987 T7153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1926988 T7153 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1926990 T7153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1926991 T7153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1926991 T7153 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1926991 T7153 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1926991 T7153 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/control-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/control/data/
   [junit4]   2> 1926992 T7153 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9be2eac
   [junit4]   2> 1926992 T7153 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/control/data
   [junit4]   2> 1926992 T7153 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/control/data/index/
   [junit4]   2> 1926993 T7153 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1926993 T7153 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/control/data/index
   [junit4]   2> 1926993 T7153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1926994 T7153 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@785fb37b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53008dfa),segFN=segments_1,generation=1}
   [junit4]   2> 1926994 T7153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1926999 T7153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1927000 T7153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1927001 T7153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1927001 T7153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1927001 T7153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1927001 T7153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1927002 T7153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1927002 T7153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1927002 T7153 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1927003 T7153 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1927003 T7153 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1927004 T7153 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1927004 T7153 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1927005 T7153 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1927005 T7153 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1927005 T7153 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1927006 T7153 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1927006 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1927011 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1927011 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1927012 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1927012 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1927013 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1927013 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1927014 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1927015 T7153 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1927015 T7153 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1927027 T7153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1927031 T7153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1927032 T7153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1927034 T7153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1927035 T7153 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1927038 T7153 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1927038 T7153 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1927039 T7153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=474270630, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1927039 T7153 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@785fb37b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53008dfa),segFN=segments_1,generation=1}
   [junit4]   2> 1927040 T7153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1927040 T7153 oass.SolrIndexSearcher.<init> Opening Searcher@6e53a405[collection1] main
   [junit4]   2> 1927040 T7153 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1927043 T7153 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1927043 T7153 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1927044 T7153 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1927045 T7153 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1927045 T7153 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1927047 T7153 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1927047 T7153 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1927048 T7153 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1927048 T7153 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1927049 T7153 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1927049 T7154 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e53a405[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1927051 T7157 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58073 collection:control_collection shard:shard1
   [junit4]   2> 1927052 T7123 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1927052 T7123 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1927053 T7157 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1927053 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1927056 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1927060 T7160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb89b1e name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1927060 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1927061 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1927064 T7123 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1927067 T7157 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1927073 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1927074 T7157 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1927074 T7157 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2601 name=collection1 org.apache.solr.core.SolrCore@705d5ec0 url=http://127.0.0.1:58073/collection1 node=127.0.0.1:58073_ C2601_STATE=coll:control_collection core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:58073, node_name=127.0.0.1:58073_}
   [junit4]   2> 1927074 T7157 C2601 P58073 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58073/collection1/
   [junit4]   2> 1927075 T7157 C2601 P58073 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1927075 T7157 C2601 P58073 oasc.SyncStrategy.syncToMe http://127.0.0.1:58073/collection1/ has no replicas
   [junit4]   2> 1927075 T7157 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58073/collection1/ shard1
   [junit4]   2> 1927076 T7157 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1927074 T7123 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1927077 T7123 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1927077 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1927076 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1927080 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1927084 T7149 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> 1927085 T7163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48497daa name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1927085 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1927085 T7160 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> 1927085 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1927110 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 1927110 T7150 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1927116 T7164 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1927119 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58073",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1927120 T7150 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1927124 T7160 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> 1927247 T7160 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> 1927263 T7157 oasc.ZkController.register We are http://127.0.0.1:58073/collection1/ and leader is http://127.0.0.1:58073/collection1/
   [junit4]   2> 1927263 T7157 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58073
   [junit4]   2> 1927263 T7157 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1927263 T7157 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1927264 T7157 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1927266 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1927274 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58073",
   [junit4]   2> 	  "node_name":"127.0.0.1:58073_",
   [junit4]   2> 	  "numShards":"2"} current state version: 4
   [junit4]   2> 1927276 T7150 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58073",
   [junit4]   2> 	  "node_name":"127.0.0.1:58073_",
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 1927387 T7160 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> 1927387 T7149 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> 1928684 T7123 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores/collection1
   [junit4]   2> 1928688 T7123 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1928689 T7123 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1928693 T7123 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:५८०७८
   [junit4]   2> 1928695 T7123 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@62b103dd
   [junit4]   2> 1928695 T7123 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1928695 T7123 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001
   [junit4]   2> 1928696 T7123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/'
   [junit4]   2> 1928740 T7123 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/solr.xml
   [junit4]   2> 1928781 T7123 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores
   [junit4]   2> 1928784 T7123 oasc.CoreContainer.<init> New CoreContainer 1855259345
   [junit4]   2> 1928785 T7123 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/]
   [junit4]   2> 1928786 T7123 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1928787 T7123 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1928787 T7123 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1928787 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1928787 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1928788 T7123 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1928788 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1928788 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1928789 T7123 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1928789 T7123 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1928790 T7123 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1928791 T7123 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1928792 T7123 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1928793 T7123 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1928794 T7123 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1928794 T7123 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58070/solr
   [junit4]   2> 1928795 T7123 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1928796 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1928798 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1928802 T7176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b84549d name:ZooKeeperConnection Watcher:127.0.0.1:58070 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1928803 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1928804 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1928809 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1928814 T7179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d6efaf name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1928814 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1928832 T7123 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1929850 T7123 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58078_
   [junit4]   2> 1929852 T7123 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58078_
   [junit4]   2> 1929864 T7123 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1929872 T7123 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores
   [junit4]   2> 1929873 T7123 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores/collection1/
   [junit4]   2> 1929873 T7123 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1929881 T7180 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1929881 T7180 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1929886 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1929890 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58078",
   [junit4]   2> 	  "node_name":"127.0.0.1:58078_",
   [junit4]   2> 	  "numShards":"2"} current state version: 5
   [junit4]   2> 1929890 T7180 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1929892 T7150 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58078",
   [junit4]   2> 	  "node_name":"127.0.0.1:58078_",
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 1929892 T7150 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 1929893 T7150 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1929892 T7180 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1929896 T7180 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1929900 T7150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1929903 T7180 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1929903 T7180 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1929903 T7179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1929906 T7179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1930904 T7180 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1930904 T7180 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1930906 T7180 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1930906 T7180 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1930909 T7180 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1930909 T7180 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1930933 T7180 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1930938 T7180 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1930951 T7180 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1930976 T7180 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1931030 T7180 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1931033 T7180 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1931044 T7180 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1931478 T7180 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1931485 T7180 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1931488 T7180 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1931517 T7180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1931523 T7180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1931529 T7180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1931532 T7180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1931534 T7180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1931534 T7180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1931536 T7180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1931537 T7180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1931537 T7180 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1931537 T7180 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1931537 T7180 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-1-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty1/
   [junit4]   2> 1931538 T7180 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9be2eac
   [junit4]   2> 1931538 T7180 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty1
   [junit4]   2> 1931539 T7180 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty1/index/
   [junit4]   2> 1931539 T7180 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1931539 T7180 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty1/index
   [junit4]   2> 1931540 T7180 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1931540 T7180 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b5204d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35bc485d),segFN=segments_1,generation=1}
   [junit4]   2> 1931541 T7180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1931547 T7180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1931548 T7180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1931548 T7180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1931548 T7180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1931549 T7180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1931549 T7180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1931549 T7180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1931550 T7180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1931550 T7180 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1931550 T7180 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1931551 T7180 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1931551 T7180 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1931552 T7180 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1931553 T7180 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1931553 T7180 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1931555 T7180 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1931555 T7180 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1931556 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1931558 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1931558 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1931559 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1931559 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1931560 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1931561 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1931561 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1931562 T7180 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1931563 T7180 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1931575 T7180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1931577 T7180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1931580 T7180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1931583 T7180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1931586 T7180 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1931589 T7180 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1931589 T7180 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1931592 T7180 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=474270630, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1931593 T7180 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b5204d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35bc485d),segFN=segments_1,generation=1}
   [junit4]   2> 1931593 T7180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1931594 T7180 oass.SolrIndexSearcher.<init> Opening Searcher@6fdbf0e8[collection1] main
   [junit4]   2> 1931594 T7180 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1931597 T7180 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1931597 T7180 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1931599 T7180 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1931599 T7180 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1931599 T7180 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1931601 T7180 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1931601 T7180 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1931601 T7180 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1931602 T7180 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1931603 T7181 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6fdbf0e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1931603 T7180 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1931605 T7184 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58078 collection:collection1 shard:shard1
   [junit4]   2> 1931606 T7123 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1931607 T7123 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1931607 T7184 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1931620 T7184 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1931624 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1931628 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1931629 T7184 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1931629 T7184 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2602 name=collection1 org.apache.solr.core.SolrCore@918316a url=http://127.0.0.1:58078/collection1 node=127.0.0.1:58078_ C2602_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:58078, node_name=127.0.0.1:58078_}
   [junit4]   2> 1931629 T7184 C2602 P58078 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58078/collection1/
   [junit4]   2> 1931630 T7184 C2602 P58078 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1931631 T7184 C2602 P58078 oasc.SyncStrategy.syncToMe http://127.0.0.1:58078/collection1/ has no replicas
   [junit4]   2> 1931632 T7184 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58078/collection1/ shard1
   [junit4]   2> 1931632 T7184 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1931634 T7150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1931636 T7179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1931640 T7179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1931655 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58078",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1931657 T7150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1931661 T7179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1931666 T7179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1931675 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1931717 T7184 oasc.ZkController.register We are http://127.0.0.1:58078/collection1/ and leader is http://127.0.0.1:58078/collection1/
   [junit4]   2> 1931718 T7184 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58078
   [junit4]   2> 1931719 T7184 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1931719 T7184 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1931719 T7184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1931722 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1931726 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58078",
   [junit4]   2> 	  "node_name":"127.0.0.1:58078_",
   [junit4]   2> 	  "numShards":"2"} current state version: 5
   [junit4]   2> 1931728 T7150 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58078",
   [junit4]   2> 	  "node_name":"127.0.0.1:58078_",
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 1931732 T7150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1931735 T7179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1931743 T7184 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1931744 T7179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1933167 T7123 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores/collection1
   [junit4]   2> 1933171 T7123 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1933173 T7123 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1933178 T7123 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:५८०८१
   [junit4]   2> 1933180 T7123 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@62b103dd
   [junit4]   2> 1933180 T7123 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1933180 T7123 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001
   [junit4]   2> 1933180 T7123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/'
   [junit4]   2> 1933242 T7123 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/solr.xml
   [junit4]   2> 1933311 T7123 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores
   [junit4]   2> 1933312 T7123 oasc.CoreContainer.<init> New CoreContainer 1848336079
   [junit4]   2> 1933312 T7123 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/]
   [junit4]   2> 1933314 T7123 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1933315 T7123 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1933315 T7123 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1933315 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1933315 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1933316 T7123 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1933317 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1933317 T7123 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1933317 T7123 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1933318 T7123 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1933318 T7123 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1933318 T7123 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1933319 T7123 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1933319 T7123 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1933320 T7123 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1933321 T7123 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58070/solr
   [junit4]   2> 1933321 T7123 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1933321 T7123 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1933322 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1933326 T7196 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19153ffe name:ZooKeeperConnection Watcher:127.0.0.1:58070 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1933327 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1933328 T7123 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1933333 T7123 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1933337 T7199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a86c740 name:ZooKeeperConnection Watcher:127.0.0.1:58070/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1933337 T7123 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1933355 T7123 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1934373 T7123 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58081_
   [junit4]   2> 1934375 T7123 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58081_
   [junit4]   2> 1934393 T7123 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1934402 T7123 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores
   [junit4]   2> 1934404 T7123 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores/collection1/
   [junit4]   2> 1934404 T7123 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1934412 T7200 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1934412 T7200 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1934417 T7149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1934418 T7200 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1934419 T7200 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1934419 T7150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58081",
   [junit4]   2> 	  "node_name":"127.0.0.1:58081_",
   [junit4]   2> 	  "numShards":"2"} current state version: 5
   [junit4]   2> 1934420 T7200 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1934420 T7150 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58081",
   [junit4]   2> 	  "node_name":"127.0.0.1:58081_",
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 1934421 T7150 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 1934421 T7150 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1934423 T7200 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1934423 T7150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1934423 T7200 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1934426 T7179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1934426 T7199 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1934427 T7199 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1934428 T7179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1935425 T7200 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1935426 T7200 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1935427 T7200 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1935427 T7200 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1935430 T7200 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1935430 T7200 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1935452 T7200 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1935457 T7200 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1935470 T7200 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1935492 T7200 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1935602 T7200 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1935605 T7200 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1935617 T7200 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1936006 T7200 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1936058 T7200 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1936061 T7200 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1936091 T7200 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1936096 T7200 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1936104 T7200 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1936106 T7200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1936107 T7200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1936107 T7200 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1936110 T7200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1936110 T7200 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1936110 T7200 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1936110 T7200 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1936111 T7200 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/shard-2-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty2/
   [junit4]   2> 1936111 T7200 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9be2eac
   [junit4]   2> 1936112 T7200 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty2
   [junit4]   2> 1936112 T7200 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty2/index/
   [junit4]   2> 1936113 T7200 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1936113 T7200 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty2/index
   [junit4]   2> 1936113 T7200 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1936114 T7200 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2ff86311 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c3009b1),segFN=segments_1,generation=1}
   [junit4]   2> 1936114 T7200 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1936121 T7200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1936121 T7200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1936121 T7200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1936122 T7200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1936122 T7200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1936122 T7200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1936123 T7200 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1936123 T7200 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1936123 T7200 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1936124 T7200 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1936125 T7200 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1936127 T7200 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1936127 T7200 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1936128 T7200 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1936128 T7200 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1936131 T7200 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1936131 T7200 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1936132 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1936133 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1936134 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1936135 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1936135 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1936137 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1936137 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1936138 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1936139 T7200 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1936139 T7200 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1936151 T7200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1936154 T7200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1936155 T7200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1936157 T7200 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1936159 T7200 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1936162 T7200 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1936163 T7200 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1936164 T7200 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=474270630, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1936165 T7200 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2ff86311 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c3009b1),segFN=segments_1,generation=1}
   [junit4]   2> 1936165 T7200 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1936165 T7200 oass.SolrIndexSearcher.<init> Opening Searcher@57af2845[collection1] main
   [junit4]   2> 1936166 T7200 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1936168 T7200 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1936169 T7200 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1936170 T7200 oasr.Managed

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

",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58088",
   [junit4]   2> 	  "node_name":"127.0.0.1:58088_",
   [junit4]   2> 	  "numShards":"2"} current state version: 7
   [junit4]   2> 1961231 T7123 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1961232 T7295 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58088",
   [junit4]   2> 	  "node_name":"127.0.0.1:58088_",
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 1961234 T7123 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1961234 T7123 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 1961234 T7123 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4/index
   [junit4]   2> 1961235 T7123 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 1961235 T7123 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001/tempDir-001/jetty4
   [junit4]   2> 1961234 T7295 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 23
   [junit4]   2> 1961236 T7123 oasc.Overseer.close Overseer (id=93252318046978061-127.0.0.1:58088_-n_0000000004) closing
   [junit4]   2> 1961237 T7295 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:58088_
   [junit4]   2> 1961240 T7289 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1962742 T7289 oascc.ZkStateReader$7.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1962742 T7294 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1962757 T7123 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1962947 T7123 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58070 58070
   [junit4]   2> 1962975 T7124 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58070 58070
   [junit4]   2> 1963200 T7124 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		10	/solr/configs/conf1
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 		2	/solr/collections/.system/state.json
   [junit4]   2> 		2	/solr/configs/.system
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=905D7635214CC760 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 39.9s | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":404,
   [junit4]    >     "QTime":6},
   [junit4]    >   "error":{
   [junit4]    >     "msg":"no such blob or version available: test/1",
   [junit4]    >     "code":404}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([905D7635214CC760:48105B62D69162C0]:0)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:108)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1963223 T7123 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading 905D7635214CC760-001
   [junit4]   2> 39890 T7122 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hi_IN, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_76 (64-bit)/cpus=2,threads=1,free=58885424,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteInactiveReplicaTest, DocValuesMultiTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestBulkSchemaAPI, TestManagedSchemaFieldResource, TestDFRSimilarityFactory, BlockCacheTest, SolrCmdDistributorTest, DistributedQueryElevationComponentTest, ZkNodePropsTest, TestCollationFieldDocValues, TestFaceting, TestSort, DeleteReplicaTest, TestSortingResponseWriter, NumericFieldsTest, HdfsBasicDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, DateFieldTest, TestFastOutputStream, TestBlobHandler, OverseerRolesTest, TestDistributedGrouping, TestCollectionAPI, AnalysisErrorHandlingTest, TestSuggestSpellingConverter, TestFileDictionaryLookup, HdfsDirectoryFactoryTest, TestReplicationHandler, SolrIndexSplitterTest, SolrIndexConfigTest, LukeRequestHandlerTest, WordBreakSolrSpellCheckerTest, URLClassifyProcessorTest, TestDocSet, SchemaVersionSpecificBehaviorTest, ZkSolrClientTest, TestFunctionQuery, TestReplicaProperties, TestJoin, LeaderFailoverAfterPartitionTest, DistributedFacetPivotSmallTest, UnloadDistributedZkTest, TestSearcherReuse, TestConfig, ResponseLogComponentTest, TestStressLucene, CachingDirectoryFactoryTest, DeleteShardTest, PathHierarchyTokenizerFactoryTest, TestDocumentBuilder, TestCodecSupport, LeaderElectionTest, UpdateRequestProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, SimpleMLTQParserTest, TestWriterPerf, SyncSliceTest, TestOverriddenPrefixQueryForCustomFieldType, DistributedExpandComponentTest, ChaosMonkeyNothingIsSafeTest, ConnectionManagerTest, NoCacheHeaderTest, TestSolrJ, SpellingQueryConverterTest, TestZkChroot, ClusterStateTest, TestSweetSpotSimilarityFactory, SaslZkACLProviderTest, TestChildDocTransformer, HighlighterMaxOffsetTest, InfoHandlerTest, TestLuceneMatchVersion, TestNRTOpen, TestUtils, ChangedSchemaMergeTest, TestSimpleQParserPlugin, SuggesterTest, DistributedIntervalFacetingTest, TestCloudManagedSchemaConcurrent, TestInitParams, TestFieldResource, TestRecovery, JSONWriterTest, OverseerTest, TestSchemaSimilarityResource, TestDefaultSearchFieldResource, ScriptEngineTest, HdfsSyncSliceTest, TestCSVLoader, DocValuesTest, TestPostingsSolrHighlighter, TestBinaryResponseWriter, RequiredFieldsTest, SystemInfoHandlerTest, TestAnalyzeInfixSuggestions, TestLMDirichletSimilarityFactory, TestShortCircuitedRequests, TestStressVersions, CoreAdminCreateDiscoverTest, TestDynamicLoading]
   [junit4] Completed in 40.45s, 1 test, 1 failure <<< FAILURES!

[...truncated 1110 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 461 suites, 1848 tests, 1 failure, 51 ignored (20 assumptions)

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



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

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

1 tests failed.
FAILED:  org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:61733//collection1
	at __randomizedtesting.SeedInfo.seed([76CD2F69FA512F7B:FE9910B354AD4283]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:110)
	at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:891)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 48 more




Build Log:
[...truncated 10128 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/init-core-data-001
   [junit4]   2> 6083967 T20567 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6083968 T20567 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 6083973 T20567 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/cores
   [junit4]   2> 6083976 T20567 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6083986 T20567 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6083989 T20567 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61730
   [junit4]   2> 6083992 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2876b359
   [junit4]   2> 6083992 T20567 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6083993 T20567 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 6083993 T20567 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 6084036 T20567 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 6084077 T20567 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control
   [junit4]   2> 6084078 T20567 oasc.CoreContainer.<init> New CoreContainer 216704140
   [junit4]   2> 6084078 T20567 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 6084080 T20567 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6084081 T20567 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 6084081 T20567 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6084082 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6084082 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6084082 T20567 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6084083 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6084083 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6084083 T20567 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6084084 T20567 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6084084 T20567 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 6084086 T20567 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 6084089 T20567 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6084089 T20567 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6084089 T20567 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6084095 T20567 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control
   [junit4]   2> 6084096 T20567 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/cores/
   [junit4]   2> 6084096 T20567 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 6084098 T20577 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 6084098 T20577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 6084099 T20577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 6084099 T20577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 6084148 T20577 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 6084179 T20577 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 6084252 T20577 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6084252 T20577 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 6084262 T20577 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6084677 T20577 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 6084686 T20577 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6084689 T20577 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6084699 T20577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6084703 T20577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6084707 T20577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6084708 T20577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6084708 T20577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6084709 T20577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6084709 T20577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6084709 T20577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6084710 T20577 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 6084710 T20577 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6084710 T20577 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/data/
   [junit4]   2> 6084711 T20577 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6309cbbe
   [junit4]   2> 6084712 T20577 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/data
   [junit4]   2> 6084712 T20577 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/data/index/
   [junit4]   2> 6084712 T20577 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6084713 T20577 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/control/data/index
   [junit4]   2> 6084713 T20577 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=9.5166015625, floorSegmentMB=0.30859375, forceMergeDeletesPctAllowed=14.585002048693674, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6084714 T20577 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1509c460 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@343b856a),segFN=segments_1,generation=1}
   [junit4]   2> 6084714 T20577 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6084715 T20577 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 6084719 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6084720 T20577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6084720 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6084720 T20577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6084720 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6084721 T20577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6084721 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6084721 T20577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6084722 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6084722 T20577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6084723 T20577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6084723 T20577 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6084724 T20577 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6084725 T20577 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6084726 T20577 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6084727 T20577 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6084728 T20577 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6084728 T20577 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6084729 T20577 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6084729 T20577 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6084730 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6084731 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6084731 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6084732 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6084733 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6084733 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6084734 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6084735 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6084736 T20577 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6084737 T20577 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 6084738 T20577 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 6084739 T20577 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6084742 T20577 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 6084742 T20577 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 6084743 T20577 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 6084743 T20577 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084744 T20577 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084745 T20577 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084745 T20577 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084746 T20577 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084746 T20577 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084747 T20577 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084748 T20577 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6084749 T20577 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 6084749 T20577 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 6084750 T20577 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 6084752 T20577 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 6084765 T20577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6084769 T20577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6084771 T20577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6084773 T20577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6084774 T20577 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 6084775 T20577 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6084777 T20577 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6084778 T20577 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6084778 T20577 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.103515625, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=5.3348333387124915, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6084779 T20577 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1509c460 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@343b856a),segFN=segments_1,generation=1}
   [junit4]   2> 6084779 T20577 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6084780 T20577 oass.SolrIndexSearcher.<init> Opening Searcher@354c2261[collection1] main
   [junit4]   2> 6084780 T20577 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 6084780 T20577 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 6084780 T20577 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6084781 T20577 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 6084790 T20577 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 6084832 T20577 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6084832 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 6084834 T20577 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6084834 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 6084835 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 6084835 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 6084836 T20567 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6084837 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6084837 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 6084839 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 6084840 T20567 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/cores
   [junit4]   2> 6084840 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 6084842 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 6084844 T20578 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 6084844 T20567 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6084845 T20578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@354c2261[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6084850 T20567 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6084854 T20567 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61731
   [junit4]   2> 6084857 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2876b359
   [junit4]   2> 6084858 T20567 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6084858 T20567 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 6084858 T20567 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 6084901 T20567 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 6084943 T20567 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0
   [junit4]   2> 6084943 T20567 oasc.CoreContainer.<init> New CoreContainer 1048985479
   [junit4]   2> 6084944 T20567 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 6084946 T20567 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6084946 T20567 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 6084946 T20567 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6084947 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6084947 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6084947 T20567 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6084948 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6084948 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6084948 T20567 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6084949 T20567 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6084949 T20567 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 6084952 T20567 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 6084955 T20567 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6084956 T20567 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6084956 T20567 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6084958 T20567 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0
   [junit4]   2> 6084960 T20567 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/cores/
   [junit4]   2> 6084960 T20567 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 6084961 T20589 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 6084962 T20589 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 6084963 T20589 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 6084963 T20589 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 6085013 T20589 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 6085046 T20589 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 6085116 T20589 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6085117 T20589 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 6085127 T20589 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6085567 T20589 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 6085577 T20589 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6085579 T20589 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6085588 T20589 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6085592 T20589 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6085597 T20589 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6085598 T20589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6085598 T20589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6085599 T20589 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6085600 T20589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6085600 T20589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6085600 T20589 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 6085600 T20589 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6085601 T20589 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/data/
   [junit4]   2> 6085601 T20589 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6309cbbe
   [junit4]   2> 6085602 T20589 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/data
   [junit4]   2> 6085603 T20589 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/data/index/
   [junit4]   2> 6085603 T20589 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6085604 T20589 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard0/data/index
   [junit4]   2> 6085605 T20589 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=9.5166015625, floorSegmentMB=0.30859375, forceMergeDeletesPctAllowed=14.585002048693674, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6085605 T20589 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@472c662b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33e7b58e),segFN=segments_1,generation=1}
   [junit4]   2> 6085605 T20589 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6085606 T20589 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 6085612 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6085612 T20589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6085613 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6085613 T20589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6085613 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6085613 T20589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6085614 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6085615 T20589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6085615 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6085615 T20589 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6085616 T20589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6085616 T20589 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6085616 T20589 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6085617 T20589 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6085618 T20589 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6085619 T20589 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6085620 T20589 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6085621 T20589 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6085622 T20589 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6085622 T20589 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6085623 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6085624 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6085625 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6085625 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6085626 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6085626 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6085627 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6085628 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6085629 T20589 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6085630 T20589 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 6085630 T20589 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 6085631 T20589 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6085631 T20589 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 6085631 T20589 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 6085632 T20589 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 6085633 T20589 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085634 T20589 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085635 T20589 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085636 T20589 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085637 T20589 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085637 T20589 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085638 T20589 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085638 T20589 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6085639 T20589 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 6085640 T20589 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 6085640 T20589 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 6085641 T20589 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 6085656 T20589 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6085659 T20589 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6085661 T20589 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6085663 T20589 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6085665 T20589 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 6085668 T20589 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6085674 T20589 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6085674 T20589 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6085675 T20589 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.103515625, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=5.3348333387124915, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6085676 T20589 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@472c662b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33e7b58e),segFN=segments_1,generation=1}
   [junit4]   2> 6085676 T20589 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6085676 T20589 oass.SolrIndexSearcher.<init> Opening Searcher@4eace5e4[collection1] main
   [junit4]   2> 6085677 T20589 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 6085677 T20589 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 6085677 T20589 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6085677 T20589 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 6085695 T20589 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 6085742 T20589 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6085743 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 6085748 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 6085748 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 6085749 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 6085749 T20589 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6085750 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 6085751 T20567 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6085752 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6085752 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 6085753 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 6085755 T20567 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/cores
   [junit4]   2> 6085755 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 6085757 T20590 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 6085759 T20590 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4eace5e4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6085759 T20567 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6085765 T20567 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6085767 T20567 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61732
   [junit4]   2> 6085771 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2876b359
   [junit4]   2> 6085772 T20567 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6085772 T20567 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 6085772 T20567 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 6085815 T20567 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 6085854 T20567 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1
   [junit4]   2> 6085855 T20567 oasc.CoreContainer.<init> New CoreContainer 691219270
   [junit4]   2> 6085855 T20567 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 6085856 T20567 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6085856 T20567 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 6085857 T20567 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6085857 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6085858 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6085858 T20567 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6085858 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6085859 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6085859 T20567 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6085860 T20567 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6085861 T20567 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 6085865 T20567 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 6085868 T20567 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6085869 T20567 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6085870 T20567 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6085872 T20567 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1
   [junit4]   2> 6085874 T20567 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/cores/
   [junit4]   2> 6085874 T20567 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 6085877 T20601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 6085878 T20601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 6085878 T20601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 6085879 T20601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 6085928 T20601 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 6085966 T20601 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 6086045 T20601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6086046 T20601 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 6086058 T20601 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6086545 T20601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 6086554 T20601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6086557 T20601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6086570 T20601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6086575 T20601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6086579 T20601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6086579 T20601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6086580 T20601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6086580 T20601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6086581 T20601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6086581 T20601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6086582 T20601 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 6086582 T20601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6086583 T20601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/data/
   [junit4]   2> 6086583 T20601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6309cbbe
   [junit4]   2> 6086585 T20601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/data
   [junit4]   2> 6086586 T20601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/data/index/
   [junit4]   2> 6086586 T20601 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6086587 T20601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard1/data/index
   [junit4]   2> 6086587 T20601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=9.5166015625, floorSegmentMB=0.30859375, forceMergeDeletesPctAllowed=14.585002048693674, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6086588 T20601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6e6165ff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c6f80f6),segFN=segments_1,generation=1}
   [junit4]   2> 6086589 T20601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6086589 T20601 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 6086597 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6086598 T20601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6086598 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6086599 T20601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6086599 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6086599 T20601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6086600 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6086600 T20601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6086601 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6086602 T20601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6086602 T20601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6086602 T20601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6086603 T20601 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6086604 T20601 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6086604 T20601 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6086605 T20601 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6086605 T20601 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6086606 T20601 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6086606 T20601 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6086607 T20601 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6086608 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6086609 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6086610 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6086610 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6086611 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6086611 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6086612 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6086613 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6086613 T20601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6086614 T20601 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 6086615 T20601 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 6086615 T20601 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6086616 T20601 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 6086616 T20601 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 6086616 T20601 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 6086617 T20601 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086619 T20601 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086619 T20601 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086620 T20601 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086620 T20601 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086621 T20601 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086621 T20601 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086622 T20601 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6086622 T20601 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 6086623 T20601 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 6086623 T20601 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 6086624 T20601 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 6086636 T20601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6086639 T20601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6086640 T20601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6086642 T20601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6086643 T20601 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 6086645 T20601 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6086647 T20601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6086647 T20601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6086648 T20601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.103515625, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=5.3348333387124915, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6086648 T20601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6e6165ff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c6f80f6),segFN=segments_1,generation=1}
   [junit4]   2> 6086649 T20601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6086649 T20601 oass.SolrIndexSearcher.<init> Opening Searcher@6e8577b2[collection1] main
   [junit4]   2> 6086649 T20601 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 6086650 T20601 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 6086650 T20601 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6086650 T20601 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 6086659 T20601 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 6086700 T20601 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6086701 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 6086702 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 6086703 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 6086703 T20601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6086703 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 6086705 T20567 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6086705 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6086705 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 6086708 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 6086709 T20567 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/cores
   [junit4]   2> 6086709 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 6086711 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 6086712 T20602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 6086713 T20567 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6086714 T20602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e8577b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6086734 T20567 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6086735 T20567 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61733
   [junit4]   2> 6086739 T20567 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@2876b359
   [junit4]   2> 6086740 T20567 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6086740 T20567 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 6086741 T20567 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 6086782 T20567 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 6086824 T20567 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2
   [junit4]   2> 6086825 T20567 oasc.CoreContainer.<init> New CoreContainer 1904957350
   [junit4]   2> 6086825 T20567 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 6086827 T20567 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6086827 T20567 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 6086828 T20567 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6086828 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6086828 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6086829 T20567 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6086829 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6086829 T20567 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6086830 T20567 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6086830 T20567 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6086830 T20567 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 6086832 T20567 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 6086834 T20567 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6086835 T20567 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6086835 T20567 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6086838 T20567 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2
   [junit4]   2> 6086839 T20567 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/cores/
   [junit4]   2> 6086840 T20567 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 6086841 T20613 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 6086843 T20613 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 6086843 T20613 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 6086843 T20613 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 6086893 T20613 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 6086930 T20613 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 6087018 T20613 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6087019 T20613 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 6087029 T20613 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6087447 T20613 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 6087457 T20613 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6087460 T20613 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6087470 T20613 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6087474 T20613 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6087477 T20613 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6087478 T20613 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6087478 T20613 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6087479 T20613 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 6087479 T20613 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 6087479 T20613 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 6087480 T20613 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 6087480 T20613 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6087481 T20613 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/data/
   [junit4]   2> 6087481 T20613 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6309cbbe
   [junit4]   2> 6087482 T20613 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/data
   [junit4]   2> 6087482 T20613 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/data/index/
   [junit4]   2> 6087482 T20613 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6087483 T20613 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest 76CD2F69FA512F7B-001/tempDir-001/shard2/data/index
   [junit4]   2> 6087483 T20613 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=9.5166015625, floorSegmentMB=0.30859375, forceMergeDeletesPctAllowed=14.585002048693674, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6087484 T20613 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a0f8223 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28ccfe),segFN=segments_1,generation=1}
   [junit4]   2> 6087484 T20613 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6087485 T20613 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 6087492 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6087493 T20613 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6087493 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6087493 T20613 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 6087494 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6087494 T20613 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6087495 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6087495 T20613 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 6087495 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6087496 T20613 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6087496 T20613 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6087496 T20613 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6087497 T20613 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087497 T20613 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087498 T20613 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087498 T20613 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087499 T20613 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6087500 T20613 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6087501 T20613 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6087502 T20613 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6087503 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6087504 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6087505 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6087506 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6087506 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6087507 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6087507 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6087508 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6087508 T20613 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6087509 T20613 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 6087510 T20613 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 6087510 T20613 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6087511 T20613 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 6087511 T20613 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 6087511 T20613 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 6087513 T20613 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087513 T20613 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087514 T20613 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087515 T20613 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087515 T20613 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087516 T20613 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087516 T20613 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087517 T20613 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6087517 T20613 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 6087518 T20613 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 6087519 T20613 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 6087519 T20613 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 6087532 T20613 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087537 T20613 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087538 T20613 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087543 T20613 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087545 T20613 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 6087546 T20613 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6087549 T20613 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6087549 T20613 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6087550 T20613 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.103515625, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=5.3348333387124915, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 6087551 T20613 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a0f8223 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28ccfe),segFN=segments_1,generation=1}
   [junit4]   2> 6087551 T20613 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6087552 T20613 oass.SolrIndexSearcher.<init> Opening Searcher@2c9f43f6[collection1] main
   [junit4]   2> 6087553 T20613 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 6087554 T20613 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 6087554 T20613 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6087555 T20613 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 6087563 T20613 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 6087607 T20613 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6087608 T20614 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 6087609 T20614 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 6087610 T20614 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 6087611 T20614 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 6087610 T20613 oasc.CoreContainer.registerCore registering core: collection

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

onseHeaderTest, TestExpandComponent, TestSchemaManager, ZkCLITest, TestIndexingPerformance, StatsComponentTest, SolrIndexSplitterTest, InfoHandlerTest, DirectUpdateHandlerOptimizeTest, TestAtomicUpdateErrorCases, SyncSliceTest, AnalyticsMergeStrategyTest, TestShortCircuitedRequests, TestFieldSortValues, OverseerCollectionProcessorTest, SampleTest, TestXIncludeConfig, HdfsBasicDistributedZkTest, FullSolrCloudDistribCmdsTest, TestSort, TestZkChroot, TestDefaultStatsCache, TestPostingsSolrHighlighter, TestReplicationHandlerBackup, AnalysisAfterCoreReloadTest, TestClassNameShortening, RecoveryZkTest, DistributedQueryComponentOptimizationTest, TestAddFieldRealTimeGet, TestSuggestSpellingConverter, TestQueryUtils, TestManagedSchemaDynamicFieldResource, TestAnalyzeInfixSuggestions, TestReplicaProperties, SharedFSAutoReplicaFailoverUtilsTest, CloudMLTQParserTest, FieldAnalysisRequestHandlerTest, ResponseLogComponentTest, UniqFieldsUpdateProcessorFactoryTest, TestManagedResourceStorage, TestInitParams, TestCharFilters, ChangedSchemaMergeTest, TestSearchPerf, TestReplicationHandler, AutoCommitTest, ResourceLoaderTest, TermsComponentTest, DocumentAnalysisRequestHandlerTest, CachingDirectoryFactoryTest, FieldMutatingUpdateProcessorTest, TestRecovery, TestNonDefinedSimilarityFactory, TestRestManager, HdfsCollectionsAPIDistributedZkTest, BinaryUpdateRequestHandlerTest, OpenCloseCoreStressTest, TestCloudInspectUtil, SuggestComponentTest, SaslZkACLProviderTest, TestCSVResponseWriter, TestDynamicFieldCollectionResource, TestPseudoReturnFields, TestMergePolicyConfig, PolyFieldTest, NoCacheHeaderTest, DeleteReplicaTest, TestUpdate, HdfsDirectoryFactoryTest, IndexSchemaTest, TestPhraseSuggestions, JSONWriterTest, TestRemoteStreaming, BlockDirectoryTest, EnumFieldTest, TestClusterStateMutator, AddBlockUpdateTest, TestManagedStopFilterFactory, ZkSolrClientTest, TestManagedSchema, TestFieldCollectionResource, SliceStateTest, PrimitiveFieldTypeTest, TestLMJelinekMercerSimilarityFactory, WordBreakSolrSpellCheckerTest, TestExactSharedStatsCache, QueryParsingTest, TestArbitraryIndexDir, SpellingQueryConverterTest, TestRTGBase, ConnectionManagerTest, HdfsBasicDistributedZk2Test, LukeRequestHandlerTest, TestDefaultSearchFieldResource, TestSearcherReuse, TestCloudManagedSchemaConcurrent, SpellCheckCollatorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ShardRoutingTest, JsonLoaderTest, HdfsLockFactoryTest, TestDistributedGrouping, TestDefaultSimilarityFactory, SchemaVersionSpecificBehaviorTest, HdfsUnloadDistributedZkTest, TestCloudPivotFacet, TestGroupingSearch, MultiTermTest, TestCollectionAPI, DistanceFunctionTest, DateFieldTest, TestStandardQParsers, RankQueryTest, SimplePostToolTest, DOMUtilTest, CoreAdminHandlerTest, TestFastWriter, TestSerializedLuceneMatchVersion, TestSolr4Spatial2, PathHierarchyTokenizerFactoryTest, DocumentBuilderTest, RollingRestartTest, RemoteQueryErrorTest, SolrInfoMBeanTest, TestTrie, TestManagedSchemaFieldResource, DeleteShardTest, TestExactStatsCache, PeerSyncTest, TestOverriddenPrefixQueryForCustomFieldType, TestIntervalFaceting, HdfsChaosMonkeySafeLeaderTest, SuggesterTest, ScriptEngineTest, DirectUpdateHandlerTest, TestQuerySenderListener, TestSolrJ, RAMDirectoryFactoryTest, TriLevelCompositeIdRoutingTest, SynonymTokenizerTest, TestLFUCache, TestValueSourceCache, TestReversedWildcardFilterFactory, TestUtils, TestBlobHandler, TestFieldResource, ZkStateWriterTest, TestDFRSimilarityFactory, DistributedIntervalFacetingTest, BJQParserTest, OverseerTest, CSVRequestHandlerTest, TestCustomSort, CopyFieldTest, TestStressLucene, TestManagedSynonymFilterFactory, TestSimpleQParserPlugin, ShardSplitTest, TestCopyFieldCollectionResource, DistributedFacetPivotLargeTest, TestSolrQueryParserResource, DistributedExpandComponentTest, TestBinaryResponseWriter, DeleteInactiveReplicaTest, TestCloudSchemaless, TestCSVLoader, LoggingHandlerTest, TestQueryTypes, DateMathParserTest, TestDocSet, TestElisionMultitermQuery, TestConfig, DocExpirationUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, TestRequestStatusCollectionAPI, MigrateRouteKeyTest, TestCloudManagedSchema, TestSolrDeletionPolicy2, DocValuesMissingTest, BadComponentTest, SOLR749Test, CursorMarkTest, UpdateRequestProcessorFactoryTest, TestComplexPhraseQParserPlugin, TestStressUserVersions, TestLazyCores, TestOrdValues, BufferStoreTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterWFSTTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestWriterPerf, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestJmxIntegration, ReturnFieldsTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, HighlighterConfigTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, EchoParamsTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, VMParamsZkACLAndCredentialsProvidersTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, TestConfigReload, TestSolrConfigHandlerCloud, TestSolrConfigHandlerConcurrent, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest]
   [junit4] Completed in 110.90s, 1 test, 1 error <<< FAILURES!

[...truncated 144 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 461 suites, 1848 tests, 1 error, 51 ignored (20 assumptions)

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



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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteLiveReplicaTest

Error Message:
Should have had a good message here

Stack Trace:
java.lang.AssertionError: Should have had a good message here
	at __randomizedtesting.SeedInfo.seed([FE497578BDA87104:5329C173A097D971]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9240 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteInactiveReplicaTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/init-core-data-001
   [junit4]   2> 1640613 T6107 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1640613 T6107 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/e
   [junit4]   2> 1640621 T6107 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1640623 T6108 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1640724 T6107 oasc.ZkTestServer.run start zk server on port:56650
   [junit4]   2> 1640724 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1640726 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1640738 T6115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b1a5dcc name:ZooKeeperConnection Watcher:127.0.0.1:56650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1640738 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1640739 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1640739 T6107 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1640754 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1640755 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1640761 T6118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77df6a53 name:ZooKeeperConnection Watcher:127.0.0.1:56650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1640762 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1640762 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1640763 T6107 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1640773 T6107 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1640780 T6107 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1640787 T6107 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1640800 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1640801 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1640815 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1640816 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1640826 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1640827 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1640836 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1640838 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1640849 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1640850 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1640861 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1640862 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1640869 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1640870 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1640881 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1640882 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1640892 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1640893 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1640902 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1640904 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1640911 T6107 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1640912 T6107 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1643163 T6107 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores/collection1
   [junit4]   2> 1643169 T6107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1643182 T6107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56653
   [junit4]   2> 1643183 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1643183 T6107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1643184 T6107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001
   [junit4]   2> 1643184 T6107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/'
   [junit4]   2> 1643267 T6107 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/solr.xml
   [junit4]   2> 1643286 T6107 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores
   [junit4]   2> 1643287 T6107 oasc.CoreContainer.<init> New CoreContainer 487143932
   [junit4]   2> 1643288 T6107 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/]
   [junit4]   2> 1643289 T6107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1643289 T6107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1643290 T6107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1643290 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1643291 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1643291 T6107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1643292 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1643292 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1643292 T6107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1643293 T6107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1643294 T6107 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1643295 T6107 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1643295 T6107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1643296 T6107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1643296 T6107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1643297 T6107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56650/solr
   [junit4]   2> 1643299 T6107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1643299 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1643307 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1643309 T6130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1868e7b4 name:ZooKeeperConnection Watcher:127.0.0.1:56650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1643310 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1643311 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1643320 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1643324 T6133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4578d03d name:ZooKeeperConnection Watcher:127.0.0.1:56650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1643325 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1643330 T6107 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1643342 T6107 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1643356 T6107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1643366 T6107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1643377 T6107 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1643389 T6107 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1643393 T6107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56653__%2Fe
   [junit4]   2> 1643395 T6107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56653__%2Fe
   [junit4]   2> 1643404 T6107 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1643412 T6107 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1643419 T6107 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1643426 T6107 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56653__%2Fe
   [junit4]   2> 1643427 T6107 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1643433 T6107 oasc.Overseer.start Overseer (id=93248247856103427-127.0.0.1:56653__%2Fe-n_0000000000) starting
   [junit4]   2> 1643443 T6107 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1643483 T6107 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1643484 T6135 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1643487 T6107 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1643494 T6107 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1643499 T6107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1643511 T6134 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1643515 T6107 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores
   [junit4]   2> 1643517 T6107 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores/collection1/
   [junit4]   2> 1643518 T6107 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1643520 T6137 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1643521 T6137 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1643522 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1643523 T6137 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1643534 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56653/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56653__%2Fe",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1643536 T6134 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56653/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56653__%2Fe",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1643536 T6134 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1643537 T6134 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1643542 T6133 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> 1644526 T6137 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1644526 T6137 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1644528 T6137 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1644529 T6137 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1644531 T6137 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1644532 T6137 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores/collection1/'
   [junit4]   2> 1644568 T6137 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1644574 T6137 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1644589 T6137 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1644602 T6137 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1644621 T6137 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1644625 T6137 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1644638 T6137 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1644855 T6137 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1644870 T6137 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1644873 T6137 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1644904 T6137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1644909 T6137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1644916 T6137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1644919 T6137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1644920 T6137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1644921 T6137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1644924 T6137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1644924 T6137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1644925 T6137 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1644926 T6137 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1644926 T6137 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/control-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/control/data/
   [junit4]   2> 1644927 T6137 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fcb14a5
   [junit4]   2> 1644927 T6137 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/control/data
   [junit4]   2> 1644928 T6137 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/control/data/index/
   [junit4]   2> 1644929 T6137 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1644930 T6137 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/control/data/index
   [junit4]   2> 1644930 T6137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=45.0322265625, floorSegmentMB=0.8154296875, forceMergeDeletesPctAllowed=13.65881033197487, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1644944 T6137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@783cecf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c2f0aba),segFN=segments_1,generation=1}
   [junit4]   2> 1644944 T6137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1644949 T6137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1644950 T6137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1644950 T6137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1644951 T6137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1644952 T6137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1644952 T6137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1644963 T6137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1644964 T6137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1644964 T6137 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1644965 T6137 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1644966 T6137 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1644973 T6137 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1644974 T6137 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1644975 T6137 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1644975 T6137 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1644976 T6137 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1644977 T6137 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1644977 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1644979 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1644979 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1644981 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1644981 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1644982 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1644983 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1644984 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1644984 T6137 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1644985 T6137 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1644998 T6137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645001 T6137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645004 T6137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645006 T6137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1645006 T6137 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1645012 T6137 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1645013 T6137 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1645014 T6137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=37.1240234375, floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=7.7360633825194505, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5217856759329933
   [junit4]   2> 1645014 T6137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@783cecf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c2f0aba),segFN=segments_1,generation=1}
   [junit4]   2> 1645014 T6137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1645015 T6137 oass.SolrIndexSearcher.<init> Opening Searcher@64a43289[collection1] main
   [junit4]   2> 1645016 T6137 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1645019 T6137 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1645020 T6137 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1645021 T6137 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1645022 T6137 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1645022 T6137 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1645024 T6137 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1645024 T6137 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1645024 T6137 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1645024 T6137 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1645025 T6137 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1645025 T6138 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64a43289[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1645027 T6141 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56653/_/e collection:control_collection shard:shard1
   [junit4]   2> 1645028 T6107 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1645029 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1645030 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1645030 T6141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1645033 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1645043 T6144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37e85cee name:ZooKeeperConnection Watcher:127.0.0.1:56650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1645046 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1645046 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1645049 T6107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1645058 T6107 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1645062 T6141 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1645069 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1645071 T6141 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1645072 T6141 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7102 name=collection1 org.apache.solr.core.SolrCore@4401fba5 url=http://127.0.0.1:56653/_/e/collection1 node=127.0.0.1:56653__%2Fe C7102_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56653/_/e, node_name=127.0.0.1:56653__%2Fe, state=down}
   [junit4]   2> 1645073 T6141 C7102 P56653 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56653/_/e/collection1/
   [junit4]   2> 1645073 T6141 C7102 P56653 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1645074 T6141 C7102 P56653 oasc.SyncStrategy.syncToMe http://127.0.0.1:56653/_/e/collection1/ has no replicas
   [junit4]   2> 1645074 T6141 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56653/_/e/collection1/ shard1
   [junit4]   2> 1645075 T6141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1645079 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1645085 T6144 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> 1645092 T6133 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> 1645110 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56653/_/e",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1645118 T6145 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1645121 T6144 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> 1645160 T6141 oasc.ZkController.register We are http://127.0.0.1:56653/_/e/collection1/ and leader is http://127.0.0.1:56653/_/e/collection1/
   [junit4]   2> 1645161 T6141 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56653/_/e
   [junit4]   2> 1645161 T6141 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1645161 T6141 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1645161 T6141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1645164 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1645187 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56653/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56653__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1645188 T6134 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56653/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56653__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1645296 T6144 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> 1645297 T6133 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> 1647118 T6107 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores/collection1
   [junit4]   2> 1647122 T6107 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1647124 T6107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1647129 T6107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56657
   [junit4]   2> 1647130 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1647131 T6107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1647131 T6107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001
   [junit4]   2> 1647131 T6107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/'
   [junit4]   2> 1647214 T6107 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/solr.xml
   [junit4]   2> 1647240 T6107 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores
   [junit4]   2> 1647244 T6107 oasc.CoreContainer.<init> New CoreContainer 1605054486
   [junit4]   2> 1647244 T6107 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/]
   [junit4]   2> 1647245 T6107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1647246 T6107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1647247 T6107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1647248 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1647249 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1647249 T6107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1647250 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1647250 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1647251 T6107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1647252 T6107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1647253 T6107 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1647255 T6107 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1647256 T6107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1647257 T6107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1647257 T6107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1647257 T6107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56650/solr
   [junit4]   2> 1647258 T6107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1647258 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1647260 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1647263 T6157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54dac25b name:ZooKeeperConnection Watcher:127.0.0.1:56650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1647264 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1647265 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1647271 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1647276 T6160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b552170 name:ZooKeeperConnection Watcher:127.0.0.1:56650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1647276 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1647297 T6107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1648317 T6107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56657__%2Fe
   [junit4]   2> 1648321 T6107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56657__%2Fe
   [junit4]   2> 1648340 T6107 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1648347 T6107 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores
   [junit4]   2> 1648350 T6107 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores/collection1/
   [junit4]   2> 1648351 T6107 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1648355 T6161 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1648355 T6161 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1648358 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1648358 T6161 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1648361 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56657/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56657__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1648364 T6134 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56657/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56657__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1648364 T6134 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1648364 T6134 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1648369 T6160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1648370 T6133 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1648369 T6144 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1649360 T6161 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1649361 T6161 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1649364 T6161 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1649364 T6161 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1649367 T6161 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1649368 T6161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1649402 T6161 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1649410 T6161 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1649424 T6161 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1649429 T6161 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1649456 T6161 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1649460 T6161 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1649464 T6161 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1649648 T6161 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1649664 T6161 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1649665 T6161 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1649693 T6161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1649700 T6161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1649707 T6161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1649711 T6161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1649711 T6161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1649712 T6161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1649713 T6161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1649714 T6161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1649714 T6161 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1649714 T6161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1649714 T6161 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-1-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty1/
   [junit4]   2> 1649715 T6161 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fcb14a5
   [junit4]   2> 1649716 T6161 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty1
   [junit4]   2> 1649717 T6161 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty1/index/
   [junit4]   2> 1649717 T6161 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1649719 T6161 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty1/index
   [junit4]   2> 1649721 T6161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=45.0322265625, floorSegmentMB=0.8154296875, forceMergeDeletesPctAllowed=13.65881033197487, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1649726 T6161 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@528c785f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cbf4637),segFN=segments_1,generation=1}
   [junit4]   2> 1649726 T6161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1649734 T6161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1649735 T6161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1649736 T6161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1649736 T6161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1649736 T6161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1649736 T6161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1649736 T6161 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1649737 T6161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1649737 T6161 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1649737 T6161 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1649738 T6161 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1649739 T6161 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1649741 T6161 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1649743 T6161 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1649744 T6161 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1649745 T6161 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1649746 T6161 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1649746 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1649750 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1649750 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1649752 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1649752 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1649752 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1649753 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1649753 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1649754 T6161 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1649754 T6161 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1649761 T6161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1649762 T6161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1649763 T6161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1649765 T6161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1649774 T6161 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1649776 T6161 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1649776 T6161 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1649777 T6161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=37.1240234375, floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=7.7360633825194505, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5217856759329933
   [junit4]   2> 1649778 T6161 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@528c785f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cbf4637),segFN=segments_1,generation=1}
   [junit4]   2> 1649778 T6161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1649778 T6161 oass.SolrIndexSearcher.<init> Opening Searcher@6a0e7a8e[collection1] main
   [junit4]   2> 1649778 T6161 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1649781 T6161 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1649781 T6161 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1649782 T6161 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1649782 T6161 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1649783 T6161 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1649784 T6161 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1649785 T6161 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1649785 T6161 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1649786 T6161 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1649787 T6162 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a0e7a8e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1649787 T6161 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1649789 T6165 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56657/_/e collection:collection1 shard:shard2
   [junit4]   2> 1649792 T6107 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1649792 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1649814 T6165 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1649858 T6165 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1649866 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1649867 T6165 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1649868 T6165 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7103 name=collection1 org.apache.solr.core.SolrCore@f044eac url=http://127.0.0.1:56657/_/e/collection1 node=127.0.0.1:56657__%2Fe C7103_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56657/_/e, node_name=127.0.0.1:56657__%2Fe, state=down}
   [junit4]   2> 1649868 T6165 C7103 P56657 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56657/_/e/collection1/
   [junit4]   2> 1649868 T6165 C7103 P56657 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1649868 T6165 C7103 P56657 oasc.SyncStrategy.syncToMe http://127.0.0.1:56657/_/e/collection1/ has no replicas
   [junit4]   2> 1649868 T6165 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56657/_/e/collection1/ shard2
   [junit4]   2> 1649869 T6165 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1649869 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1649877 T6144 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1649877 T6160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1649878 T6133 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1649907 T6145 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1649909 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56657/_/e",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 1650023 T6160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1650023 T6144 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1650067 T6165 oasc.ZkController.register We are http://127.0.0.1:56657/_/e/collection1/ and leader is http://127.0.0.1:56657/_/e/collection1/
   [junit4]   2> 1650067 T6165 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56657/_/e
   [junit4]   2> 1650068 T6165 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1650068 T6165 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1650068 T6165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1650071 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1650075 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56657/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56657__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 1650080 T6134 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56657/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56657__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1650191 T6133 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1650191 T6160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1650191 T6144 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1651766 T6107 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores/collection1
   [junit4]   2> 1651770 T6107 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1651771 T6107 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1651776 T6107 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56660
   [junit4]   2> 1651777 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1651777 T6107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1651778 T6107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001
   [junit4]   2> 1651778 T6107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/'
   [junit4]   2> 1651819 T6107 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/solr.xml
   [junit4]   2> 1651839 T6107 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores
   [junit4]   2> 1651841 T6107 oasc.CoreContainer.<init> New CoreContainer 2054642107
   [junit4]   2> 1651841 T6107 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/]
   [junit4]   2> 1651842 T6107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1651842 T6107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1651842 T6107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1651842 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1651843 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1651843 T6107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1651844 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1651844 T6107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1651844 T6107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1651844 T6107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1651845 T6107 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1651845 T6107 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1651847 T6107 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1651847 T6107 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1651847 T6107 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1651847 T6107 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56650/solr
   [junit4]   2> 1651848 T6107 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1651848 T6107 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1651850 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1651854 T6177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46218965 name:ZooKeeperConnection Watcher:127.0.0.1:56650 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1651855 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1651856 T6107 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1651863 T6107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1651867 T6180 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39d5ee2a name:ZooKeeperConnection Watcher:127.0.0.1:56650/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1651868 T6107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1651887 T6107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1652901 T6107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56660__%2Fe
   [junit4]   2> 1652903 T6107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56660__%2Fe
   [junit4]   2> 1652915 T6107 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1652921 T6107 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores
   [junit4]   2> 1652923 T6107 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores/collection1/
   [junit4]   2> 1652924 T6107 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1652926 T6181 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1652927 T6181 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1652929 T6181 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1652930 T6133 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1652933 T6134 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56660/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56660__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 8
   [junit4]   2> 1652938 T6134 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56660/_/e",
   [junit4]   2> 	  "node_name":"127.0.0.1:56660__%2Fe",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1652939 T6134 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 1652939 T6134 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1652945 T6144 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1652945 T6180 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1652946 T6133 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1652945 T6160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1653933 T6181 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1653933 T6181 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1653935 T6181 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1653935 T6181 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1653937 T6181 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1653938 T6181 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1653959 T6181 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1653964 T6181 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1653976 T6181 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1653987 T6181 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1654007 T6181 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1654012 T6181 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1654018 T6181 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1654205 T6181 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1654212 T6181 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1654213 T6181 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1654247 T6181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1654253 T6181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1654258 T6181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1654262 T6181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1654262 T6181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1654262 T6181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1654265 T6181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1654266 T6181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1654266 T6181 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1654266 T6181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1654267 T6181 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-2-001/cores/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty2/
   [junit4]   2> 1654267 T6181 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fcb14a5
   [junit4]   2> 1654268 T6181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty2
   [junit4]   2> 1654268 T6181 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty2/index/
   [junit4]   2> 1654268 T6181 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1654269 T6181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/tempDir-001/jetty2/index
   [junit4]   2> 1654269 T6181 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=45.0322265625, floorSegmentMB=0.8154296875, forceMergeDeletesPctAllowed=13.65881033197487, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1654270 T6181 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@582f1e4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59c700f8),segFN=segments_1,generation=1}
   [junit4]   2> 1654270 T6181 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1654276 T6181 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1654276 T6181 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1654277 T6181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1654277 T6181 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1654277 T6181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1654278 T6181 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1654278 T6181 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1654278 T6181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1654279 T6181 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1654279 T6181 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1654280 T6181 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1654280 T6181 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1654281 T6181 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1654281 T6181 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1654282 T6181 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1654283 T6181 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1654283 T6181 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1654284 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1654286 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1654287 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1654288 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1654288 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1654289 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1654289 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1654290 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1654290 T6181 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1654290 T6181 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1654298 T6181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654299 T6181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654300 T6181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654301 T6181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1654302 T6181 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1654304 T6181 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1654304 T6181 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1654305 T6181 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=37.1240234375, floorSegmentMB=1.1318359375, forceMergeDeletesPctAllowed=7.7360633825194505, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5217856759329933
   [junit4]   2> 1654305 T6181 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@582f1e4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59c700f8),segFN=segments_1,generation=1}
   [junit4]   2> 1654305 T6181 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1654306 T6181 oass.SolrIndexSearcher.<init> Opening Searcher@539567e8[collection1] main
   [junit4]   2> 1654306 T6181 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1654310 T6181 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1654310 T6181 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1654311 T6181 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1654311 T6181 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1654312 T6181 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1654313 T6181 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1654313 T6181 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1654314 T6181 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1654314 T6181 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1654314 T6181 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1654315 T6182 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@539567e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1654318 T6185 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56660/_/e collection:collection1 shard:shard1
   [junit4]   2> 1654318 T6107 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1654319 T6107 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1654320 T6185 oascc.SolrZkClient.makePath

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

 T6107 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data/index;done=false>>]
   [junit4]   2> 1726679 T6107 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 1726680 T6107 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data;done=false>>]
   [junit4]   2> 1726680 T6107 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001/shard-4-002/cores/delLiveColl_shard2_replica1/data
   [junit4]   2> 1726681 T6107 oasc.Overseer.close Overseer (id=93248251187036173-127.0.0.1:56713__%2Fe-n_0000000004) closing
   [junit4]   2> 1726682 T6461 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:56713__%2Fe
   [junit4]   2> 1726689 T6403 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@19c02b56 rejected from java.util.concurrent.ThreadPoolExecutor@19d429a1[Shutting down, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 41]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:260)
   [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> 1726706 T6107 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_/e,null}
   [junit4]   2> 1726895 T6107 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56695 56695
   [junit4]   2> 1726935 T6286 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56695 56695
   [junit4]   2> 1727159 T6286 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		8	/solr/aliases.json
   [junit4]   2> 		8	/solr/clusterstate.json
   [junit4]   2> 		5	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 		4	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		8	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/queue
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteInactiveReplicaTest -Dtests.method=deleteLiveReplicaTest -Dtests.seed=FE497578BDA87104 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=CAT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 35.7s | DeleteInactiveReplicaTest.deleteLiveReplicaTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Should have had a good message here
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FE497578BDA87104:5329C173A097D971]:0)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:125)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1727183 T6107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteInactiveReplicaTest FE497578BDA87104-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=9, maxDocsPerChunk=763, blockSize=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=9, blockSize=10)), sim=DefaultSimilarity, locale=sq, timezone=CAT
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=44945928,total=308326400
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, IndexSchemaTest, OverriddenZkACLAndCredentialsProvidersTest, CursorMarkTest, ExternalCollectionsTest, UnloadDistributedZkTest, TestCloudSchemaless, TestReplicationHandlerBackup, SpellPossibilityIteratorTest, TestSchemaSimilarityResource, TestFaceting, UUIDFieldTest, TestSolrDeletionPolicy1, TestXIncludeConfig, SuggesterFSTTest, HdfsCollectionsAPIDistributedZkTest, TestCSVResponseWriter, TestSolrQueryParserDefaultOperatorResource, TestIndexingPerformance, MigrateRouteKeyTest, TestPartialUpdateDeduplication, DistributedFacetPivotLongTailTest, AnalyticsQueryTest, SynonymTokenizerTest, BadIndexSchemaTest, SoftAutoCommitTest, HdfsLockFactoryTest, DocValuesMultiTest, TestInitParams, HighlighterConfigTest, TestSortingResponseWriter, MultiTermTest, TestDocumentBuilder, LeaderElectionIntegrationTest, DistanceFunctionTest, TestDistributedMissingSort, TestSolrQueryParser, TestSurroundQueryParser, TestJmxIntegration, TestDFRSimilarityFactory, ExternalFileFieldSortTest, FileUtilsTest, HttpPartitionTest, TestInitQParser, TestSolrIndexConfig, BadComponentTest, TestPerFieldSimilarity, TestDefaultSearchFieldResource, TestStressReorder, TestSolrXml, CustomCollectionTest, TestFunctionQuery, DistributedFacetPivotSmallAdvancedTest, InfoHandlerTest, StatsComponentTest, TestSort, TestCoreContainer, TestCoreDiscovery, MultiThreadedOCPTest, TestFastOutputStream, FastVectorHighlighterTest, TestRecoveryHdfs, TestMaxScoreQueryParser, MergeStrategyTest, SolrXmlInZkTest, SpatialFilterTest, TestStressVersions, DistributedTermsComponentTest, TestDefaultSimilarityFactory, ResponseHeaderTest, IndexBasedSpellCheckerTest, TestConfig, TestMergePolicyConfig, TestOrdValues, OverseerStatusTest, TestReversedWildcardFilterFactory, HardAutoCommitTest, TestBadConfig, DirectUpdateHandlerTest, TestLRUStatsCache, SpatialRPTFieldTypeTest, TestExactSharedStatsCache, BJQParserTest, TimeZoneUtilsTest, TestIntervalFaceting, TestRandomFaceting, ClusterStateUpdateTest, TestManagedSchemaFieldResource, CopyFieldTest, TestSystemIdResolver, AlternateDirectoryTest, HdfsSyncSliceTest, TestShardHandlerFactory, TestTolerantSearch, TestManagedSchema, ResponseLogComponentTest, DeleteLastCustomShardedReplicaTest, TestRandomDVFaceting, SolrIndexSplitterTest, AutoCommitTest, AliasIntegrationTest, TestArbitraryIndexDir, SuggesterWFSTTest, TermVectorComponentTest, BasicFunctionalityTest, TestRemoteStreaming, SpellingQueryConverterTest, TestSearcherReuse, TestReplicationHandler, QueryEqualityTest, TermsComponentTest, TestFoldingMultitermQuery, SimpleCollectionCreateDeleteTest, DistributedQueryComponentCustomSortTest, TestManagedSchemaFieldTypeResource, DocumentAnalysisRequestHandlerTest, SolrCmdDistributorTest, OverseerCollectionProcessorTest, DateFieldTest, TestCollectionAPI, DeleteInactiveReplicaTest]
   [junit4] Completed in 86.65s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1051 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 461 suites, 1848 tests, 1 failure, 51 ignored (20 assumptions)

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