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 2013/03/09 22:12:26 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk7) - Build # 4610 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4610/
Java: 64bit/ibm-j9-jdk7 

2 tests failed.
REGRESSION:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8C481FA8532BAE6B:16BC624ACDB13257]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:780)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1543</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:03:51.66Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
</response>

	request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
	... 41 more


REGRESSION:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8C481FA8532BAE6B:369A70D0D005407E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:780)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2361</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:04:18.86Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
</response>

	request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
	... 41 more




Build Log:
[...truncated 9151 lines...]
[junit4:junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4:junit4]   2> 1 T1009 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491
[junit4:junit4]   2> 2 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 3 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 4 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 38 T1009 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 72 T1009 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 72 T1009 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 76 T1009 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 358 T1009 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 364 T1009 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 366 T1009 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 372 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 375 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 378 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 378 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 378 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 379 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 379 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 380 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 380 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 380 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 381 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 387 T1009 oasc.CoreContainer.<init> New CoreContainer -1155792349
[junit4:junit4]   2> 387 T1009 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/
[junit4:junit4]   2> 388 T1009 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf6d3cd
[junit4:junit4]   2> 388 T1009 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 389 T1009 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491 forceNew: false
[junit4:junit4]   2> 389 T1009 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index/
[junit4:junit4]   2> 390 T1009 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 390 T1009 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index forceNew: false
[junit4:junit4]   2> 391 T1009 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 392 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 392 T1009 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 393 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 394 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 394 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 395 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 395 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 396 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 396 T1009 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 396 T1009 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 397 T1009 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 397 T1009 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 398 T1009 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 398 T1009 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 399 T1009 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 399 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 400 T1009 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 400 T1009 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 401 T1009 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 401 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 402 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 402 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 403 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 403 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 403 T1009 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 404 T1009 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 404 T1009 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 405 T1009 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 406 T1009 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 408 T1009 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 409 T1009 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 411 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@4c54064f main
[junit4:junit4]   2> 412 T1009 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 412 T1009 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 413 T1009 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 543 T1009 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 565 T1010 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c54064f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 571 T1009 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 573 T1009 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 577 T1009 oas.SolrTestCaseJ4.setUp ###Starting testMaxTime
[junit4:junit4]   2> ASYNC  NEW_CORE C56 name=collection1 org.apache.solr.core.SolrCore@1c398ed9
[junit4:junit4]   2> 583 T1009 C56 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 585 T1009 C56 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 585 T1009 C56 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 586 T1009 C56 UPDATE [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 3
[junit4:junit4]   2> 596 T1009 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 597 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 598 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 598 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 637 T1009 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 692 T1009 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 693 T1009 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 699 T1009 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1050 T1009 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1056 T1009 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1058 T1009 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1065 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1069 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1073 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1074 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1075 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1075 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1076 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1077 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1077 T1009 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/
[junit4:junit4]   2> 1078 T1009 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf6d3cd
[junit4:junit4]   2> 1079 T1009 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index/
[junit4:junit4]   2> 1080 T1009 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1082 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1083 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1083 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1084 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1085 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1086 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1087 T1009 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1088 T1009 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1089 T1009 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1090 T1009 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1091 T1009 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1092 T1009 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1093 T1009 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1093 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1094 T1009 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1095 T1009 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1096 T1009 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1097 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1098 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1099 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1100 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1101 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1102 T1009 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1103 T1009 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1104 T1009 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1105 T1009 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1107 T1009 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1109 T1009 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1112 T1009 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 1114 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@81a200b9 main
[junit4:junit4]   2> 1115 T1009 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1116 T1009 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1117 T1009 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1119 T1009 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1134 T1011 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@81a200b9 main{StandardDirectoryReader(segments_1:2:nrt)}
[junit4:junit4]   2> 1143 T1009 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1144 T1009 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1144 T1009 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 1145 T1009 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1146 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1148 T1009 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1148 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1149 T1009 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1150 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@d14401aa main
[junit4:junit4]   2> 1151 T1009 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 1151 T1009 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c398ed9
[junit4:junit4]   2> 1153 T1011 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d14401aa main{StandardDirectoryReader(segments_2:2:nrt)}
[junit4:junit4]   2> 1160 T1009 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 1163 T1009 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2185 T1009 UPDATE [collection1] {add=[529]} 0 1019
[junit4:junit4]   2> 3185 T1012 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 3189 T1012 oass.SolrIndexSearcher.<init> Opening Searcher@d88d30a1 main
[junit4:junit4]   2> 3190 T1012 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3192 T1011 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d88d30a1 main{StandardDirectoryReader(segments_2:4:nrt _0(4.2):C1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C57 name=collection1 org.apache.solr.core.SolrCore@aec64018
[junit4:junit4]   2> 3729 T1009 C57 REQ [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=1543 
[junit4:junit4]   2> 3760 T1009 oas.SolrTestCaseJ4.assertQ SEVERE REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">1543</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:03:51.66Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]   2> 3762 T1009 oasc.SolrException.log SEVERE REQUEST FAILED: q=id:529&start=0&qt=standard&version=2.2&rows=20:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">1543</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:03:51.66Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]   2> 		at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:780)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 3763 T1009 oas.SolrTestCaseJ4.tearDown ###Ending testMaxTime
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=8C481FA8532BAE6B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=America/Indianapolis -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   3.20s J0 | AutoCommitTest.testMaxTime <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8C481FA8532BAE6B:16BC624ACDB13257]:0)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
[junit4:junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:780)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]    > <response>
[junit4:junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">1543</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:03:51.66Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]    > </response>
[junit4:junit4]    > 
[junit4:junit4]    > 	request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]   2> 3782 T1009 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithin
[junit4:junit4]   2> 3785 T1009 C57 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 3786 T1009 C57 UPDATE [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
[junit4:junit4]   2> 3817 T1009 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 3817 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 3819 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 3820 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3854 T1009 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 3888 T1009 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3888 T1009 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3892 T1009 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4177 T1009 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4183 T1009 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4186 T1009 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4191 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4194 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4197 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4198 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4198 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4198 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4199 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4199 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4200 T1009 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/
[junit4:junit4]   2> 4200 T1009 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf6d3cd
[junit4:junit4]   2> 4201 T1009 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index/
[junit4:junit4]   2> 4201 T1009 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4203 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4203 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4203 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4204 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4204 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4205 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4205 T1009 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4206 T1009 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4206 T1009 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4207 T1009 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4208 T1009 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4208 T1009 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4209 T1009 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4209 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4209 T1009 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4210 T1009 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4211 T1009 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4211 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4212 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4212 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4213 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4214 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4214 T1009 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4215 T1009 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4215 T1009 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4216 T1009 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4217 T1009 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4219 T1009 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4220 T1009 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 4221 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@43b4f0ac main
[junit4:junit4]   2> 4222 T1009 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4222 T1009 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4223 T1009 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4224 T1009 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4234 T1013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43b4f0ac main{StandardDirectoryReader(segments_2:5:nrt)}
[junit4:junit4]   2> 4241 T1009 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 4242 T1009 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 4242 T1009 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 4243 T1009 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 4244 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 4246 T1009 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 4246 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 4247 T1009 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 4248 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@51bb347e main
[junit4:junit4]   2> 4249 T1009 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 4249 T1009 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@aec64018
[junit4:junit4]   2> 4250 T1013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51bb347e main{StandardDirectoryReader(segments_3:5:nrt)}
[junit4:junit4]   2> 4258 T1009 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 4259 T1009 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 4388 T1009 UPDATE [collection1] {add=[529]} 0 127
[junit4:junit4]   2> ASYNC  NEW_CORE C58 name=collection1 org.apache.solr.core.SolrCore@2113bbdc
[junit4:junit4]   2> 4389 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 6388 T1014 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 6393 T1014 oass.SolrIndexSearcher.<init> Opening Searcher@9b7c94c7 main
[junit4:junit4]   2> 6394 T1014 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 6397 T1013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9b7c94c7 main{StandardDirectoryReader(segments_3:7:nrt _1(4.2):C1)}
[junit4:junit4]   2> 6456 T1009 UPDATE [collection1] {add=[530]} 0 127
[junit4:junit4]   2> 6458 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:530&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 6460 T1009 UPDATE [collection1] {delete=[529]} 0 127
[junit4:junit4]   2> 6461 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 7460 T1014 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 7467 T1014 oass.SolrIndexSearcher.<init> Opening Searcher@e4747d15 main
[junit4:junit4]   2> 7468 T1014 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7471 T1013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e4747d15 main{StandardDirectoryReader(segments_3:11:nrt _2(4.2):C1)}
[junit4:junit4]   2> 7714 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 7716 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:530&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 7719 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7721 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7722 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7723 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7725 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7726 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7727 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7729 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7730 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7735 T1009 UPDATE [collection1] {add=[500]} 0 127
[junit4:junit4]   2> 7736 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:500&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 7738 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7739 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7740 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7741 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7742 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7742 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7743 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7743 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7744 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7744 T1009 UPDATE [collection1] {delete=[530]} 0 127
[junit4:junit4]   2> 7744 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:530&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 8738 T1014 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 8744 T1014 oass.SolrIndexSearcher.<init> Opening Searcher@e43c370e main
[junit4:junit4]   2> 8745 T1014 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8747 T1013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e43c370e main{StandardDirectoryReader(segments_3:15:nrt _3(4.2):C10/9)}
[junit4:junit4]   2> 8748 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:500&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 8751 T1009 C58 REQ [collection1] webapp=null path=null params={q=id:530&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 8753 T1009 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin
[junit4:junit4]   2> 8760 T1009 oas.SolrTestCaseJ4.setUp ###Starting testMaxDocs
[junit4:junit4]   2> 8767 T1009 C58 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 8769 T1009 C58 UPDATE [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> 8771 T1009 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 8772 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 8773 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 8774 T1009 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8801 T1009 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 8833 T1009 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8833 T1009 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8837 T1009 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9109 T1009 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9115 T1009 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9117 T1009 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9122 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9125 T1009 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9128 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9128 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9129 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9129 T1009 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9129 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9130 T1009 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9130 T1009 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/
[junit4:junit4]   2> 9131 T1009 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf6d3cd
[junit4:junit4]   2> 9131 T1009 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index/
[junit4:junit4]   2> 9132 T1009 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9133 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9134 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9134 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9135 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9135 T1009 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9136 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9136 T1009 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9137 T1009 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9137 T1009 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9138 T1009 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9139 T1009 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9139 T1009 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9140 T1009 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9140 T1009 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9141 T1009 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9141 T1009 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9142 T1009 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9143 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9143 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9144 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9145 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9145 T1009 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9146 T1009 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9147 T1009 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9147 T1009 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9148 T1009 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9149 T1009 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9150 T1009 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9152 T1009 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 9153 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@f6d4d151 main
[junit4:junit4]   2> 9154 T1009 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9154 T1009 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9155 T1009 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9156 T1009 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9168 T1015 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f6d4d151 main{StandardDirectoryReader(segments_3:16:nrt)}
[junit4:junit4]   2> 9180 T1009 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 9181 T1009 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 9181 T1009 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 9183 T1009 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 9183 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 9186 T1009 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 9187 T1009 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 9188 T1009 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 9189 T1009 oass.SolrIndexSearcher.<init> Opening Searcher@62662720 main
[junit4:junit4]   2> 9190 T1009 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 9191 T1009 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2113bbdc
[junit4:junit4]   2> 9192 T1015 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62662720 main{StandardDirectoryReader(segments_4:16:nrt)}
[junit4:junit4]   2> 9203 T1009 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 9204 T1009 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 9206 T1009 UPDATE [collection1] {add=[0]} 0 1
[junit4:junit4]   2> 9206 T1009 UPDATE [collection1] {add=[1]} 0 1
[junit4:junit4]   2> 9207 T1009 UPDATE [collection1] {add=[2]} 0 1
[junit4:junit4]   2> 9208 T1009 UPDATE [collection1] {add=[3]} 0 1
[junit4:junit4]   2> 9208 T1009 UPDATE [collection1] {add=[4]} 0 1
[junit4:junit4]   2> 9209 T1009 UPDATE [collection1] {add=[5]} 0 1
[junit4:junit4]   2> 9210 T1009 UPDATE [collection1] {add=[6]} 0 1
[junit4:junit4]   2> 9210 T1009 UPDATE [collection1] {add=[7]} 0 1
[junit4:junit4]   2> 9211 T1009 UPDATE [collection1] {add=[8]} 0 1
[junit4:junit4]   2> 9214 T1009 UPDATE [collection1] {add=[9]} 0 1
[junit4:junit4]   2> 9215 T1009 UPDATE [collection1] {add=[10]} 0 1
[junit4:junit4]   2> 9216 T1009 UPDATE [collection1] {add=[11]} 0 1
[junit4:junit4]   2> 9216 T1009 UPDATE [collection1] {add=[12]} 0 1
[junit4:junit4]   2> 9217 T1009 UPDATE [collection1] {add=[13]} 0 1
[junit4:junit4]   2> ASYNC  NEW_CORE C59 name=collection1 org.apache.solr.core.SolrCore@24b766b9
[junit4:junit4]   2> 9217 T1009 C59 REQ [collection1] webapp=null path=null params={q=id:1&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 9219 T1009 UPDATE [collection1] {add=[14]} 0 1
[junit4:junit4]   2> 9220 T1016 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 9231 T1016 oass.SolrIndexSearcher.<init> Opening Searcher@d103e409 main
[junit4:junit4]   2> 9231 T1016 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9238 T1015 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d103e409 main{StandardDirectoryReader(segments_4:20:nrt _4(4.2):C10 _5(4.2):C5)}
[junit4:junit4]   2> 9471 T1009 UPDATE [collection1] {add=[15]} 0 1
[junit4:junit4]   2> 9473 T1009 C59 REQ [collection1] webapp=null path=null params={q=id:14&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 9476 T1009 C59 REQ [collection1] webapp=null path=null params={q=id:15&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 9478 T1009 oas.SolrTestCaseJ4.tearDown ###Ending testMaxDocs
[junit4:junit4]   2> 9482 T1009 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 9482 T1009 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1155792349
[junit4:junit4]   2> 9483 T1009 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@24b766b9
[junit4:junit4]   2> 9494 T1009 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 9494 T1009 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 9494 T1009 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 9495 T1009 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 9496 T1009 C59 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@f0f46789 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ae878157)),segFN=segments_5,generation=5,filenames=[_4.fld, _5.fld, _6.fld, _4.inf, _5.inf, _6.inf, _6.si, _5.si, _4.si, segments_5, _4.pst, _5.pst, _6.pst, _4.len, _5.len, _6.len]
[junit4:junit4]   2> 9497 T1009 C59 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_4.fld, _5.fld, _6.fld, _4.inf, _5.inf, _6.inf, _6.si, _5.si, _4.si, segments_5, _4.pst, _5.pst, _6.pst, _4.len, _5.len, _6.len]
[junit4:junit4]   2> 9498 T1009 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 9498 T1009 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index
[junit4:junit4]   2> 9498 T1009 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491/index
[junit4:junit4]   2> 9499 T1009 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491
[junit4:junit4]   2> 9499 T1009 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1362863029491
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=America/Indianapolis
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=100743128,total=157155328
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPhraseSuggestions, TestExtendedDismaxParser, RecoveryZkTest, FastVectorHighlighterTest, CacheHeaderTest, MinimalSchemaTest, SchemaVersionSpecificBehaviorTest, SOLR749Test, TestPropInjectDefaults, TestLMDirichletSimilarityFactory, TestLFUCache, TestDocumentBuilder, LeaderElectionTest, JsonLoaderTest, DistributedSpellCheckComponentTest, SynonymTokenizerTest, AlternateDirectoryTest, SliceStateTest, IndexSchemaTest, FieldMutatingUpdateProcessorTest, TestSearchPerf, TestDocSet, SolrInfoMBeanTest, SpellingQueryConverterTest, TestReplicationHandler, TestFaceting, TestRemoteStreaming, PolyFieldTest, TestStressVersions, ZkControllerTest, ShardRoutingTest, SyncSliceTest, TermsComponentTest, CoreAdminHandlerTest, LoggingHandlerTest, TestSolrIndexConfig, LegacyHTMLStripCharFilterTest, DirectSolrConnectionTest, RAMDirectoryFactoryTest, SpatialFilterTest, TestPluginEnable, SolrIndexSplitterTest, TestReversedWildcardFilterFactory, TestFunctionQuery, AnalysisAfterCoreReloadTest, TestFastLRUCache, RegexBoostProcessorTest, TestFastWriter, AutoCommitTest]
[junit4:junit4] Completed on J0 in 9.53s, 3 tests, 1 error <<< FAILURES!

[...truncated 43 lines...]
[junit4:junit4] Suite: org.apache.solr.update.HardAutoCommitTest
[junit4:junit4]   2> 0 T463 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456
[junit4:junit4]   2> 1 T463 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 1 T463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 2 T463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 27 T463 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 60 T463 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 60 T463 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 65 T463 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 355 T463 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 361 T463 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 363 T463 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 367 T463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 370 T463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 373 T463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 374 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 374 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 374 T463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 375 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 375 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 375 T463 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 376 T463 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 376 T463 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 382 T463 oasc.CoreContainer.<init> New CoreContainer -711155997
[junit4:junit4]   2> 382 T463 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/
[junit4:junit4]   2> 383 T463 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@eb6c7b55
[junit4:junit4]   2> 383 T463 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 384 T463 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456 forceNew: false
[junit4:junit4]   2> 384 T463 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index/
[junit4:junit4]   2> 384 T463 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 385 T463 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index forceNew: false
[junit4:junit4]   2> 386 T463 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 386 T463 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 387 T463 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 388 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 388 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 388 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 389 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 389 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 390 T463 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 390 T463 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 390 T463 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 391 T463 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 391 T463 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 392 T463 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 392 T463 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 392 T463 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 393 T463 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 393 T463 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 393 T463 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 394 T463 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 394 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 395 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 395 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 395 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 396 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 396 T463 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 397 T463 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 397 T463 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 397 T463 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 398 T463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 400 T463 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 401 T463 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 402 T463 oass.SolrIndexSearcher.<init> Opening Searcher@a3c301af main
[junit4:junit4]   2> 403 T463 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 403 T463 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 403 T463 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 499 T463 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 517 T464 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a3c301af main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 520 T463 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 521 T463 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 524 T463 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithin
[junit4:junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@1f8b8e8e
[junit4:junit4]   2> 528 T463 C26 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 529 T463 C26 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 530 T463 C26 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 530 T463 C26 UPDATE [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> 533 T463 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 533 T463 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 534 T463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 534 T463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 560 T463 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 599 T463 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 600 T463 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 604 T463 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 948 T463 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 953 T463 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 955 T463 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 960 T463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 963 T463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 966 T463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 966 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 967 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 967 T463 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 967 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 968 T463 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 968 T463 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/
[junit4:junit4]   2> 968 T463 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@eb6c7b55
[junit4:junit4]   2> 969 T463 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index/
[junit4:junit4]   2> 969 T463 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 971 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 971 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 971 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 972 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 972 T463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 973 T463 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 973 T463 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 974 T463 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 974 T463 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 975 T463 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 975 T463 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 976 T463 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 976 T463 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 976 T463 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 977 T463 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 977 T463 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 978 T463 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 978 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 979 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 979 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 980 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 980 T463 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 981 T463 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 981 T463 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 982 T463 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 983 T463 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 984 T463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 986 T463 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 987 T463 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-COLLATEFILTER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 989 T463 oass.SolrIndexSearcher.<init> Opening Searcher@d857af1b main
[junit4:junit4]   2> 990 T463 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 990 T463 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 991 T463 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 992 T463 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1001 T465 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d857af1b main{StandardDirectoryReader(segments_1:2:nrt)}
[junit4:junit4]   2> 1008 T463 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 1008 T463 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 1009 T463 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 1009 T463 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1009 T463 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1010 T463 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1011 T463 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1011 T463 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 1011 T463 oass.SolrIndexSearcher.<init> Opening Searcher@94ce509d main
[junit4:junit4]   2> 1012 T463 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 1012 T463 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f8b8e8e
[junit4:junit4]   2> 1013 T465 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@94ce509d main{StandardDirectoryReader(segments_2:2:nrt)}
[junit4:junit4]   2> 1016 T463 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 1017 T463 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1406 T463 UPDATE [collection1] {add=[529]} 0 387
[junit4:junit4]   2> 3406 T466 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 3407 T466 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4cccd1dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b16fab2)),segFN=segments_3,generation=3,filenames=[_0.tis, _0.si, segments_3, _0.tii, _0.frq, _0.fnm, _0.fdt, _0.prx, _0.nrm, _0.fdx]
[junit4:junit4]   2> 3408 T466 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.tis, _0.si, segments_3, _0.tii, _0.frq, _0.fnm, _0.fdt, _0.prx, _0.nrm, _0.fdx]
[junit4:junit4]   2> 3408 T466 oass.SolrIndexSearcher.<init> Opening Searcher@cf05544e main
[junit4:junit4]   2> 3408 T466 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3410 T465 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cf05544e main{StandardDirectoryReader(segments_3:4:nrt _0(4.2):C1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@232ec7c4
[junit4:junit4]   2> 3768 T463 C27 REQ [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=2361 
[junit4:junit4]   2> 3781 T463 oas.SolrTestCaseJ4.assertQ SEVERE REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">2361</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:04:18.86Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]   2> 3782 T463 oasc.SolrException.log SEVERE REQUEST FAILED: q=id:529&start=0&qt=standard&version=2.2&rows=20:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">2361</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:04:18.86Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]   2> 		at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:79)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:780)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 3783 T463 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=8C481FA8532BAE6B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk_UA -Dtests.timezone=Europe/Rome -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   3.28s J1 | HardAutoCommitTest.testCommitWithin <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8C481FA8532BAE6B:369A70D0D005407E]:0)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
[junit4:junit4]    > 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:79)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:780)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
[junit4:junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]    > <response>
[junit4:junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">2361</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><int name="intDefault">42</int><date name="timestamp">2013-03-09T21:04:18.86Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]    > </response>
[junit4:junit4]    > 
[junit4:junit4]    > 	request was:q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]   2> 3797 T463 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 3798 T463 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-711155997
[junit4:junit4]   2> 3798 T463 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@232ec7c4
[junit4:junit4]   2> 3806 T463 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=1,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 3806 T463 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3806 T463 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3807 T463 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3808 T463 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 3808 T463 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index
[junit4:junit4]   2> 3808 T463 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456/index
[junit4:junit4]   2> 3813 T463 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456
[junit4:junit4]   2> 3813 T463 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-HardAutoCommitTest-1362863057456
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=uk_UA, timezone=Europe/Rome
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=126969944,total=185794560
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DefaultValueUpdateProcessorTest, TestSolrJ, TestMultiCoreConfBootstrap, TestCSVResponseWriter, DirectUpdateHandlerTest, EchoParamsTest, TestFoldingMultitermQuery, TestJmxMonitoredMap, TestSolrDiscoveryProperties, SuggesterTSTTest, TestStressReorder, SampleTest, LeaderElectionIntegrationTest, XsltUpdateRequestHandlerTest, TestIndexSearcher, SolrCoreCheckLockOnStartupTest, ZkNodePropsTest, TestOmitPositions, TestFieldTypeCollectionResource, TestFieldCollectionResource, FileUtilsTest, TestDefaultSimilarityFactory, TestSolr4Spatial, OutputWriterTest, SolrIndexConfigTest, CopyFieldTest, CurrencyFieldOpenExchangeTest, TestComponentsName, DirectSolrSpellCheckerTest, RequestHandlersTest, TestZkChroot, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, SpellCheckComponentTest, StatsComponentTest, PingRequestHandlerTest, TestWordDelimiterFilterFactory, HardAutoCommitTest]
[junit4:junit4] Completed on J1 in 3.83s, 1 test, 1 error <<< FAILURES!

[...truncated 538 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:374: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 270 suites, 1140 tests, 2 errors, 33 ignored (7 assumptions)

Total time: 34 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/ibm-j9-jdk7 
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_15) - Build # 4611 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4611/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2040, name=coreLoadExecutor-782-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2040, name=coreLoadExecutor-782-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@b5e234 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9c89a9)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2042, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2042, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9352 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1981 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T1981 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1362869076999
[junit4:junit4]   2> 3 T1981 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1982 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 4 T1982 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1982 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1982 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1982 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1982 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1981 oasc.ZkTestServer.run start zk server on port:55189
[junit4:junit4]   2> 104 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1754a61
[junit4:junit4]   2> 105 T1987 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 105 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1987 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 106 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42697
[junit4:junit4]   2> 106 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42697
[junit4:junit4]   2> 106 T1985 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 169 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0000 with negotiated timeout 10000 for client /127.0.0.1:42697
[junit4:junit4]   2> 169 T1987 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0000, negotiated timeout = 10000
[junit4:junit4]   2> 170 T1988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1754a61 name:ZooKeeperConnection Watcher:127.0.0.1:55189 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 170 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 170 T1981 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 173 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0000
[junit4:junit4]   2> 173 T1988 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 174 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42697 which had sessionid 0x13d5153c40a0000
[junit4:junit4]   2> 173 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0000 closed
[junit4:junit4]   2> 174 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ed867f
[junit4:junit4]   2> 175 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 175 T1989 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 176 T1989 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 176 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42698
[junit4:junit4]   2> 176 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42698
[junit4:junit4]   2> 177 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0001 with negotiated timeout 10000 for client /127.0.0.1:42698
[junit4:junit4]   2> 177 T1989 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0001, negotiated timeout = 10000
[junit4:junit4]   2> 177 T1990 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ed867f name:ZooKeeperConnection Watcher:127.0.0.1:55189/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 177 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 177 T1981 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 179 T1981 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 181 T1981 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 182 T1981 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 183 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 184 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 186 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 187 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 190 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 191 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 192 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 193 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 194 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 194 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 196 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 197 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 198 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 199 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 201 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 201 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 203 T1981 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 203 T1981 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 205 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0001
[junit4:junit4]   2> 205 T1990 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 205 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0001 closed
[junit4:junit4]   2> 205 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42698 which had sessionid 0x13d5153c40a0001
[junit4:junit4]   2> 265 T1981 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 269 T1981 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52816
[junit4:junit4]   2> 269 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 270 T1981 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 270 T1981 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202
[junit4:junit4]   2> 270 T1981 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/solr.xml
[junit4:junit4]   2> 271 T1981 oasc.CoreContainer.<init> New CoreContainer 7881851
[junit4:junit4]   2> 271 T1981 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/'
[junit4:junit4]   2> 272 T1981 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/'
[junit4:junit4]   2> 290 T1981 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 290 T1981 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 291 T1981 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 291 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 291 T1981 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 292 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 292 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 292 T1981 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 292 T1981 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 293 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 300 T1981 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 311 T1981 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55189/solr
[junit4:junit4]   2> 312 T1981 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 312 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@14cd816
[junit4:junit4]   2> 313 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 313 T2000 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 314 T2000 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 314 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42699
[junit4:junit4]   2> 314 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42699
[junit4:junit4]   2> 315 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0002 with negotiated timeout 20000 for client /127.0.0.1:42699
[junit4:junit4]   2> 315 T2000 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0002, negotiated timeout = 20000
[junit4:junit4]   2> 315 T2001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14cd816 name:ZooKeeperConnection Watcher:127.0.0.1:55189 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 316 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 316 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0002
[junit4:junit4]   2> 317 T2001 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 317 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0002 closed
[junit4:junit4]   2> 317 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42699 which had sessionid 0x13d5153c40a0002
[junit4:junit4]   2> 317 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 320 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d24257
[junit4:junit4]   2> 321 T2002 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 321 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 321 T2002 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 321 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42700
[junit4:junit4]   2> 321 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42700
[junit4:junit4]   2> 322 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0003 with negotiated timeout 20000 for client /127.0.0.1:42700
[junit4:junit4]   2> 322 T2002 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0003, negotiated timeout = 20000
[junit4:junit4]   2> 322 T2003 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d24257 name:ZooKeeperConnection Watcher:127.0.0.1:55189/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 323 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 324 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 325 T1981 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 326 T1981 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52816_
[junit4:junit4]   2> 327 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52816_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52816_
[junit4:junit4]   2> 327 T1981 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52816_
[junit4:junit4]   2> 329 T1981 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 332 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 332 T1981 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 334 T1981 oasc.Overseer.start Overseer (id=89316987830403075-127.0.0.1:52816_-n_0000000000) starting
[junit4:junit4]   2> 335 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 335 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 336 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 336 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 337 T2005 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 337 T1981 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 339 T1981 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 340 T1981 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 342 T2004 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 344 T2006 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/collection1
[junit4:junit4]   2> 344 T2006 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 345 T2006 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 345 T2006 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 345 T2006 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/collection1/'
[junit4:junit4]   2> 346 T2006 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/collection1/lib/README' to classloader
[junit4:junit4]   2> 346 T2006 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 374 T2006 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 410 T2006 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 411 T2006 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 415 T2006 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 826 T2006 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 845 T2006 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 848 T2006 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 857 T2006 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 860 T2006 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 862 T2006 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 863 T2006 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 864 T2006 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 864 T2006 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 865 T2006 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 865 T2006 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 865 T2006 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362869077202/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data/
[junit4:junit4]   2> 866 T2006 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1849ee4
[junit4:junit4]   2> 866 T2006 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 866 T2006 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data forceNew: false
[junit4:junit4]   2> 867 T2006 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data/index/
[junit4:junit4]   2> 867 T2006 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 867 T2006 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data/index forceNew: false
[junit4:junit4]   2> 883 T2006 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71d847 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e53383),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 883 T2006 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 884 T2006 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 885 T2006 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 885 T2006 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 885 T2006 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 886 T2006 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 886 T2006 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 886 T2006 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 887 T2006 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 887 T2006 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 889 T2006 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 892 T2006 oass.SolrIndexSearcher.<init> Opening Searcher@1524b02 main
[junit4:junit4]   2> 892 T2006 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/control/data/tlog
[junit4:junit4]   2> 892 T2006 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 892 T2006 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 895 T2007 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1524b02 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 896 T2006 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 896 T2006 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 897 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1844 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1845 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52816_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52816"}
[junit4:junit4]   2> 1845 T2004 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1845 T2004 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1846 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1848 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 1899 T2006 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1900 T2006 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52816 collection:control_collection shard:shard1
[junit4:junit4]   2> 1901 T2006 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1906 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 1907 T2006 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1908 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1909 T2006 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1910 T2006 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1910 T2006 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52816/collection1/
[junit4:junit4]   2> 1910 T2006 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1911 T2006 oasc.SyncStrategy.syncToMe http://127.0.0.1:52816/collection1/ has no replicas
[junit4:junit4]   2> 1911 T2006 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52816/collection1/
[junit4:junit4]   2> 1912 T2006 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1916 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3351 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3356 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3403 T2006 oasc.ZkController.register We are http://127.0.0.1:52816/collection1/ and leader is http://127.0.0.1:52816/collection1/
[junit4:junit4]   2> 3403 T2006 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52816
[junit4:junit4]   2> 3404 T2006 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3404 T2006 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3404 T2006 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3406 T2006 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3407 T1981 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3407 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3408 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3411 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3412 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@c12f8f
[junit4:junit4]   2> 3413 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3413 T2009 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3413 T2009 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 3413 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42703
[junit4:junit4]   2> 3414 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42703
[junit4:junit4]   2> 3414 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0004 with negotiated timeout 10000 for client /127.0.0.1:42703
[junit4:junit4]   2> 3414 T2009 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0004, negotiated timeout = 10000
[junit4:junit4]   2> 3415 T2010 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c12f8f name:ZooKeeperConnection Watcher:127.0.0.1:55189/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3415 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3416 T1981 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3417 T1981 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3481 T1981 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3483 T1981 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50372
[junit4:junit4]   2> 3484 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3484 T1981 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3484 T1981 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414
[junit4:junit4]   2> 3485 T1981 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/solr.xml
[junit4:junit4]   2> 3485 T1981 oasc.CoreContainer.<init> New CoreContainer 13872322
[junit4:junit4]   2> 3486 T1981 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/'
[junit4:junit4]   2> 3486 T1981 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/'
[junit4:junit4]   2> 3505 T1981 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3506 T1981 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3506 T1981 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3506 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3507 T1981 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3507 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3507 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3508 T1981 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3508 T1981 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3508 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3515 T1981 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3528 T1981 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55189/solr
[junit4:junit4]   2> 3528 T1981 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3529 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a899f1
[junit4:junit4]   2> 3529 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3530 T2020 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3531 T2020 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 3531 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42704
[junit4:junit4]   2> 3531 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42704
[junit4:junit4]   2> 3532 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0005 with negotiated timeout 20000 for client /127.0.0.1:42704
[junit4:junit4]   2> 3532 T2020 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0005, negotiated timeout = 20000
[junit4:junit4]   2> 3532 T2021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a899f1 name:ZooKeeperConnection Watcher:127.0.0.1:55189 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3532 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3533 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0005
[junit4:junit4]   2> 3533 T2021 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3533 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42704 which had sessionid 0x13d5153c40a0005
[junit4:junit4]   2> 3533 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0005 closed
[junit4:junit4]   2> 3534 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3537 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d6851
[junit4:junit4]   2> 3538 T2022 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3537 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3538 T2022 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 3538 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42705
[junit4:junit4]   2> 3538 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42705
[junit4:junit4]   2> 3539 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0006 with negotiated timeout 20000 for client /127.0.0.1:42705
[junit4:junit4]   2> 3539 T2022 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0006, negotiated timeout = 20000
[junit4:junit4]   2> 3539 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d6851 name:ZooKeeperConnection Watcher:127.0.0.1:55189/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3540 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3540 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3541 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3542 T1981 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4544 T1981 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50372_
[junit4:junit4]   2> 4545 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50372_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50372_
[junit4:junit4]   2> 4546 T1981 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50372_
[junit4:junit4]   2> 4548 T2023 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4548 T2003 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4548 T2010 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4548 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4553 T2024 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/collection1
[junit4:junit4]   2> 4553 T2024 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4554 T2024 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4554 T2024 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4555 T2024 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/collection1/'
[junit4:junit4]   2> 4555 T2024 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/collection1/lib/README' to classloader
[junit4:junit4]   2> 4556 T2024 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4584 T2024 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4620 T2024 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4621 T2024 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4625 T2024 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4861 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4862 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52816_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52816"}
[junit4:junit4]   2> 4865 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4865 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4865 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5005 T2024 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5012 T2024 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5015 T2024 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5026 T2024 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5029 T2024 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5032 T2024 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5033 T2024 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5033 T2024 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5033 T2024 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5034 T2024 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5035 T2024 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5035 T2024 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362869080414/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1/
[junit4:junit4]   2> 5035 T2024 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1849ee4
[junit4:junit4]   2> 5035 T2024 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5036 T2024 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1 forceNew: false
[junit4:junit4]   2> 5036 T2024 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1/index/
[junit4:junit4]   2> 5036 T2024 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5037 T2024 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1/index forceNew: false
[junit4:junit4]   2> 5038 T2024 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d1c116 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1eae7a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5038 T2024 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5039 T2024 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5039 T2024 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5040 T2024 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5040 T2024 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5041 T2024 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5041 T2024 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5041 T2024 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5042 T2024 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5042 T2024 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5044 T2024 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5047 T2024 oass.SolrIndexSearcher.<init> Opening Searcher@1d5c443 main
[junit4:junit4]   2> 5047 T2024 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty1/tlog
[junit4:junit4]   2> 5048 T2024 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5048 T2024 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5054 T2025 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d5c443 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5057 T2024 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5057 T2024 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6368 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6369 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50372_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50372"}
[junit4:junit4]   2> 6369 T2004 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6369 T2004 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6372 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6372 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6372 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7058 T2024 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7059 T2024 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50372 collection:collection1 shard:shard1
[junit4:junit4]   2> 7060 T2024 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7066 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7067 T2024 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7068 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7070 T2024 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7070 T2024 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7071 T2024 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50372/collection1/
[junit4:junit4]   2> 7071 T2024 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7071 T2024 oasc.SyncStrategy.syncToMe http://127.0.0.1:50372/collection1/ has no replicas
[junit4:junit4]   2> 7072 T2024 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50372/collection1/
[junit4:junit4]   2> 7073 T2024 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7077 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7876 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8038 T740 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 8239 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8239 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8239 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8280 T2024 oasc.ZkController.register We are http://127.0.0.1:50372/collection1/ and leader is http://127.0.0.1:50372/collection1/
[junit4:junit4]   2> 8281 T2024 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50372
[junit4:junit4]   2> 8281 T2024 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8281 T2024 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8281 T2024 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8283 T2024 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8284 T1981 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8284 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8285 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8355 T1981 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8357 T1981 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57479
[junit4:junit4]   2> 8358 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8358 T1981 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8358 T1981 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286
[junit4:junit4]   2> 8359 T1981 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/solr.xml
[junit4:junit4]   2> 8359 T1981 oasc.CoreContainer.<init> New CoreContainer 17876915
[junit4:junit4]   2> 8360 T1981 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/'
[junit4:junit4]   2> 8360 T1981 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/'
[junit4:junit4]   2> 8379 T1981 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8380 T1981 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8380 T1981 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8381 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8381 T1981 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8382 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8382 T1981 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8382 T1981 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8383 T1981 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8383 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8390 T1981 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8401 T1981 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55189/solr
[junit4:junit4]   2> 8402 T1981 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8402 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e9ddef
[junit4:junit4]   2> 8403 T2036 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8403 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8404 T2036 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 8404 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42708
[junit4:junit4]   2> 8404 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42708
[junit4:junit4]   2> 8405 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0007 with negotiated timeout 20000 for client /127.0.0.1:42708
[junit4:junit4]   2> 8405 T2036 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0007, negotiated timeout = 20000
[junit4:junit4]   2> 8405 T2037 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e9ddef name:ZooKeeperConnection Watcher:127.0.0.1:55189 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8406 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8406 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0007
[junit4:junit4]   2> 8407 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42708 which had sessionid 0x13d5153c40a0007
[junit4:junit4]   2> 8407 T2037 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8407 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0007 closed
[junit4:junit4]   2> 8407 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8410 T1981 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55189/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13a2dd4
[junit4:junit4]   2> 8411 T2038 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55189. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8411 T1981 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8411 T2038 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55189, initiating session
[junit4:junit4]   2> 8411 T1983 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42709
[junit4:junit4]   2> 8411 T1983 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42709
[junit4:junit4]   2> 8412 T1985 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5153c40a0008 with negotiated timeout 20000 for client /127.0.0.1:42709
[junit4:junit4]   2> 8412 T2038 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55189, sessionid = 0x13d5153c40a0008, negotiated timeout = 20000
[junit4:junit4]   2> 8412 T2039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a2dd4 name:ZooKeeperConnection Watcher:127.0.0.1:55189/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8413 T1981 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8413 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8414 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8415 T1981 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9417 T1981 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57479_
[junit4:junit4]   2> 9418 T1986 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5153c40a0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57479_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57479_
[junit4:junit4]   2> 9418 T1981 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57479_
[junit4:junit4]   2> 9420 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9420 T2003 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9420 T2023 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9421 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9421 T2039 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9421 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9422 T2010 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9433 T2040 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/collection1
[junit4:junit4]   2> 9434 T2040 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9434 T2040 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9434 T2040 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9437 T2040 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/collection1/'
[junit4:junit4]   2> 9437 T2040 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/collection1/lib/README' to classloader
[junit4:junit4]   2> 9438 T2040 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9487 T2040 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9579 T2040 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9580 T2040 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9586 T2040 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9744 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9745 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50372_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50372"}
[junit4:junit4]   2> 9748 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9748 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9748 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9748 T2039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10090 T2040 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10100 T2040 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10105 T2040 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10126 T2040 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10130 T2040 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10135 T2040 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10136 T2040 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10136 T2040 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10137 T2040 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10137 T2040 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10138 T2040 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10138 T2040 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362869085286/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/
[junit4:junit4]   2> 10138 T2040 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1849ee4
[junit4:junit4]   2> 10139 T2040 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10140 T2040 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2 forceNew: false
[junit4:junit4]   2> 10140 T2040 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index/
[junit4:junit4]   2> 10140 T2040 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10141 T2040 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index forceNew: false
[junit4:junit4]   2> 10142 T2040 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1533044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1af9335),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10143 T2040 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10145 T2040 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10146 T2040 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10146 T2040 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10147 T2040 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10148 T2040 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10148 T2040 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10149 T2040 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10150 T2040 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10150 T2040 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10154 T2040 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10159 T2040 oass.SolrIndexSearcher.<init> Opening Searcher@1406305 main
[junit4:junit4]   2> 10160 T2040 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/tlog
[junit4:junit4]   2> 10160 T2040 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10160 T2040 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10167 T2041 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1406305 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10170 T2040 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10170 T2040 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11262 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11263 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57479_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57479"}
[junit4:junit4]   2> 11263 T2004 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11263 T2004 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11270 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11270 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11270 T2039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11270 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12173 T2040 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12173 T2040 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57479 collection:collection1 shard:shard1
[junit4:junit4]   2> 12180 T2040 oasc.ZkController.register We are http://127.0.0.1:57479/collection1/ and leader is http://127.0.0.1:50372/collection1/
[junit4:junit4]   2> 12180 T2040 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57479
[junit4:junit4]   2> 12180 T2040 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12181 T2040 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C76 name=collection1 org.apache.solr.core.SolrCore@1ddd4ad url=http://127.0.0.1:57479/collection1 node=127.0.0.1:57479_ C76_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57479_, base_url=http://127.0.0.1:57479}
[junit4:junit4]   2> 12181 T2042 C76 P57479 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12182 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12183 T2042 C76 P57479 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12182 T2040 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12184 T2042 C76 P57479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12185 T2042 C76 P57479 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12186 T1981 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12187 T1981 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12187 T1981 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12192 T1981 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C77 name=collection1 org.apache.solr.core.SolrCore@e7cf01 url=http://127.0.0.1:52816/collection1 node=127.0.0.1:52816_ C77_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:52816_, base_url=http://127.0.0.1:52816, leader=true}
[junit4:junit4]   2> 12206 T1999 C77 P52816 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71d847 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e53383),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12207 T1999 C77 P52816 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12210 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10001 (1429071818076979200)]} 0 6
[junit4:junit4]   2> 12210 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[1 (1429071818080124928)]} 0 4
[junit4:junit4]   2> ASYNC  NEW_CORE C78 name=collection1 org.apache.solr.core.SolrCore@d16402 url=http://127.0.0.1:50372/collection1 node=127.0.0.1:50372_ C78_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50372_, base_url=http://127.0.0.1:50372, leader=true}
[junit4:junit4]   2> 12225 T2017 C78 P50372 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d1c116 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1eae7a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12226 T2017 C78 P50372 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12228 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[1 (1429071818097950720)]} 0 4
[junit4:junit4]   2> 12229 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10001 (1429071818102145024)]} 0 1
[junit4:junit4]   2> 12304 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[2 (1429071818180788224)]} 0 1
[junit4:junit4]   2> 12306 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10002 (1429071818182885376)]} 0 1
[junit4:junit4]   2> 12308 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[2 (1429071818184982528)]} 0 1
[junit4:junit4]   2> 12309 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10002 (1429071818187079680)]} 0 0
[junit4:junit4]   2> 12314 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[1 (-1429071818192322560)]} 0 0
[junit4:junit4]   2> 12315 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10001 (-1429071818192322561)]} 0 1
[junit4:junit4]   2> 12317 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[1 (-1429071818195468288)]} 0 1
[junit4:junit4]   2> 12319 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[10001 (-1429071818196516864)]} 0 1
[junit4:junit4]   2> 12320 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[3 (1429071818197565440)]} 0 1
[junit4:junit4]   2> 12322 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10003 (1429071818199662592)]} 0 1
[junit4:junit4]   2> 12322 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[3 (1429071818200711168)]} 0 0
[junit4:junit4]   2> 12325 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10003 (1429071818202808320)]} 0 1
[junit4:junit4]   2> 12372 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[4 (1429071818253139968)]} 0 0
[junit4:junit4]   2> 12374 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10004 (1429071818255237120)]} 0 0
[junit4:junit4]   2> 12375 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[4 (1429071818255237120)]} 0 1
[junit4:junit4]   2> 12377 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10004 (1429071818257334272)]} 0 1
[junit4:junit4]   2> 12455 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[5 (1429071818339123201)]} 0 1
[junit4:junit4]   2> 12455 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10005 (1429071818339123200)]} 0 1
[junit4:junit4]   2> 12458 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[5 (1429071818342268928)]} 0 1
[junit4:junit4]   2> 12459 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10005 (1429071818342268929)]} 0 2
[junit4:junit4]   2> 12559 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[2 (-1429071818448175104)]} 0 1
[junit4:junit4]   2> 12559 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10002 (-1429071818449223680)]} 0 0
[junit4:junit4]   2> 12561 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[2 (-1429071818451320832)]} 0 0
[junit4:junit4]   2> 12561 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10002 (-1429071818451320833)]} 0 0
[junit4:junit4]   2> 12564 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[6 (1429071818453417984)]} 0 1
[junit4:junit4]   2> 12564 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10006 (1429071818453417985)]} 0 1
[junit4:junit4]   2> 12566 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[6 (1429071818456563712)]} 0 0
[junit4:junit4]   2> 12567 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10006 (1429071818456563713)]} 0 1
[junit4:junit4]   2> 12625 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[7 (1429071818517381120)]} 0 1
[junit4:junit4]   2> 12625 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10007 (1429071818517381121)]} 0 1
[junit4:junit4]   2> 12628 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10007 (1429071818521575425)]} 0 1
[junit4:junit4]   2> 12629 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[7 (1429071818521575424)]} 0 2
[junit4:junit4]   2> 12653 T750 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 12684 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[8 (1429071818579247104)]} 0 1
[junit4:junit4]   2> 12684 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10008 (1429071818579247105)]} 0 1
[junit4:junit4]   2> 12687 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[8 (1429071818582392832)]} 0 1
[junit4:junit4]   2> 12688 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10008 (1429071818582392833)]} 0 2
[junit4:junit4]   2> 12750 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[10004 (-1429071818649501697)]} 0 0
[junit4:junit4]   2> 12750 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[4 (-1429071818649501696)]} 0 0
[junit4:junit4]   2> 12755 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[4 (-1429071818654744576)]} 0 0
[junit4:junit4]   2> 12755 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10004 (-1429071818654744577)]} 0 0
[junit4:junit4]   2> 12764 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10009 (1429071818657890304)]} 0 6
[junit4:junit4]   2> 12765 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[9 (1429071818658938880)]} 0 6
[junit4:junit4]   2> 12768 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10009 (1429071818667327489)]} 0 1
[junit4:junit4]   2> 12768 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[9 (1429071818667327488)]} 0 1
[junit4:junit4]   2> 12774 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12775 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57479_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57479"}
[junit4:junit4]   2> 12778 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12778 T2039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12778 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12778 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12859 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[5 (-1429071818763796480)]} 0 0
[junit4:junit4]   2> 12859 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[10005 (-1429071818763796481)]} 0 0
[junit4:junit4]   2>  C76_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57479_, base_url=http://127.0.0.1:57479}
[junit4:junit4]   2> 12882 T2032 C76 P57479 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1533044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1af9335),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12883 T2032 C76 P57479 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12887 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10005 (-1429071818767990785)]} 0 5
[junit4:junit4]   2> 12888 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10005 (-1429071818767990785)]} 0 25
[junit4:junit4]   2> 12887 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[5 (-1429071818767990784)]} 0 8
[junit4:junit4]   2> 12890 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[5 (-1429071818767990784)]} 0 27
[junit4:junit4]   2> 12891 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10010 (1429071818796302336)]} 0 1
[junit4:junit4]   2> 12893 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10 (1429071818798399488)]} 0 1
[junit4:junit4]   2> 12897 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1429071818799448064)]} 0 1
[junit4:junit4]   2> 12898 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10010 (1429071818799448064)]} 0 5
[junit4:junit4]   2> 12900 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429071818802593792)]} 0 2
[junit4:junit4]   2> 12901 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10 (1429071818802593792)]} 0 5
[junit4:junit4]   2> 12995 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10011 (1429071818905354240)]} 0 1
[junit4:junit4]   2> 12997 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[11 (1429071818908499968)]} 0 0
[junit4:junit4]   2> 13000 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1429071818908499968)]} 0 1
[junit4:junit4]   2> 13000 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10011 (1429071818908499968)]} 0 3
[junit4:junit4]   2> 13004 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429071818911645696)]} 0 1
[junit4:junit4]   2> 13004 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[11 (1429071818911645696)]} 0 5
[junit4:junit4]   2> 13032 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10007 (-1429071818945200128)]} 0 1
[junit4:junit4]   2> 13035 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[7 (-1429071818947297280)]} 0 1
[junit4:junit4]   2> 13035 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1429071818947297280)]} 0 0
[junit4:junit4]   2> 13036 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10007 (-1429071818947297280)]} 0 2
[junit4:junit4]   2> 13038 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1429071818950443008)]} 0 0
[junit4:junit4]   2> 13039 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10012 (1429071818951491584)]} 0 1
[junit4:junit4]   2> 13039 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[7 (-1429071818950443008)]} 0 2
[junit4:junit4]   2> 13042 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[12 (1429071818954637312)]} 0 1
[junit4:junit4]   2> 13044 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1429071818954637312)]} 0 0
[junit4:junit4]   2> 13046 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10012 (1429071818954637312)]} 0 5
[junit4:junit4]   2> 13048 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429071818957783040)]} 0 1
[junit4:junit4]   2> 13049 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[12 (1429071818957783040)]} 0 5
[junit4:junit4]   2> 13136 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10013 (1429071819053203456)]} 0 1
[junit4:junit4]   2> 13139 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[13 (1429071819056349184)]} 0 1
[junit4:junit4]   2> 13142 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429071819057397760)]} 0 1
[junit4:junit4]   2> 13143 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10013 (1429071819057397760)]} 0 4
[junit4:junit4]   2> 13146 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429071819060543488)]} 0 1
[junit4:junit4]   2> 13146 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[13 (1429071819060543488)]} 0 4
[junit4:junit4]   2> 13192 T2018 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:57479__collection1&state=recovering&nodeName=127.0.0.1:57479_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 13243 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10014 (1429071819166449664)]} 0 0
[junit4:junit4]   2> 13246 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[14 (1429071819168546816)]} 0 1
[junit4:junit4]   2> 13249 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429071819169595392)]} 0 1
[junit4:junit4]   2> 13250 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10014 (1429071819169595392)]} 0 4
[junit4:junit4]   2> 13251 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429071819171692544)]} 0 1
[junit4:junit4]   2> 13252 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[14 (1429071819171692544)]} 0 4
[junit4:junit4]   2> 13307 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[10008 (-1429071819233558528)]} 0 0
[junit4:junit4]   2> 13309 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[8 (-1429071819235655680)]} 0 0
[junit4:junit4]   2> 13311 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1429071819235655680)]} 0 0
[junit4:junit4]   2> 13312 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10008 (-1429071819235655680)]} 0 3
[junit4:junit4]   2> 13312 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1429071819237752832)]} 0 0
[junit4:junit4]   2> 13313 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[8 (-1429071819237752832)]} 0 2
[junit4:junit4]   2> 13314 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10015 (1429071819240898560)]} 0 0
[junit4:junit4]   2> 13316 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[15 (1429071819241947136)]} 0 1
[junit4:junit4]   2> 13319 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429071819242995712)]} 0 1
[junit4:junit4]   2> 13320 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10015 (1429071819242995712)]} 0 4
[junit4:junit4]   2> 13320 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429071819245092864)]} 0 0
[junit4:junit4]   2> 13321 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[15 (1429071819245092864)]} 0 3
[junit4:junit4]   2> 13400 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10016 (1429071819330027520)]} 0 1
[junit4:junit4]   2> 13401 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[16 (1429071819331076096)]} 0 1
[junit4:junit4]   2> 13405 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429071819333173248)]} 0 1
[junit4:junit4]   2> 13405 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429071819334221824)]} 0 0
[junit4:junit4]   2> 13406 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10016 (1429071819333173248)]} 0 4
[junit4:junit4]   2> 13406 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[16 (1429071819334221824)]} 0 3
[junit4:junit4]   2> 13459 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10017 (1429071819391893504)]} 0 1
[junit4:junit4]   2> 13460 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[17 (1429071819391893505)]} 0 1
[junit4:junit4]   2> 13464 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429071819395039232)]} 0 0
[junit4:junit4]   2> 13465 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429071819395039233)]} 0 1
[junit4:junit4]   2> 13465 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10017 (1429071819395039232)]} 0 4
[junit4:junit4]   2> 13466 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[17 (1429071819395039233)]} 0 5
[junit4:junit4]   2> 13554 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10011 (-1429071819492556800)]} 0 0
[junit4:junit4]   2> 13554 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[11 (-1429071819492556801)]} 0 0
[junit4:junit4]   2> 13558 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1429071819494653952)]} 0 0
[junit4:junit4]   2> 13558 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1429071819494653953)]} 0 0
[junit4:junit4]   2> 13559 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[11 (-1429071819494653952)]} 0 3
[junit4:junit4]   2> 13559 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10011 (-1429071819494653953)]} 0 3
[junit4:junit4]   2> 13562 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10018 (1429071819499896833)]} 0 1
[junit4:junit4]   2> 13562 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[18 (1429071819499896832)]} 0 1
[junit4:junit4]   2> 13567 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429071819503042560)]} 0 1
[junit4:junit4]   2> 13568 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429071819503042561)]} 0 1
[junit4:junit4]   2> 13568 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[18 (1429071819503042560)]} 0 4
[junit4:junit4]   2> 13568 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10018 (1429071819503042561)]} 0 4
[junit4:junit4]   2> 13635 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10012 (-1429071819577491456)]} 0 0
[junit4:junit4]   2> 13635 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[12 (-1429071819577491457)]} 0 0
[junit4:junit4]   2> 13639 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429071819579588609)]} 0 0
[junit4:junit4]   2> 13639 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429071819579588608)]} 0 0
[junit4:junit4]   2> 13640 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10012 (-1429071819579588609)]} 0 3
[junit4:junit4]   2> 13640 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[12 (-1429071819579588608)]} 0 3
[junit4:junit4]   2> 13643 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10019 (1429071819584831488)]} 0 1
[junit4:junit4]   2> 13643 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[19 (1429071819584831489)]} 0 1
[junit4:junit4]   2> 13651 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429071819587977216)]} 0 4
[junit4:junit4]   2> 13653 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429071819589025792)]} 0 5
[junit4:junit4]   2> 13653 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[19 (1429071819589025792)]} 0 7
[junit4:junit4]   2> 13654 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10019 (1429071819587977216)]} 0 9
[junit4:junit4]   2> 13725 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[20 (1429071819670814720)]} 0 0
[junit4:junit4]   2> 13725 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10020 (1429071819670814721)]} 0 1
[junit4:junit4]   2> 13729 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429071819673960448)]} 0 0
[junit4:junit4]   2> 13730 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429071819673960449)]} 0 1
[junit4:junit4]   2> 13730 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[20 (1429071819673960448)]} 0 3
[junit4:junit4]   2> 13730 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10020 (1429071819673960449)]} 0 3
[junit4:junit4]   2> 13778 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[21 (1429071819726389248)]} 0 1
[junit4:junit4]   2> 13778 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10021 (1429071819726389249)]} 0 1
[junit4:junit4]   2> 13783 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429071819729534976)]} 0 1
[junit4:junit4]   2> 13784 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10021 (1429071819729534976)]} 0 4
[junit4:junit4]   2> 13784 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429071819729534977)]} 0 1
[junit4:junit4]   2> 13784 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[21 (1429071819729534977)]} 0 4
[junit4:junit4]   2> 13798 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10022 (1429071819748409344)]} 0 0
[junit4:junit4]   2> 13799 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[22 (1429071819748409345)]} 0 1
[junit4:junit4]   2> 13803 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429071819750506496)]} 0 1
[junit4:junit4]   2> 13803 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10022 (1429071819750506496)]} 0 3
[junit4:junit4]   2> 13804 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429071819751555072)]} 0 1
[junit4:junit4]   2> 13804 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[22 (1429071819751555072)]} 0 3
[junit4:junit4]   2> 13849 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10015 (-1429071819801886720)]} 0 0
[junit4:junit4]   2> 13849 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[15 (-1429071819801886721)]} 0 0
[junit4:junit4]   2> 13853 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429071819803983872)]} 0 0
[junit4:junit4]   2> 13853 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429071819803983873)]} 0 0
[junit4:junit4]   2> 13854 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10015 (-1429071819803983872)]} 0 3
[junit4:junit4]   2> 13854 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[15 (-1429071819803983873)]} 0 3
[junit4:junit4]   2> 13857 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[23 (1429071819809226752)]} 0 1
[junit4:junit4]   2> 13857 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10023 (1429071819810275328)]} 0 0
[junit4:junit4]   2> 13861 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429071819812372480)]} 0 0
[junit4:junit4]   2> 13862 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[23 (1429071819812372480)]} 0 3
[junit4:junit4]   2> 13862 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429071819812372481)]} 0 0
[junit4:junit4]   2> 13863 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10023 (1429071819812372481)]} 0 4
[junit4:junit4]   2> 13931 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[17 (-1429071819887869952)]} 0 0
[junit4:junit4]   2> 13932 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[10017 (-1429071819888918528)]} 0 0
[junit4:junit4]   2> 13938 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429071819892064256)]} 0 0
[junit4:junit4]   2> 13939 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10017 (-1429071819892064256)]} 0 4
[junit4:junit4]   2> 13940 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429071819891015680)]} 0 1
[junit4:junit4]   2> 13940 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[17 (-1429071819891015680)]} 0 6
[junit4:junit4]   2> 13942 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10024 (1429071819898355712)]} 0 1
[junit4:junit4]   2> 13942 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[24 (1429071819899404288)]} 0 0
[junit4:junit4]   2> 13946 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429071819901501440)]} 0 0
[junit4:junit4]   2> 13947 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10024 (1429071819901501440)]} 0 3
[junit4:junit4]   2> 13947 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429071819901501441)]} 0 1
[junit4:junit4]   2> 13947 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[24 (1429071819901501441)]} 0 3
[junit4:junit4]   2> 13962 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10018 (-1429071819920375808)]} 0 0
[junit4:junit4]   2> 13962 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[18 (-1429071819920375809)]} 0 0
[junit4:junit4]   2> 13966 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429071819923521536)]} 0 0
[junit4:junit4]   2> 13967 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429071819923521537)]} 0 0
[junit4:junit4]   2> 13967 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10018 (-1429071819923521536)]} 0 2
[junit4:junit4]   2> 13968 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[18 (-1429071819923521537)]} 0 3
[junit4:junit4]   2> 13970 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10025 (1429071819927715840)]} 0 1
[junit4:junit4]   2> 13971 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[25 (1429071819928764416)]} 0 1
[junit4:junit4]   2> 13976 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429071819931910145)]} 0 1
[junit4:junit4]   2> 13977 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429071819931910144)]} 0 1
[junit4:junit4]   2> 13977 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[25 (1429071819931910145)]} 0 4
[junit4:junit4]   2> 13977 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10025 (1429071819931910144)]} 0 4
[junit4:junit4]   2> 14068 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[26 (1429071820031524864)]} 0 0
[junit4:junit4]   2> 14070 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10026 (1429071820033622016)]} 0 0
[junit4:junit4]   2> 14074 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429071820034670592)]} 0 1
[junit4:junit4]   2> 14075 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[26 (1429071820034670592)]} 0 4
[junit4:junit4]   2> 14077 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429071820036767744)]} 0 1
[junit4:junit4]   2> 14078 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10026 (1429071820036767744)]} 0 5
[junit4:junit4]   2> 14155 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[19 (-1429071820122750976)]} 0 0
[junit4:junit4]   2> 14158 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[10019 (-1429071820125896704)]} 0 0
[junit4:junit4]   2> 14159 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429071820125896704)]} 0 0
[junit4:junit4]   2> 14160 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[19 (-1429071820125896704)]} 0 2
[junit4:junit4]   2> 14162 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429071820127993856)]} 0 0
[junit4:junit4]   2> 14163 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[27 (1429071820130091008)]} 0 1
[junit4:junit4]   2> 14163 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[10019 (-1429071820127993856)]} 0 3
[junit4:junit4]   2> 14165 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10027 (1429071820133236736)]} 0 0
[junit4:junit4]   2> 14169 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429071820133236736)]} 0 2
[junit4:junit4]   2> 14169 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[27 (1429071820133236736)]} 0 4
[junit4:junit4]   2> 14171 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429071820136382464)]} 0 1
[junit4:junit4]   2> 14172 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10027 (1429071820136382464)]} 0 4
[junit4:junit4]   2> 14195 T1981 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 57479
[junit4:junit4]   2> 14195 T1981 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=17876915
[junit4:junit4]   2> 14256 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[28 (1429071820227608576)]} 0 1
[junit4:junit4]   2> 14257 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10028 (1429071820229705728)]} 0 0
[junit4:junit4]   2> 14261 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429071820230754304)]} 0 1
[junit4:junit4]   2> 14262 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[28 (1429071820230754304)]} 0 4
[junit4:junit4]   2> 14262 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429071820232851456)]} 0 0
[junit4:junit4]   2> 14263 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10028 (1429071820232851456)]} 0 4
[junit4:junit4]   2> 14265 T758 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 14274 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[22 (-1429071820247531520)]} 0 0
[junit4:junit4]   2> 14275 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10022 (-1429071820248580096)]} 0 0
[junit4:junit4]   2> 14278 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[22 (-1429071820249628672)]} 0 0
[junit4:junit4]   2> 14279 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[22 (-1429071820249628672)]} 0 3
[junit4:junit4]   2> 14279 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10022 (-1429071820250677248)]} 0 0
[junit4:junit4]   2> 14280 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10022 (-1429071820250677248)]} 0 3
[junit4:junit4]   2> 14282 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[29 (1429071820254871552)]} 0 1
[junit4:junit4]   2> 14282 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10029 (1429071820255920128)]} 0 1
[junit4:junit4]   2> 14283 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14284 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57479__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57479_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57479"}
[junit4:junit4]   2> 14287 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429071820258017280)]} 0 1
[junit4:junit4]   2> 14288 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429071820258017281)]} 0 1
[junit4:junit4]   2> 14288 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[29 (1429071820258017280)]} 0 4
[junit4:junit4]   2> 14288 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10029 (1429071820258017281)]} 0 4
[junit4:junit4]   2> 14299 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14299 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14299 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14299 T2039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14342 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10024 (-1429071820318834689)]} 0 0
[junit4:junit4]   2> 14342 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[24 (-1429071820318834688)]} 0 0
[junit4:junit4]   2> 14345 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[24 (-1429071820321980416)]} 0 1
[junit4:junit4]   2> 14345 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10024 (-1429071820321980417)]} 0 1
[junit4:junit4]   2> 14347 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[30 (1429071820324077568)]} 0 1
[junit4:junit4]   2> 14347 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10030 (1429071820324077569)]} 0 0
[junit4:junit4]   2> 14350 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10030 (1429071820326174721)]} 0 1
[junit4:junit4]   2> 14350 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[30 (1429071820326174720)]} 0 1
[junit4:junit4]   2> 14395 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[27 (-1429071820374409217)]} 0 0
[junit4:junit4]   2> 14395 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10027 (-1429071820374409216)]} 0 0
[junit4:junit4]   2> 14398 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[27 (-1429071820376506369)]} 0 1
[junit4:junit4]   2> 14398 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10027 (-1429071820376506368)]} 0 1
[junit4:junit4]   2> 14400 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10031 (1429071820378603520)]} 0 1
[junit4:junit4]   2> 14400 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[31 (1429071820378603521)]} 0 1
[junit4:junit4]   2> 14403 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10031 (1429071820381749248)]} 0 1
[junit4:junit4]   2> 14403 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[31 (1429071820381749249)]} 0 1
[junit4:junit4]   2> 14471 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10032 (1429071820453052416)]} 0 1
[junit4:junit4]   2> 14472 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[32 (1429071820454100992)]} 0 1
[junit4:junit4]   2> 14475 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[32 (1429071820457246720)]} 0 1
[junit4:junit4]   2> 14475 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10032 (1429071820457246721)]} 0 1
[junit4:junit4]   2> 14568 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10033 (1429071820554764288)]} 0 1
[junit4:junit4]   2> 14571 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10033 (1429071820557910016)]} 0 1
[junit4:junit4]   2> 14571 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[33 (1429071820554764289)]} 0 4
[junit4:junit4]   2> 14574 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[33 (1429071820561055744)]} 0 1
[junit4:junit4]   2> 14592 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10028 (-1429071820580978688)]} 0 0
[junit4:junit4]   2> 14595 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10028 (-1429071820584124416)]} 0 1
[junit4:junit4]   2> 14596 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[28 (-1429071820585172992)]} 0 0
[junit4:junit4]   2> 14598 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[28 (-1429071820587270144)]} 0 0
[junit4:junit4]   2> 14598 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10034 (1429071820586221568)]} 0 1
[junit4:junit4]   2> 14602 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[34 (1429071820590415872)]} 0 1
[junit4:junit4]   2> 14603 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10034 (1429071820589367296)]} 0 3
[junit4:junit4]   2> 14607 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[34 (1429071820594610176)]} 0 2
[junit4:junit4]   2> 14664 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10029 (-1429071820656476160)]} 0 0
[junit4:junit4]   2> 14666 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10029 (-1429071820658573312)]} 0 0
[junit4:junit4]   2> 14667 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[29 (-1429071820659621888)]} 0 0
[junit4:junit4]   2> 14669 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[29 (-1429071820661719040)]} 0 0
[junit4:junit4]   2> 14669 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10035 (1429071820660670464)]} 0 1
[junit4:junit4]   2> 14672 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[35 (1429071820663816192)]} 0 1
[junit4:junit4]   2> 14672 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10035 (1429071820663816192)]} 0 1
[junit4:junit4]   2> 14674 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[35 (1429071820666961920)]} 0 0
[junit4:junit4]   2> 14740 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10031 (-1429071820736167936)]} 0 0
[junit4:junit4]   2> 14743 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10031 (-1429071820739313664)]} 0 0
[junit4:junit4]   2> 14743 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[31 (-1429071820739313664)]} 0 0
[junit4:junit4]   2> 14745 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[31 (-1429071820741410816)]} 0 0
[junit4:junit4]   2> 14746 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10036 (1429071820741410816)]} 0 1
[junit4:junit4]   2> 14749 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[36 (1429071820744556544)]} 0 1
[junit4:junit4]   2> 14749 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10036 (1429071820744556544)]} 0 1
[junit4:junit4]   2> 14751 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[36 (1429071820747702272)]} 0 0
[junit4:junit4]   2> 14812 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10037 (1429071820810616832)]} 0 1
[junit4:junit4]   2> 14813 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[37 (1429071820812713984)]} 0 0
[junit4:junit4]   2> 14815 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10037 (1429071820813762560)]} 0 1
[junit4:junit4]   2> 14816 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[37 (1429071820814811136)]} 0 1
[junit4:junit4]   2> 14838 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[10032 (-1429071820838928384)]} 0 0
[junit4:junit4]   2> 14839 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[32 (-1429071820839976960)]} 0 0
[junit4:junit4]   2> 14840 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10032 (-1429071820841025536)]} 0 0
[junit4:junit4]   2> 14841 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[32 (-1429071820842074112)]} 0 0
[junit4:junit4]   2> 14843 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10038 (1429071820843122688)]} 0 1
[junit4:junit4]   2> 14844 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[38 (1429071820844171264)]} 0 1
[junit4:junit4]   2> 14845 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10038 (1429071820846268416)]} 0 0
[junit4:junit4]   2> 14846 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[38 (1429071820847316992)]} 0 1
[junit4:junit4]   2> 14927 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[10034 (-1429071820932251648)]} 0 1
[junit4:junit4]   2> 14928 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[34 (-1429071820933300224)]} 0 0
[junit4:junit4]   2> 14929 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10034 (-1429071820934348800)]} 0 0
[junit4:junit4]   2> 14930 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[34 (-1429071820935397376)]} 0 0
[junit4:junit4]   2> 14933 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10039 (1429071820936445952)]} 0 2
[junit4:junit4]   2> 14934 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[39 (1429071820937494528)]} 0 2
[junit4:junit4]   2> 14936 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10039 (1429071820940640256)]} 0 1
[junit4:junit4]   2> 14936 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[39 (1429071820941688832)]} 0 0
[junit4:junit4]   2> 14986 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10040 (1429071820989923328)]} 0 4
[junit4:junit4]   2> 14987 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[40 (1429071820990971904)]} 0 4
[junit4:junit4]   2> 14989 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10040 (1429071820997263360)]} 0 1
[junit4:junit4]   2> 14990 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[40 (1429071820997263361)]} 0 1
[junit4:junit4]   2> 15018 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10041 (1429071821026623488)]} 0 1
[junit4:junit4]   2> 15019 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[41 (1429071821027672064)]} 0 1
[junit4:junit4]   2> 15022 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10041 (1429071821030817792)]} 0 1
[junit4:junit4]   2> 15022 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[41 (1429071821030817793)]} 0 1
[junit4:junit4]   2> 15095 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10042 (1429071821107363840)]} 0 1
[junit4:junit4]   2> 15096 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[42 (1429071821107363841)]} 0 2
[junit4:junit4]   2> 15098 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10042 (1429071821110509568)]} 0 1
[junit4:junit4]   2> 15098 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[42 (1429071821111558144)]} 0 0
[junit4:junit4]   2>  C76_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57479_, base_url=http://127.0.0.1:57479}
[junit4:junit4]   2> 15193 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50372/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15194 T2042 C76 P57479 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57479 START replicas=[http://127.0.0.1:50372/collection1/] nUpdates=100
[junit4:junit4]   2> 15196 T2042 C76 P57479 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15196 T2016 C78 P50372 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15196 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15197 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15197 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15197 T2042 C76 P57479 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15197 T2042 C76 P57479 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50372/collection1/. core=collection1
[junit4:junit4]   2> 15198 T2042 C76 P57479 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15200 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[10036 (-1429071821218512897)]} 0 1
[junit4:junit4]   2> 15200 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[36 (-1429071821218512896)]} 0 1
[junit4:junit4]   2> 15202 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[10036 (-1429071821220610049)]} 0 0
[junit4:junit4]   2> 15202 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[36 (-1429071821220610048)]} 0 0
[junit4:junit4]   2> 15204 T2019 C78 P50372 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15205 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[43 (1429071821222707200)]} 0 1
[junit4:junit4]   2> 15206 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10043 (1429071821222707201)]} 0 2
[junit4:junit4]   2> 15209 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[43 (1429071821225852928)]} 0 2
[junit4:junit4]   2> 15209 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10043 (1429071821226901504)]} 0 1
[junit4:junit4]   2> 15233 T2019 C78 P50372 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d1c116 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1eae7a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d1c116 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1eae7a4),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15233 T2019 C78 P50372 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15284 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[41 (-1429071821306593280)]} 0 0
[junit4:junit4]   2> 15284 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[10041 (-1429071821306593281)]} 0 0
[junit4:junit4]   2> 15286 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[41 (-1429071821308690432)]} 0 0
[junit4:junit4]   2> 15286 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10041 (-1429071821308690433)]} 0 0
[junit4:junit4]   2> 15289 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[44 (1429071821310787584)]} 0 1
[junit4:junit4]   2> 15289 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[10044 (1429071821310787585)]} 0 1
[junit4:junit4]   2> 15292 T2019 C78 P50372 oass.SolrIndexSearcher.<init> Opening Searcher@1bfc7af realtime
[junit4:junit4]   2> 15293 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[44 (1429071821313933312)]} 0 2
[junit4:junit4]   2> 15293 T2019 C78 P50372 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15293 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10044 (1429071821313933313)]} 0 2
[junit4:junit4]   2> 15293 T2019 C78 P50372 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 89
[junit4:junit4]   2> 15294 T2042 C76 P57479 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15294 T2042 C76 P57479 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15296 T2018 C78 P50372 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15296 T2018 C78 P50372 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15297 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15297 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15297 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15299 T2017 C78 P50372 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15299 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 7
[junit4:junit4]   2> 15300 T2042 C76 P57479 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index.20130309164452295 forceNew: false
[junit4:junit4]   2> 15300 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6) fullCopy=true
[junit4:junit4]   2> 15303 T2019 C78 P50372 REQ /replication {file=_0.len&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15307 T2016 C78 P50372 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15310 T2018 C78 P50372 REQ /replication {file=_0_1.liv&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15313 T2017 C78 P50372 REQ /replication {file=_0.inf&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15317 T2019 C78 P50372 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15322 T2016 C78 P50372 REQ /replication {file=_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15327 T2018 C78 P50372 REQ /replication {file=_0.fld&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15329 T2042 C76 P57479 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15329 T2042 C76 P57479 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130309164452295
[junit4:junit4]   2> 15330 T2042 C76 P57479 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15330 T2042 C76 P57479 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15330 T2042 C76 P57479 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15332 T2042 C76 P57479 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index.20130309164452295
[junit4:junit4]   2> 15333 T2042 C76 P57479 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15334 T2042 C76 P57479 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15334 T2042 C76 P57479 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15335 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[42 (-1429071821360070656)]} 0 0
[junit4:junit4]   2> 15335 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10042 (-1429071821360070657)]} 0 0
[junit4:junit4]   2> 15337 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[42 (-1429071821362167808)]} 0 0
[junit4:junit4]   2> 15338 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10042 (-1429071821363216384)]} 0 1
[junit4:junit4]   2> 15338 T2042 C76 P57479 oass.SolrIndexSearcher.<init> Opening Searcher@1cf8cb0 main
[junit4:junit4]   2> 15340 T2041 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cf8cb0 main{StandardDirectoryReader(segments_2:4:nrt _0(4.2):C84/42)}
[junit4:junit4]   2> 15340 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[45 (1429071821365313536)]} 0 1
[junit4:junit4]   2> 15340 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10045 (1429071821365313537)]} 0 0
[junit4:junit4]   2> 15341 T2042 C76 P57479 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1533044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1af9335)
[junit4:junit4]   2> 15341 T2042 C76 P57479 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/index
[junit4:junit4]   2> 15342 T2042 C76 P57479 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1533044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1af9335)
[junit4:junit4]   2> 15343 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[45 (1429071821368459264)]} 0 1
[junit4:junit4]   2> 15344 T2042 C76 P57479 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15345 T2050 C76 P57479 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362869076999/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5827
[junit4:junit4]   2> 15346 T2050 C76 P57479 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15349 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10045 (1429071821368459265)]} 0 6
[junit4:junit4]   2> 15351 T2050 C76 P57479 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6),segFN=segments_3,generation=3,filenames=[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 15351 T2050 C76 P57479 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 15352 T2050 C76 P57479 oass.SolrIndexSearcher.<init> Opening Searcher@f5a5ea main
[junit4:junit4]   2> 15354 T2041 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f5a5ea main{StandardDirectoryReader(segments_2:4:nrt _0(4.2):C84/42)}
[junit4:junit4]   2> 15354 T2050 C76 P57479 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15355 T2050 C76 P57479 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5827}
[junit4:junit4]   2> 15355 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15355 T2042 C76 P57479 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15355 T2042 C76 P57479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15357 T2042 C76 P57479 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15426 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[43 (-1429071821455491072)]} 0 0
[junit4:junit4]   2> 15428 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[43 (-1429071821457588224)]} 0 0
[junit4:junit4]   2> 15431 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[46 (1429071821460733952)]} 0 0
[junit4:junit4]   2> 15432 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10043 (-1429071821461782528)]} 0 0
[junit4:junit4]   2> 15434 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[46 (1429071821462831104)]} 0 1
[junit4:junit4]   2> 15434 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10043 (-1429071821463879680)]} 0 0
[junit4:junit4]   2> 15438 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10046 (1429071821467025408)]} 0 1
[junit4:junit4]   2> 15440 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10046 (1429071821470171136)]} 0 0
[junit4:junit4]   2> 15448 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[44 (-1429071821478559744)]} 0 1
[junit4:junit4]   2> 15450 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[44 (-1429071821480656896)]} 0 0
[junit4:junit4]   2> 15453 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[47 (1429071821482754048)]} 0 1
[junit4:junit4]   2> 15454 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[10044 (-1429071821484851200)]} 0 1
[junit4:junit4]   2> 15456 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[47 (1429071821485899776)]} 0 1
[junit4:junit4]   2> 15456 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10044 (-1429071821486948352)]} 0 0
[junit4:junit4]   2> 15459 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10047 (1429071821489045504)]} 0 1
[junit4:junit4]   2> 15462 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10047 (1429071821492191232)]} 0 1
[junit4:junit4]   2> 15544 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[48 (1429071821578174464)]} 0 1
[junit4:junit4]   2> 15548 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[48 (1429071821582368768)]} 0 1
[junit4:junit4]   2> 15550 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10048 (1429071821584465920)]} 0 1
[junit4:junit4]   2> 15553 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10048 (1429071821587611648)]} 0 1
[junit4:junit4]   2> 15594 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[49 (1429071821630603264)]} 0 1
[junit4:junit4]   2> 15597 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[49 (1429071821634797568)]} 0 0
[junit4:junit4]   2> 15599 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10049 (1429071821635846144)]} 0 1
[junit4:junit4]   2> 15602 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[10049 (1429071821638991872)]} 0 1
[junit4:junit4]   2> 15652 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[48 (-1429071821692469248)]} 0 0
[junit4:junit4]   2> 15655 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[48 (-1429071821694566400)]} 0 1
[junit4:junit4]   2> 15656 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10048 (-1429071821696663552)]} 0 0
[junit4:junit4]   2> 15657 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[50 (1429071821697712128)]} 0 0
[junit4:junit4]   2> 15658 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10048 (-1429071821698760704)]} 0 0
[junit4:junit4]   2> 15660 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[50 (1429071821699809280)]} 0 1
[junit4:junit4]   2> 15661 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10050 (1429071821700857856)]} 0 1
[junit4:junit4]   2> 15664 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10050 (1429071821704003584)]} 0 1
[junit4:junit4]   2> 15742 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10051 (1429071821784743936)]} 0 2
[junit4:junit4]   2> 15743 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[51 (1429071821785792512)]} 0 2
[junit4:junit4]   2> 15745 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10051 (1429071821788938240)]} 0 1
[junit4:junit4]   2> 15746 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[51 (1429071821789986816)]} 0 1
[junit4:junit4]   2> 15804 T2004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15804 T2004 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57479_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57479"}
[junit4:junit4]   2> 15808 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15808 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15808 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15808 T2039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15837 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10052 (1429071821885407232)]} 0 1
[junit4:junit4]   2> 15837 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[52 (1429071821886455808)]} 0 0
[junit4:junit4]   2>  C76_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57479_, base_url=http://127.0.0.1:57479}
[junit4:junit4]   2> 15845 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10052 (1429071821888552960)]} 0 4
[junit4:junit4]   2> 15845 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1429071821888552961)]} 0 3
[junit4:junit4]   2> 15846 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[10052 (1429071821888552960)]} 0 7
[junit4:junit4]   2> 15846 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[52 (1429071821888552961)]} 0 7
[junit4:junit4]   2> 15856 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[10053 (1429071821905330176)]} 0 1
[junit4:junit4]   2> 15857 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[53 (1429071821905330177)]} 0 2
[junit4:junit4]   2> 15862 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10053 (1429071821908475904)]} 0 1
[junit4:junit4]   2> 15864 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10053 (1429071821908475904)]} 0 6
[junit4:junit4]   2> 15865 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1429071821910573056)]} 0 2
[junit4:junit4]   2> 15865 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[53 (1429071821910573056)]} 0 6
[junit4:junit4]   2> 15881 T766 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 15957 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10054 (1429071822011236352)]} 0 1
[junit4:junit4]   2> 15959 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[54 (1429071822013333504)]} 0 1
[junit4:junit4]   2> 15970 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1429071822018576384)]} 0 5
[junit4:junit4]   2> 15970 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10054 (1429071822015430656)]} 0 6
[junit4:junit4]   2> 15971 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[54 (1429071822018576384)]} 0 9
[junit4:junit4]   2> 15971 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10054 (1429071822015430656)]} 0 11
[junit4:junit4]   2> 16058 T1996 C77 P52816 /update {wt=javabin&version=2} {delete=[50 (-1429071822118191105)]} 0 0
[junit4:junit4]   2> 16058 T1997 C77 P52816 /update {wt=javabin&version=2} {delete=[10050 (-1429071822118191104)]} 0 0
[junit4:junit4]   2> 16062 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[50 (-1429071822120288257)]} 0 0
[junit4:junit4]   2> 16062 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10050 (-1429071822120288256)]} 0 0
[junit4:junit4]   2> 16063 T2016 C78 P50372 /update {wt=javabin&version=2} {delete=[10050 (-1429071822120288256)]} 0 3
[junit4:junit4]   2> 16063 T2019 C78 P50372 /update {wt=javabin&version=2} {delete=[50 (-1429071822120288257)]} 0 3
[junit4:junit4]   2> 16066 T1999 C77 P52816 /update {wt=javabin&version=2} {add=[10055 (1429071822125531136)]} 0 1
[junit4:junit4]   2> 16066 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[55 (1429071822126579712)]} 0 1
[junit4:junit4]   2> 16071 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10055 (1429071822128676864)]} 0 1
[junit4:junit4]   2> 16071 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1429071822128676865)]} 0 1
[junit4:junit4]   2> 16071 T2018 C78 P50372 /update {wt=javabin&version=2} {add=[10055 (1429071822128676864)]} 0 3
[junit4:junit4]   2> 16072 T2017 C78 P50372 /update {wt=javabin&version=2} {add=[55 (1429071822128676865)]} 0 4
[junit4:junit4]   2> 16125 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10056 (1429071822187397120)]} 0 1
[junit4:junit4]   2> 16125 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[56 (1429071822187397121)]} 0 1
[junit4:junit4]   2> 16130 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10056 (1429071822190542848)]} 0 1
[junit4:junit4]   2> 16131 T2033 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1429071822190542849)]} 0 1
[junit4:junit4]   2> 16131 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10056 (1429071822190542848)]} 0 4
[junit4:junit4]   2> 16131 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[56 (1429071822190542849)]} 0 4
[junit4:junit4]   2> 16197 T1981 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16198 T1981 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16210 T1999 C77 P52816 /update {wt=javabin&version=2} {delete=[10051 (-1429071822277574657)]} 0 0
[junit4:junit4]   2> 16210 T1998 C77 P52816 /update {wt=javabin&version=2} {delete=[51 (-1429071822277574656)]} 0 0
[junit4:junit4]   2> 16212 T1981 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ddd4ad
[junit4:junit4]   2> 16215 T2034 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[51 (-1429071822280720385)]} 0 1
[junit4:junit4]   2> 16215 T2032 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10051 (-1429071822280720384)]} 0 1
[junit4:junit4]   2> 16215 T2032 C76 P57479 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ddd4ad
[junit4:junit4]   2> 16215 T2017 C78 P50372 /update {wt=javabin&version=2} {delete=[51 (-1429071822280720385)]} 0 2
[junit4:junit4]   2> 16217 T2032 C76 P57479 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /admin/threads
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:959)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=/admin/threads,id=org.apache.solr.handler.admin.ThreadDumpHandler
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16218 T2032 C76 P57479 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=10,adds=10,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16219 T2032 C76 P57479 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 16219 T2032 C76 P57479 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 16219 T2032 C76 P57479 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16220 T1996 C77 P52816 /update {wt=javabin&version=2} {add=[57 (1429071822285963264)]} 0 3
[junit4:junit4]   2> 16222 T1981 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=10,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16225 T2032 C76 P57479 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6),segFN=segments_3,generation=3,filenames=[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6),segFN=segments_4,generation=4,filenames=[_3.fld, _2.si, _2.fld, _2.inf, _0.pst, _0.fld, _3.pst, _2.len, _2.pst, _3.inf, _0.len, _3.len, _3.si, _0_1.liv, _0.inf, _0.si, segments_4]
[junit4:junit4]   2> 16225 T2035 C76 P57479 /update {distrib.from=http://127.0.0.1:50372/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 16225 T2032 C76 P57479 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_3.fld, _2.si, _2.fld, _2.inf, _0.pst, _0.fld, _3.pst, _2.len, _2.pst, _3.inf, _0.len, _3.len, _3.si, _0_1.liv, _0.inf, _0.si, segments_4]
[junit4:junit4]   2> 16225 T2035 C76 P57479 oasc.SolrException.log SEVERE java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:153)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:451)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:587)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:346)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16227 T2035 C76 P57479 oasc.SolrException.log SEVERE null:java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:153)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:451)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:587)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:346)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16228 T2035 C76 P57479 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ddd4ad
[junit4:junit4]   2> 16228 T2035 C76 P57479 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=10,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16229 T2032 C76 P57479 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16229 T2035 C76 P57479 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16229 T1981 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16229 T2018 C78 P50372 /update {wt=javabin&version=2} {delete=[10051 (-1429071822280720384)]} 0 16
[junit4:junit4]   2> 16230 T2019 C78 P50372 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:57479/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:57479/collection1 returned non ok status:500, message:Server Error
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16230 T1986 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5153c40a0008
[junit4:junit4]   2> 16231 T2019 C78 P50372 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:57479 to recover
[junit4:junit4]   2> 16231 T2019 C78 P50372 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16233 T1997 C77 P52816 /update {wt=javabin&version=2} {add=[10057 (1429071822300643328)]} 0 1
[junit4:junit4]   2> 16235 T2033 oasha.CoreAdminHandler.handleRequestRecoveryAction It has been requested that we recover
[junit4:junit4]   2> 16236 T2051 oasc.SolrException.log SEVERE Cound not find core to call recovery:collection1
[junit4:junit4]   2> 16236 T2033 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {action=REQUESTRECOVERY&core=collection1&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16237 T2019 C78 P50372 /update {wt=javabin&version=2} {add=[57 (1429071822291206144)]} 0 14
[junit4:junit4]   2> 16244 T1998 C77 P52816 /update {wt=javabin&version=2} {add=[58 (1429071822313226240)]} 0 0
[junit4:junit4]   2> 16251 T2010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16251 T1983 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42709 which had sessionid 0x13d5153c40a0008
[junit4:junit4]   2> 16251 T1981 oaz.ZooKeeper.close Session: 0x13d5153c40a0008 closed
[junit4:junit4]   2> 16251 T2023 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16251 T2003 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16252 T2023 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 16252 T2003 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 16252 T2010 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16263 T2016 C78 P50372 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:57479/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57479/collection1
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 		... 11 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16264 T2016 C78 P50372 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:57479 to recover
[junit4:junit4]   2> 16264 T2016 C78 P50372 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16267 T2016 C78 P50372 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:57479
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:57479 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 35 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:579)
[junit4:junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]   2> 	... 42 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 16269 T2016 C78 P50372 /update {wt=javabin&version=2} {add=[10057 (1429071822303789056)]} 0 34
[junit4:junit4]   2> 16274 T1981 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 16275 T2017 C78 P50372 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:57479/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57479/collection1
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHt

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

rTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 35381 T1980 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 36004 T1984 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=mk_MK, timezone=America/Bahia_Banderas
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=335439720,total=482344960
[junit4:junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, SearchHandlerTest, TestStressRecovery, TestDynamicFieldResource, FieldMutatingUpdateProcessorTest, TestFastLRUCache, LoggingHandlerTest, TestLFUCache, ResourceLoaderTest, BasicDistributedZkTest, RAMDirectoryFactoryTest, DateFieldTest, ClusterStateUpdateTest, SchemaVersionSpecificBehaviorTest, AnalysisAfterCoreReloadTest, CircularListTest, DocumentBuilderTest, TestRandomDVFaceting, RegexBoostProcessorTest, OverseerTest, SimpleFacetsTest, TermVectorComponentTest, PolyFieldTest, CSVRequestHandlerTest, UUIDFieldTest, JsonLoaderTest, LeaderElectionTest, TestFieldCollectionResource, TestQueryUtils, UpdateRequestProcessorFactoryTest, TestJoin, TestPluginEnable, TestWriterPerf, TestGroupingSearch, TestFuzzyAnalyzedSuggestions, BadComponentTest, ZkControllerTest, SolrCoreTest, DistributedQueryElevationComponentTest, SuggesterTest, TestSolrCoreProperties, LegacyHTMLStripCharFilterTest, TestFaceting, SyncSliceTest, TestSolrQueryParser, MinimalSchemaTest, TestXIncludeConfig, TestStressVersions, PreAnalyzedFieldTest, TestRealTimeGet, ExternalFileFieldSortTest, FileBasedSpellCheckerTest, SystemInfoHandlerTest, SpatialFilterTest, SolrInfoMBeanTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=B88034DCAC6FE327 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk_MK -Dtests.timezone=America/Bahia_Banderas -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2040, name=coreLoadExecutor-782-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@b5e234 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9c89a9)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2042, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@10df661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c34ff6)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 36.22s, 1 test, 2 errors <<< FAILURES!

[...truncated 447 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 270 suites, 1140 tests, 2 suite-level errors, 13 ignored (7 assumptions)

Total time: 43 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure