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/06/03 16:11:07 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 5965 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5965/
Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

1 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([6D9CD2005B2B293E:F768AFE2C5B1B502]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:527)
	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">1493</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><long name="_version_">1436830485828337664</long><int name="intDefault">42</int><date name="timestamp">2013-06-03T14:05:31.364Z</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:520)
	... 41 more




Build Log:
[...truncated 9549 lines...]
[junit4:junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4:junit4]   2> 277210 T778 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023
[junit4:junit4]   2> 277211 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 277212 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 277212 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 277250 T778 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 277296 T778 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 277296 T778 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 277303 T778 oass.IndexSchema.readSchema [null] Schema name=test
[junit4:junit4]   2> 277828 T778 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 277841 T778 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 277845 T778 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 277855 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 277861 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 277864 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 277865 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 277866 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 277866 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 277867 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 277867 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 277868 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 277869 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 277869 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 277881 T778 oasc.CoreContainer.<init> New CoreContainer -1910360137
[junit4:junit4]   2> 277916 T778 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 277916 T778 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/
[junit4:junit4]   2> 277917 T778 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1a4b5e6
[junit4:junit4]   2> 277918 T778 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 277919 T778 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023
[junit4:junit4]   2> 277919 T778 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index/
[junit4:junit4]   2> 277920 T778 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 277920 T778 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index
[junit4:junit4]   2> 277922 T778 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_1,generation=1}
[junit4:junit4]   2> 277922 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 277924 T778 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 277926 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 277926 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 277927 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 277928 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 277928 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 277929 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 277930 T778 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 277930 T778 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 277931 T778 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 277932 T778 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 277933 T778 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 277934 T778 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 277936 T778 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 277936 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 277937 T778 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 277938 T778 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 277939 T778 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277940 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277940 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277941 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277944 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277946 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277947 T778 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277948 T778 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 277948 T778 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 277950 T778 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 277953 T778 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 277954 T778 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 277957 T778 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SOLRCONFIG-MANAGED-SCHEMA.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.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, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.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, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.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, STOPWITHBOM.TXT, SOLRCONFIG-ELEVATE.XML, SYNONYMS.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-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 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, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.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, BAD-CURRENCY.XML, ADDFIELDS.UPDATEPROCESSOR.JS, 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, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, DA_UTF8.XML, FUZZYSUGGEST.TXT, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, HUNSPELL-TEST.AFF, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.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-WARMER.XML, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.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, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.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-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML]
[junit4:junit4]   2> 277959 T778 oass.SolrIndexSearcher.<init> Opening Searcher@5879faf6 main
[junit4:junit4]   2> 277960 T778 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/tlog
[junit4:junit4]   2> 277960 T778 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 277961 T778 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 277962 T778 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 277968 T778 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 278009 T779 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5879faf6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 278020 T778 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 278022 T778 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 278027 T778 oas.SolrTestCaseJ4.setUp ###Starting testMaxTime
[junit4:junit4]   2> ASYNC  NEW_CORE C1275 name=collection1 org.apache.solr.core.SolrCore@35656602
[junit4:junit4]   2> 278034 T778 C1275 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_1,generation=1}
[junit4:junit4]   2> 278035 T778 C1275 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 278036 T778 C1275 oass.SolrIndexSearcher.<init> Opening Searcher@5dbebdbd realtime
[junit4:junit4]   2> 278037 T778 C1275 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1436830483186974720)} 0 5
[junit4:junit4]   2> 278041 T778 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 278041 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 278042 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 278043 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 278077 T778 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 278135 T778 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 278136 T778 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 278143 T778 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 278576 T778 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 278586 T778 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 278590 T778 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 278599 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 278603 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 278610 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 278610 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 278611 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 278612 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 278612 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 278613 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 278614 T778 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/
[junit4:junit4]   2> 278615 T778 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1a4b5e6
[junit4:junit4]   2> 278616 T778 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index/
[junit4:junit4]   2> 278616 T778 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 278620 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 278621 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 278622 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 278623 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 278624 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 278624 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 278628 T778 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 278630 T778 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 278631 T778 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 278633 T778 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 278634 T778 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 278634 T778 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 278636 T778 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 278636 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 278637 T778 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 278637 T778 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 278638 T778 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278639 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278641 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278642 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278644 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278646 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278647 T778 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278648 T778 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 278649 T778 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 278650 T778 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 278653 T778 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 278655 T778 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 278662 T778 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SOLRCONFIG-MANAGED-SCHEMA.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.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, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.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, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.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, STOPWITHBOM.TXT, SOLRCONFIG-ELEVATE.XML, SYNONYMS.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-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 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, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.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, BAD-CURRENCY.XML, ADDFIELDS.UPDATEPROCESSOR.JS, 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, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, DA_UTF8.XML, FUZZYSUGGEST.TXT, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, HUNSPELL-TEST.AFF, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.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-WARMER.XML, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.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, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.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-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML]
[junit4:junit4]   2> 278664 T778 oass.SolrIndexSearcher.<init> Opening Searcher@a1a9a37d main
[junit4:junit4]   2> 278666 T778 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 278666 T778 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 278669 T778 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 278673 T778 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 278691 T780 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a1a9a37d main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 278714 T778 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 278714 T778 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 278715 T778 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 278716 T778 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_1,generation=1}
[junit4:junit4]   2> 278717 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 278718 T778 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 278718 T778 oass.SolrIndexSearcher.<init> Opening Searcher@1463f97 main
[junit4:junit4]   2> 278719 T778 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 278720 T778 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@35656602
[junit4:junit4]   2> 278723 T780 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1463f97 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 278734 T778 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> 278734 T778 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 280553 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[529 (1436830485828337664)]} 0 1816
[junit4:junit4]   2> 281552 T781 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 281555 T781 oass.SolrIndexSearcher.<init> Opening Searcher@f9f917cd main
[junit4:junit4]   2> 281555 T781 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 281557 T780 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f9f917cd main{StandardDirectoryReader(segments_1:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C1276 name=collection1 org.apache.solr.core.SolrCore@d22430d
[junit4:junit4]   2> 282046 T778 C1276 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0 QTime=1493 
[junit4:junit4]   2> 282180 T778 oas.SolrTestCaseJ4.assertQ ERROR 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">1493</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><long name="_version_">1436830485828337664</long><int name="intDefault">42</int><date name="timestamp">2013-06-03T14:05:31.364Z</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> 282181 T778 oasc.SolrException.log ERROR 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">1493</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><long name="_version_">1436830485828337664</long><int name="intDefault">42</int><date name="timestamp">2013-06-03T14:05:31.364Z</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:520)
[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> 282182 T778 oas.SolrTestCaseJ4.tearDown ###Ending testMaxTime
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=6D9CD2005B2B293E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=PNT -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   4.17s J0 | AutoCommitTest.testMaxTime <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6D9CD2005B2B293E:F768AFE2C5B1B502]:0)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:527)
[junit4:junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
[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">1493</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><long name="_version_">1436830485828337664</long><int name="intDefault">42</int><date name="timestamp">2013-06-03T14:05:31.364Z</date><arr name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4]    > </response>
[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:520)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]   2> 282196 T778 oas.SolrTestCaseJ4.setUp ###Starting testMaxDocs
[junit4:junit4]   2> 282203 T778 C1276 oass.SolrIndexSearcher.<init> Opening Searcher@b6206df realtime
[junit4:junit4]   2> 282204 T778 C1276 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1436830487558488064)} 0 3
[junit4:junit4]   2> 282205 T778 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 282206 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 282207 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 282207 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 282241 T778 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 282284 T778 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 282285 T778 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 282290 T778 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 282748 T778 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 282763 T778 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 282768 T778 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 282782 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 282787 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 282793 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 282794 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 282795 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 282796 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 282797 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 282798 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 282799 T778 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/
[junit4:junit4]   2> 282800 T778 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1a4b5e6
[junit4:junit4]   2> 282801 T778 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index/
[junit4:junit4]   2> 282802 T778 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 282807 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 282808 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 282809 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 282810 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 282812 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 282812 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 282814 T778 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 282815 T778 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 282818 T778 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 282821 T778 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 282822 T778 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 282824 T778 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 282825 T778 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 282826 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 282827 T778 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 282828 T778 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 282829 T778 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282830 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282831 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282832 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282833 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282834 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282836 T778 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282837 T778 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 282838 T778 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 282839 T778 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 282841 T778 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 282843 T778 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 282845 T778 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SOLRCONFIG-MANAGED-SCHEMA.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.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, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.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, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.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, STOPWITHBOM.TXT, SOLRCONFIG-ELEVATE.XML, SYNONYMS.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-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 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, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.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, BAD-CURRENCY.XML, ADDFIELDS.UPDATEPROCESSOR.JS, 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, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, DA_UTF8.XML, FUZZYSUGGEST.TXT, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, HUNSPELL-TEST.AFF, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.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-WARMER.XML, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.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, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.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-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML]
[junit4:junit4]   2> 282848 T778 oass.SolrIndexSearcher.<init> Opening Searcher@90ea70de main
[junit4:junit4]   2> 282849 T778 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 282849 T778 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 282850 T778 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 282852 T778 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 282867 T782 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@90ea70de main{StandardDirectoryReader(segments_1:5:nrt)}
[junit4:junit4]   2> 282878 T778 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 282878 T778 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 282879 T778 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 282879 T778 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_2,generation=2}
[junit4:junit4]   2> 282880 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 282881 T778 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_2,generation=2}
[junit4:junit4]   2> 282882 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 282883 T778 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 282883 T778 oass.SolrIndexSearcher.<init> Opening Searcher@e6513fb0 main
[junit4:junit4]   2> 282883 T778 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 282884 T778 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d22430d
[junit4:junit4]   2> 282885 T782 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e6513fb0 main{StandardDirectoryReader(segments_2:5:nrt)}
[junit4:junit4]   2> 282896 T778 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> 282897 T778 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 282907 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[0 (1436830488297734144)]} 0 9
[junit4:junit4]   2> 282908 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[1 (1436830488299831296)]} 0 9
[junit4:junit4]   2> 282909 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[2 (1436830488300879872)]} 0 9
[junit4:junit4]   2> 282910 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[3 (1436830488301928448)]} 0 9
[junit4:junit4]   2> 282911 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[4 (1436830488301928449)]} 0 9
[junit4:junit4]   2> 282912 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[5 (1436830488302977024)]} 0 9
[junit4:junit4]   2> 282912 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[6 (1436830488304025600)]} 0 9
[junit4:junit4]   2> 282913 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[7 (1436830488305074176)]} 0 9
[junit4:junit4]   2> 282914 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[8 (1436830488306122752)]} 0 9
[junit4:junit4]   2> 282917 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[9 (1436830488306122753)]} 0 9
[junit4:junit4]   2> 282918 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[10 (1436830488309268480)]} 0 9
[junit4:junit4]   2> 282919 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[11 (1436830488310317056)]} 0 9
[junit4:junit4]   2> 282919 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[12 (1436830488311365632)]} 0 9
[junit4:junit4]   2> 282920 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[13 (1436830488312414208)]} 0 9
[junit4:junit4]   2> ASYNC  NEW_CORE C1277 name=collection1 org.apache.solr.core.SolrCore@57e23e91
[junit4:junit4]   2> 282921 T778 C1277 oasc.SolrCore.execute [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> 282949 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[14 (1436830488342822912)]} 0 9
[junit4:junit4]   2> 282950 T783 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 282955 T783 oass.SolrIndexSearcher.<init> Opening Searcher@9c024d92 main
[junit4:junit4]   2> 282956 T783 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 282958 T782 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9c024d92 main{StandardDirectoryReader(segments_2:9:nrt _1(5.0):C10 _2(5.0):C5)}
[junit4:junit4]   2> 283201 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[15 (1436830488606015488)]} 0 9
[junit4:junit4]   2> 283202 T778 C1277 oasc.SolrCore.execute [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> 283204 T778 C1277 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 283206 T778 oas.SolrTestCaseJ4.tearDown ###Ending testMaxDocs
[junit4:junit4]   2> 283210 T778 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithin
[junit4:junit4]   2> 283219 T778 C1277 oass.SolrIndexSearcher.<init> Opening Searcher@8fd34375 realtime
[junit4:junit4]   2> 283220 T778 C1277 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1436830488622792704)} 0 4
[junit4:junit4]   2> 283221 T778 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 283222 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 283222 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 283223 T778 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 283253 T778 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 283296 T778 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 283297 T778 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 283303 T778 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 283692 T778 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 283699 T778 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 283703 T778 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 283710 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 283715 T778 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 283721 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 283722 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 283723 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 283723 T778 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 283724 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 283724 T778 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 283725 T778 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/
[junit4:junit4]   2> 283725 T778 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1a4b5e6
[junit4:junit4]   2> 283726 T778 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index/
[junit4:junit4]   2> 283727 T778 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 283731 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 283731 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 283732 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 283733 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 283735 T778 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 283736 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 283736 T778 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 283739 T778 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 283739 T778 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 283741 T778 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 283742 T778 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 283744 T778 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 283747 T778 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 283747 T778 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 283749 T778 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 283750 T778 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 283753 T778 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283755 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283758 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283759 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283760 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283761 T778 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283762 T778 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283763 T778 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 283764 T778 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 283765 T778 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 283767 T778 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 283768 T778 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 283770 T778 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SOLRCONFIG-MANAGED-SCHEMA.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.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, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.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, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.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, STOPWITHBOM.TXT, SOLRCONFIG-ELEVATE.XML, SYNONYMS.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-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 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, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.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, BAD-CURRENCY.XML, ADDFIELDS.UPDATEPROCESSOR.JS, 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, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, DA_UTF8.XML, FUZZYSUGGEST.TXT, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, HUNSPELL-TEST.AFF, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.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-WARMER.XML, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.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, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.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-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML]
[junit4:junit4]   2> 283772 T778 oass.SolrIndexSearcher.<init> Opening Searcher@49191184 main
[junit4:junit4]   2> 283773 T778 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 283773 T778 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 283774 T778 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 283776 T778 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 283796 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49191184 main{StandardDirectoryReader(segments_2:13:nrt)}
[junit4:junit4]   2> 283802 T778 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 283802 T778 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 283803 T778 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 283803 T778 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_3,generation=3}
[junit4:junit4]   2> 283804 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 283806 T778 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_3,generation=3}
[junit4:junit4]   2> 283806 T778 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 283807 T778 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 283807 T778 oass.SolrIndexSearcher.<init> Opening Searcher@cd84f743 main
[junit4:junit4]   2> 283808 T778 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 283808 T778 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@57e23e91
[junit4:junit4]   2> 283810 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cd84f743 main{StandardDirectoryReader(segments_3:13:nrt)}
[junit4:junit4]   2> 283818 T778 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=1,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 283819 T778 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 283822 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[529 (1436830489257181184)]} 0 2
[junit4:junit4]   2> ASYNC  NEW_CORE C1278 name=collection1 org.apache.solr.core.SolrCore@d22e3d81
[junit4:junit4]   2> 283823 T778 C1278 oasc.SolrCore.execute [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> 285822 T785 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 285825 T785 oass.SolrIndexSearcher.<init> Opening Searcher@462628ce main
[junit4:junit4]   2> 285826 T785 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 285828 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@462628ce main{StandardDirectoryReader(segments_3:15:nrt _4(5.0):C1)}
[junit4:junit4]   2> 286075 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[530 (1436830491620671488)]} 0 2
[junit4:junit4]   2> 286076 T778 C1278 oasc.SolrCore.execute [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> 286078 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[529 (-1436830491622768640)]} 0 2
[junit4:junit4]   2> 286078 T778 C1278 oasc.SolrCore.execute [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> 287078 T785 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 287080 T785 oass.SolrIndexSearcher.<init> Opening Searcher@50efa8cb main
[junit4:junit4]   2> 287081 T785 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 287083 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50efa8cb main{StandardDirectoryReader(segments_3:19:nrt _5(5.0):C1)}
[junit4:junit4]   2> 287330 T778 C1278 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 287332 T778 C1278 oasc.SolrCore.execute [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> 287334 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492939780096)]} 0 2
[junit4:junit4]   2> 287335 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492940828672)]} 0 2
[junit4:junit4]   2> 287335 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492941877248)]} 0 2
[junit4:junit4]   2> 287336 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492942925824)]} 0 2
[junit4:junit4]   2> 287337 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492943974400)]} 0 2
[junit4:junit4]   2> 287338 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492945022976)]} 0 2
[junit4:junit4]   2> 287339 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492946071552)]} 0 2
[junit4:junit4]   2> 287340 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492947120128)]} 0 2
[junit4:junit4]   2> 287341 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492947120129)]} 0 2
[junit4:junit4]   2> 287343 T778 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1436830492948168704)]} 0 2
[junit4:junit4]   2> 287344 T778 C1278 oasc.SolrCore.execute [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> 287346 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492953411584)]} 0 2
[junit4:junit4]   2> 287346 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492953411585)]} 0 2
[junit4:junit4]   2> 287347 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492954460160)]} 0 2
[junit4:junit4]   2> 287347 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492954460161)]} 0 2
[junit4:junit4]   2> 287348 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492955508736)]} 0 2
[junit4:junit4]   2> 287348 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492955508737)]} 0 2
[junit4:junit4]   2> 287349 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492956557312)]} 0 2
[junit4:junit4]   2> 287350 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492957605888)]} 0 2
[junit4:junit4]   2> 287350 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492957605889)]} 0 2
[junit4:junit4]   2> 287351 T778 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1436830492958654464)]} 0 2
[junit4:junit4]   2> 287351 T778 C1278 oasc.SolrCore.execute [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> 288346 T785 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   2> 288348 T785 oass.SolrIndexSearcher.<init> Opening Searcher@88aacfb6 main
[junit4:junit4]   2> 288349 T785 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 288351 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@88aacfb6 main{StandardDirectoryReader(segments_3:23:nrt _6(5.0):C10/9)}
[junit4:junit4]   2> 288353 T778 C1278 oasc.SolrCore.execute [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> 288356 T778 C1278 oasc.SolrCore.execute [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> 288358 T778 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin
[junit4:junit4]   2> 288363 T778 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 288364 T778 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1910360137
[junit4:junit4]   2> 288365 T778 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d22e3d81
[junit4:junit4]   2> 288384 T778 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=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 288385 T778 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 288385 T778 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 288385 T778 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 288386 T778 C1278 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b6e0598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58a8b689)),segFN=segments_4,generation=4}
[junit4:junit4]   2> 288386 T778 C1278 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 288387 T778 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 288387 T778 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 288388 T778 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023;done=false>>]
[junit4:junit4]   2> 288388 T778 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023
[junit4:junit4]   2> 288389 T778 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index;done=false>>]
[junit4:junit4]   2> 288389 T778 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-AutoCommitTest-1370268328023/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=sl, timezone=PNT
[junit4:junit4]   2> NOTE: Linux 3.2.0-45-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=34297688,total=176553984
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, WordBreakSolrSpellCheckerTest, TestDocumentBuilder, RAMDirectoryFactoryTest, TestStressRecovery, SearchHandlerTest, CircularListTest, ResponseLogComponentTest, ReturnFieldsTest, TestCoreContainer, BasicFunctionalityTest, TestQueryUtils, DateFieldTest, SynonymTokenizerTest, ChaosMonkeyNothingIsSafeTest, TestSearchPerf, ExternalFileFieldSortTest, TestWriterPerf, TestStressVersions, TestSolrDeletionPolicy2, RecoveryZkTest, TermsComponentTest, TestFastWriter, SolrIndexSplitterTest, SystemInfoHandlerTest, TestSweetSpotSimilarityFactory, BinaryUpdateRequestHandlerTest, OverseerTest, PolyFieldTest, TestSolrIndexConfig, TestGroupingSearch, OverseerCollectionProcessorTest, AutoCommitTest]
[junit4:junit4] Completed on J0 in 11.23s, 3 tests, 1 error <<< FAILURES!

[...truncated 578 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:380: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:373: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 296 suites, 1235 tests, 1 error, 37 ignored (7 assumptions)

Total time: 29 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b91) - Build # 5966 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5966/
Java: 32bit/jdk1.8.0-ea-b91 -client -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Mon Jun 03 12:15:01 ART 2013

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Mon Jun 03 12:15:01 ART 2013
	at __randomizedtesting.SeedInfo.seed([B377C833E52B6215:68DCC8F5E0030BA6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1473)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:777)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	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:724)




Build Log:
[...truncated 9231 lines...]
[junit4:junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4:junit4]   2> 59501 T139 oas.SolrTestCaseJ4.setUp ###Starting doTestDetails
[junit4:junit4]   2> 59635 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 59724 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53508
[junit4:junit4]   2> 59744 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 59744 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 59745 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master
[junit4:junit4]   2> 59745 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/solr.xml
[junit4:junit4]   2> 59745 T139 oasc.CoreContainer.<init> New CoreContainer 16466398
[junit4:junit4]   2> 59746 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 59746 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/'
[junit4:junit4]   2> 59746 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/'
[junit4:junit4]   2> 59797 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 59798 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 59798 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 59799 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 59799 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 59799 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 59799 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 59800 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 59800 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 59800 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 59804 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 59807 T151 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1
[junit4:junit4]   2> 59808 T151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/'
[junit4:junit4]   2> 59856 T151 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 59893 T151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 59893 T151 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 59896 T151 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 59907 T151 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 59908 T151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 59909 T151 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/
[junit4:junit4]   2> 59909 T151 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 59909 T151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 59910 T151 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data
[junit4:junit4]   2> 59910 T151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index/
[junit4:junit4]   2> 59910 T151 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 59911 T151 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index
[junit4:junit4]   2> 59912 T151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 59912 T151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 59913 T151 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 59930 T151 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 59930 T151 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 59930 T151 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 59931 T151 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 59931 T151 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 59933 T151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 59934 T151 oass.SolrIndexSearcher.<init> Opening Searcher@170613f main
[junit4:junit4]   2> 59935 T151 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 59935 T151 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 59936 T151 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 59937 T151 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 59938 T151 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 59938 T152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@170613f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 59938 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 59939 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 59955 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 59962 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 59964 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37213
[junit4:junit4]   2> 59965 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 59965 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 59965 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave
[junit4:junit4]   2> 59966 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/solr.xml
[junit4:junit4]   2> 59966 T139 oasc.CoreContainer.<init> New CoreContainer 12284276
[junit4:junit4]   2> 59966 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 59967 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/'
[junit4:junit4]   2> 59967 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/'
[junit4:junit4]   2> 60018 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 60018 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 60019 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 60019 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 60019 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 60019 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 60020 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 60020 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 60020 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 60021 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 60023 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 60027 T163 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1
[junit4:junit4]   2> 60027 T163 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/'
[junit4:junit4]   2> 60061 T163 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 60095 T163 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 60096 T163 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 60098 T163 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 60110 T163 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 60111 T163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 60111 T163 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/
[junit4:junit4]   2> 60111 T163 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 60111 T163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 60112 T163 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data
[junit4:junit4]   2> 60112 T163 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index/
[junit4:junit4]   2> 60112 T163 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 60113 T163 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index
[junit4:junit4]   2> 60114 T163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_1,generation=1}
[junit4:junit4]   2> 60114 T163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 60115 T163 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 60115 T163 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 60115 T163 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 60115 T163 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 60116 T163 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 60116 T163 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 60118 T163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 60120 T163 oass.SolrIndexSearcher.<init> Opening Searcher@1c612f5 main
[junit4:junit4]   2> 60120 T163 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 60120 T163 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 60120 T163 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 60147 T163 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 60147 T163 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 60147 T164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c612f5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 60148 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 60149 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 60150 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@1853bc8
[junit4:junit4]   2> 60403 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=14 
[junit4:junit4]   2> 60420 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=31 
[junit4:junit4]   2> 60436 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&_trace=getDetails&qt=/replication&wt=javabin} status=0 QTime=2 
[junit4:junit4]   2> 60448 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&qt=/replication&wt=javabin&slave=false} status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@9e75a1
[junit4:junit4]   2> 60455 T161 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&_trace=getDetails&qt=/replication&wt=javabin} status=0 QTime=10 
[junit4:junit4]   2> 60488 T148 C4 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 60489 T148 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 60491 T148 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 5
[junit4:junit4]   2> 60504 T147 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 60511 T147 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 60512 T147 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 60515 T147 C4 oass.SolrIndexSearcher.<init> Opening Searcher@1cbda11 main
[junit4:junit4]   2> 60516 T147 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 60516 T152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cbda11 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 60517 T147 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 60540 T167 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 60541 T167 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 60545 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 60546 T167 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 60547 T167 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 60547 T167 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 60554 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 60556 T167 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 10
[junit4:junit4]   2> 60558 T167 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440202
[junit4:junit4]   2> 60559 T167 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@117686e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ceda0c) fullCopy=false
[junit4:junit4]   2> 60566 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=segments_2&generation=2&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60573 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.nvd&generation=2&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60576 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.nvm&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60580 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.tip&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60583 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fdt&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60587 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fdx&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60591 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.si&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60595 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.doc&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60600 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fnm&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60603 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.tim&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60604 T167 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 60608 T167 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 60609 T167 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 60613 T167 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_2,generation=2}
[junit4:junit4]   2> 60614 T167 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 60614 T167 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 60616 T167 oass.SolrIndexSearcher.<init> Opening Searcher@1872734 main
[junit4:junit4]   2> 60616 T164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1872734 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 60617 T167 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440202 [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440202;done=true>>]
[junit4:junit4]   2> 60617 T167 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440202
[junit4:junit4]   2> 60618 T167 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440202
[junit4:junit4]   2> 60618 T159 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:53508/solr/replication&command=fetchindex&wait=true} status=0 QTime=79 
[junit4:junit4]   2> 60633 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&qt=/replication&wt=javabin&slave=false} status=0 QTime=1 
[junit4:junit4]   2> 60635 T160 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&_trace=getDetails&qt=/replication&wt=javabin} status=0 QTime=9 
[junit4:junit4]   2> 60643 T147 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 3
[junit4:junit4]   2> 60647 T149 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 60654 T149 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_3,generation=3}
[junit4:junit4]   2> 60655 T149 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 60659 T149 C4 oass.SolrIndexSearcher.<init> Opening Searcher@cc5f4 main
[junit4:junit4]   2> 60660 T149 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 60660 T152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cc5f4 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 60662 T149 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 60665 T170 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 60665 T170 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 60668 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 60669 T170 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 60670 T170 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 60670 T170 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 60675 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=3} status=0 QTime=2 
[junit4:junit4]   2> 60676 T170 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19
[junit4:junit4]   2> 60677 T170 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440322
[junit4:junit4]   2> 60678 T170 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f4f9cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15ff444) fullCopy=false
[junit4:junit4]   2> 60682 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.nvm&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60687 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=segments_3&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60692 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fnm&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60694 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
[junit4:junit4]   2> 60694 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tip because it already exists
[junit4:junit4]   2> 60698 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fdt&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60703 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.tip&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60705 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
[junit4:junit4]   2> 60709 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fdx&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60714 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.si&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60715 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
[junit4:junit4]   2> 60719 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.doc&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60721 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
[junit4:junit4]   2> 60724 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.nvd&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60726 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
[junit4:junit4]   2> 60726 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
[junit4:junit4]   2> 60729 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.tim&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60731 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.doc because it already exists
[junit4:junit4]   2> 60731 T170 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tim because it already exists
[junit4:junit4]   2> 60732 T170 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 60736 T170 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 60736 T170 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 60736 T170 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 60741 T170 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_3,generation=3}
[junit4:junit4]   2> 60742 T170 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 60742 T170 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 60795 T170 oass.SolrIndexSearcher.<init> Opening Searcher@14d5f2d main
[junit4:junit4]   2> 60795 T164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14d5f2d main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 60796 T170 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440322 [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440322;done=true>>]
[junit4:junit4]   2> 60796 T170 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440322
[junit4:junit4]   2> 60797 T170 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440322
[junit4:junit4]   2> 60797 T161 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:53508/solr/replication&command=fetchindex&wait=true} status=0 QTime=133 
[junit4:junit4]   2> 60806 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&qt=/replication&wt=javabin&slave=false} status=0 QTime=0 
[junit4:junit4]   2> 60808 T159 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&_trace=getDetails&qt=/replication&wt=javabin} status=0 QTime=7 
[junit4:junit4]   2> 60813 T150 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 1
[junit4:junit4]   2> 60817 T147 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 60823 T147 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=4
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bd2b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e27c3),segFN=segments_4,generation=4}
[junit4:junit4]   2> 60824 T147 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 60826 T147 C4 oass.SolrIndexSearcher.<init> Opening Searcher@8ff544 main
[junit4:junit4]   2> 60826 T147 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 60826 T152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8ff544 main{StandardDirectoryReader(segments_4:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
[junit4:junit4]   2> 60827 T147 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 60830 T172 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 60830 T172 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 60833 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 60835 T172 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 60835 T172 oash.SnapPuller.fetchLatestIndex Slave's generation: 3
[junit4:junit4]   2> 60835 T172 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 60838 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 60840 T172 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 28
[junit4:junit4]   2> 60841 T172 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440486
[junit4:junit4]   2> 60841 T172 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@535466 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f7b30) fullCopy=false
[junit4:junit4]   2> 60845 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.fdt&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60847 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.nvm because it already exists
[junit4:junit4]   2> 60847 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fnm because it already exists
[junit4:junit4]   2> 60847 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
[junit4:junit4]   2> 60848 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fdt because it already exists
[junit4:junit4]   2> 60851 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=segments_4&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60853 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
[junit4:junit4]   2> 60856 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2_Lucene41_0.tim&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60858 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
[junit4:junit4]   2> 60858 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1_Lucene41_0.doc because it already exists
[junit4:junit4]   2> 60858 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.nvd because it already exists
[junit4:junit4]   2> 60859 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1_Lucene41_0.tim because it already exists
[junit4:junit4]   2> 60859 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.doc because it already exists
[junit4:junit4]   2> 60862 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.fnm&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60867 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2_Lucene41_0.doc&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60869 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tip because it already exists
[junit4:junit4]   2> 60872 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.nvm&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60877 T149 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.fdx&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60879 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1_Lucene41_0.tip because it already exists
[junit4:junit4]   2> 60879 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.fdx because it already exists
[junit4:junit4]   2> 60879 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _1.si because it already exists
[junit4:junit4]   2> 60880 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
[junit4:junit4]   2> 60880 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
[junit4:junit4]   2> 60880 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
[junit4:junit4]   2> 60884 T148 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2_Lucene41_0.tip&generation=4&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 60888 T150 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.si&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60893 T147 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_2.nvd&generation=4&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 60895 T172 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tim because it already exists
[junit4:junit4]   2> 60895 T172 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 60899 T172 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 60899 T172 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 60900 T172 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 60906 T172 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41379b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cc1d39),segFN=segments_4,generation=4}
[junit4:junit4]   2> 60906 T172 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 60907 T172 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 60910 T172 oass.SolrIndexSearcher.<init> Opening Searcher@171f992 main
[junit4:junit4]   2> 60911 T164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@171f992 main{StandardDirectoryReader(segments_4:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
[junit4:junit4]   2> 60911 T172 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440486 [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440486;done=true>>]
[junit4:junit4]   2> 60912 T172 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440486
[junit4:junit4]   2> 60912 T172 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index.20130603121440486
[junit4:junit4]   2> 60913 T160 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={masterUrl=http://127.0.0.1:53508/solr/replication&command=fetchindex&wait=true} status=0 QTime=83 
[junit4:junit4]   2> 60920 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 60923 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57864
[junit4:junit4]   2> 60924 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 60925 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 60926 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater
[junit4:junit4]   2> 60926 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/solr.xml
[junit4:junit4]   2> 60927 T139 oasc.CoreContainer.<init> New CoreContainer 27397710
[junit4:junit4]   2> 60928 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 60928 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/'
[junit4:junit4]   2> 60929 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/'
[junit4:junit4]   2> 60986 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 60986 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 60986 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 60987 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 60987 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 60987 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 60988 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 60988 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 60988 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 60988 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 60992 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 60995 T183 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1
[junit4:junit4]   2> 60995 T183 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/'
[junit4:junit4]   2> 61026 T183 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 61065 T183 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 61065 T183 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 61067 T183 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 61080 T183 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 61081 T183 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61082 T183 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/
[junit4:junit4]   2> 61082 T183 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 61082 T183 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61083 T183 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data
[junit4:junit4]   2> 61083 T183 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index/
[junit4:junit4]   2> 61083 T183 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 61084 T183 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index
[junit4:junit4]   2> 61085 T183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@720d04 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1462b5d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 61085 T183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 61086 T183 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 61086 T183 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 61086 T183 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 61086 T183 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 61086 T183 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 61087 T183 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 61088 T183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 61090 T183 oass.SolrIndexSearcher.<init> Opening Searcher@16c0334 main
[junit4:junit4]   2> 61091 T183 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 61091 T183 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 61091 T183 oash.SnapPuller.<init> WARN 'masterUrl' must be specified without the /replication suffix
[junit4:junit4]   2> 61091 T183 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 61091 T183 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml
[junit4:junit4]   2> 61092 T183 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 61092 T183 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 61092 T184 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16c0334 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 61092 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 61093 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 61094 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@1853bc8
[junit4:junit4]   2> 61115 T149 C6 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&qt=/replication&wt=javabin&slave=false} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@3cb3
[junit4:junit4]   2> 61117 T179 C7 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=details&_trace=getDetails&qt=/replication&wt=javabin} status=0 QTime=6 
[junit4:junit4]   2> 61141 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=27397710
[junit4:junit4]   2> 61142 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb3
[junit4:junit4]   2> 61143 T139 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 61144 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 61144 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 61145 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 61146 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 61147 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 61147 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data;done=false>>]
[junit4:junit4]   2> 61148 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data
[junit4:junit4]   2> 61149 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index;done=false>>]
[junit4:junit4]   2> 61149 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272480560/repeater/collection1/data/index
[junit4:junit4]   2> 61151 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 61209 T139 oas.SolrTestCaseJ4.tearDown ###Ending doTestDetails
[junit4:junit4]   2> 61231 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16466398
[junit4:junit4]   2> 61232 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1853bc8
[junit4:junit4]   2> 61233 T139 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 61234 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 61234 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 61235 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 61236 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 61238 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 61238 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index;done=false>>]
[junit4:junit4]   2> 61239 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data/index
[junit4:junit4]   2> 61240 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data;done=false>>]
[junit4:junit4]   2> 61240 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479147/master/collection1/data
[junit4:junit4]   2> 61241 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 61316 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=12284276
[junit4:junit4]   2> 61317 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9e75a1
[junit4:junit4]   2> 61318 T139 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 61318 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 61319 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 61320 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 61322 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 61323 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 61324 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data;done=false>>]
[junit4:junit4]   2> 61324 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data
[junit4:junit4]   2> 61325 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index;done=false>>]
[junit4:junit4]   2> 61326 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272479605/slave/collection1/data/index
[junit4:junit4]   2> 61326 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 61389 T139 oas.SolrTestCaseJ4.setUp ###Starting doTestStopPoll
[junit4:junit4]   2> 61392 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 61394 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43696
[junit4:junit4]   2> 61394 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 61394 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 61395 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master
[junit4:junit4]   2> 61395 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/solr.xml
[junit4:junit4]   2> 61395 T139 oasc.CoreContainer.<init> New CoreContainer 9942762
[junit4:junit4]   2> 61396 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 61396 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/'
[junit4:junit4]   2> 61396 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/'
[junit4:junit4]   2> 61444 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 61444 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 61445 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 61445 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 61445 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 61446 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 61446 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 61446 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 61446 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 61447 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 61450 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 61453 T195 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1
[junit4:junit4]   2> 61453 T195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/'
[junit4:junit4]   2> 61486 T195 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 61520 T195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 61520 T195 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 61522 T195 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 61534 T195 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 61535 T195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61535 T195 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/
[junit4:junit4]   2> 61536 T195 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 61536 T195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61536 T195 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data
[junit4:junit4]   2> 61537 T195 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index/
[junit4:junit4]   2> 61537 T195 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 61538 T195 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index
[junit4:junit4]   2> 61539 T195 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 61539 T195 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 61540 T195 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 61540 T195 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 61541 T195 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 61541 T195 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 61541 T195 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 61541 T195 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 61543 T195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 61545 T195 oass.SolrIndexSearcher.<init> Opening Searcher@9c47fd main
[junit4:junit4]   2> 61545 T195 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 61545 T195 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 61546 T195 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 61546 T195 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 61546 T195 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 61546 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9c47fd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 61547 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 61547 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 61547 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 61558 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 61561 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42204
[junit4:junit4]   2> 61562 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 61562 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 61563 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave
[junit4:junit4]   2> 61563 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/solr.xml
[junit4:junit4]   2> 61564 T139 oasc.CoreContainer.<init> New CoreContainer 27640495
[junit4:junit4]   2> 61565 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 61565 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/'
[junit4:junit4]   2> 61566 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/'
[junit4:junit4]   2> 61611 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 61611 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 61611 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 61612 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 61612 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 61612 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 61613 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 61613 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 61613 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 61613 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 61616 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 61619 T207 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1
[junit4:junit4]   2> 61619 T207 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/'
[junit4:junit4]   2> 61650 T207 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 61692 T207 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 61693 T207 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 61696 T207 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 61708 T207 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 61709 T207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61710 T207 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/
[junit4:junit4]   2> 61710 T207 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 61710 T207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 61711 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data
[junit4:junit4]   2> 61711 T207 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index/
[junit4:junit4]   2> 61711 T207 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 61711 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index
[junit4:junit4]   2> 61713 T207 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c3ec9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da872),segFN=segments_1,generation=1}
[junit4:junit4]   2> 61713 T207 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 61714 T207 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 61714 T207 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 61714 T207 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 61715 T207 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 61715 T207 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 61715 T207 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 61716 T207 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 61718 T207 oass.SolrIndexSearcher.<init> Opening Searcher@7169c4 main
[junit4:junit4]   2> 61718 T207 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 61719 T207 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 61719 T207 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
[junit4:junit4]   2> 61719 T207 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 61719 T208 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7169c4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 61720 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 61720 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 61721 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@c46ec5
[junit4:junit4]   2> 61730 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 61736 T192 C8 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 61737 T192 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 61738 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 4
[junit4:junit4]   2> 61742 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 1
[junit4:junit4]   2> 61747 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 1
[junit4:junit4]   2> 61750 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 1
[junit4:junit4]   2> 61752 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 0
[junit4:junit4]   2> 61755 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 1
[junit4:junit4]   2> 61758 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 0
[junit4:junit4]   2> 61763 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 1
[junit4:junit4]   2> 61767 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 1
[junit4:junit4]   2> 61771 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 1
[junit4:junit4]   2> 61775 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 1
[junit4:junit4]   2> 61779 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 1
[junit4:junit4]   2> 61783 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 1
[junit4:junit4]   2> 61787 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 1
[junit4:junit4]   2> 61791 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 1
[junit4:junit4]   2> 61795 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 1
[junit4:junit4]   2> 61799 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 1
[junit4:junit4]   2> 61804 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 1
[junit4:junit4]   2> 61808 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 1
[junit4:junit4]   2> 61812 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 0
[junit4:junit4]   2> 61817 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 1
[junit4:junit4]   2> 61821 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 1
[junit4:junit4]   2> 61825 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 1
[junit4:junit4]   2> 61829 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 1
[junit4:junit4]   2> 61833 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 1
[junit4:junit4]   2> 61838 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 1
[junit4:junit4]   2> 61842 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 1
[junit4:junit4]   2> 61846 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 1
[junit4:junit4]   2> 61850 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 1
[junit4:junit4]   2> 61855 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 1
[junit4:junit4]   2> 61859 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 1
[junit4:junit4]   2> 61863 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 1
[junit4:junit4]   2> 61867 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 1
[junit4:junit4]   2> 61871 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 1
[junit4:junit4]   2> 61875 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 1
[junit4:junit4]   2> 61879 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 1
[junit4:junit4]   2> 61883 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 1
[junit4:junit4]   2> 61887 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 0
[junit4:junit4]   2> 61892 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 1
[junit4:junit4]   2> 61896 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 1
[junit4:junit4]   2> 61900 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 1
[junit4:junit4]   2> 61904 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 0
[junit4:junit4]   2> 61909 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[42]} 0 1
[junit4:junit4]   2> 61913 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[43]} 0 1
[junit4:junit4]   2> 61917 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[44]} 0 1
[junit4:junit4]   2> 61921 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[45]} 0 0
[junit4:junit4]   2> 61926 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[46]} 0 1
[junit4:junit4]   2> 61930 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[47]} 0 1
[junit4:junit4]   2> 61934 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[48]} 0 1
[junit4:junit4]   2> 61938 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[49]} 0 1
[junit4:junit4]   2> 61942 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[50]} 0 0
[junit4:junit4]   2> 61946 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[51]} 0 0
[junit4:junit4]   2> 61950 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[52]} 0 0
[junit4:junit4]   2> 61955 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[53]} 0 1
[junit4:junit4]   2> 61959 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[54]} 0 1
[junit4:junit4]   2> 61963 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[55]} 0 1
[junit4:junit4]   2> 61967 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[56]} 0 1
[junit4:junit4]   2> 61971 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[57]} 0 0
[junit4:junit4]   2> 61976 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[58]} 0 1
[junit4:junit4]   2> 61980 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[59]} 0 1
[junit4:junit4]   2> 61984 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[60]} 0 1
[junit4:junit4]   2> 61988 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[61]} 0 1
[junit4:junit4]   2> 61992 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[62]} 0 1
[junit4:junit4]   2> 61995 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[63]} 0 0
[junit4:junit4]   2> 62000 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[64]} 0 1
[junit4:junit4]   2> 62004 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[65]} 0 1
[junit4:junit4]   2> 62008 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[66]} 0 0
[junit4:junit4]   2> 62012 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[67]} 0 0
[junit4:junit4]   2> 62016 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[68]} 0 0
[junit4:junit4]   2> 62021 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[69]} 0 1
[junit4:junit4]   2> 62024 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[70]} 0 0
[junit4:junit4]   2> 62028 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[71]} 0 0
[junit4:junit4]   2> 62032 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[72]} 0 0
[junit4:junit4]   2> 62037 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[73]} 0 1
[junit4:junit4]   2> 62041 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[74]} 0 1
[junit4:junit4]   2> 62045 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[75]} 0 1
[junit4:junit4]   2> 62049 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[76]} 0 1
[junit4:junit4]   2> 62053 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[77]} 0 1
[junit4:junit4]   2> 62056 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[78]} 0 0
[junit4:junit4]   2> 62060 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[79]} 0 1
[junit4:junit4]   2> 62064 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[80]} 0 1
[junit4:junit4]   2> 62068 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[81]} 0 1
[junit4:junit4]   2> 62072 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[82]} 0 1
[junit4:junit4]   2> 62076 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[83]} 0 1
[junit4:junit4]   2> 62082 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[84]} 0 1
[junit4:junit4]   2> 62086 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[85]} 0 1
[junit4:junit4]   2> 62090 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[86]} 0 0
[junit4:junit4]   2> 62094 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[87]} 0 0
[junit4:junit4]   2> 62099 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[88]} 0 1
[junit4:junit4]   2> 62103 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[89]} 0 1
[junit4:junit4]   2> 62107 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[90]} 0 1
[junit4:junit4]   2> 62110 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[91]} 0 0
[junit4:junit4]   2> 62114 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[92]} 0 0
[junit4:junit4]   2> 62118 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[93]} 0 1
[junit4:junit4]   2> 62122 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[94]} 0 1
[junit4:junit4]   2> 62126 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[95]} 0 0
[junit4:junit4]   2> 62130 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[96]} 0 1
[junit4:junit4]   2> 62134 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[97]} 0 1
[junit4:junit4]   2> 62138 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[98]} 0 1
[junit4:junit4]   2> 62142 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[99]} 0 1
[junit4:junit4]   2> 62146 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[100]} 0 1
[junit4:junit4]   2> 62150 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[101]} 0 1
[junit4:junit4]   2> 62154 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[102]} 0 0
[junit4:junit4]   2> 62158 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[103]} 0 0
[junit4:junit4]   2> 62162 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[104]} 0 0
[junit4:junit4]   2> 62167 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[105]} 0 2
[junit4:junit4]   2> 62170 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[106]} 0 0
[junit4:junit4]   2> 62174 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[107]} 0 0
[junit4:junit4]   2> 62178 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[108]} 0 0
[junit4:junit4]   2> 62182 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[109]} 0 1
[junit4:junit4]   2> 62186 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[110]} 0 1
[junit4:junit4]   2> 62190 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[111]} 0 1
[junit4:junit4]   2> 62194 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[112]} 0 1
[junit4:junit4]   2> 62198 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[113]} 0 1
[junit4:junit4]   2> 62202 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[114]} 0 1
[junit4:junit4]   2> 62206 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[115]} 0 1
[junit4:junit4]   2> 62210 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[116]} 0 1
[junit4:junit4]   2> 62214 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[117]} 0 1
[junit4:junit4]   2> 62218 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[118]} 0 1
[junit4:junit4]   2> 62221 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[119]} 0 0
[junit4:junit4]   2> 62225 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[120]} 0 0
[junit4:junit4]   2> 62229 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[121]} 0 1
[junit4:junit4]   2> 62233 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[122]} 0 1
[junit4:junit4]   2> 62237 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[123]} 0 1
[junit4:junit4]   2> 62241 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[124]} 0 1
[junit4:junit4]   2> 62245 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[125]} 0 1
[junit4:junit4]   2> 62248 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[126]} 0 0
[junit4:junit4]   2> 62252 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[127]} 0 0
[junit4:junit4]   2> 62256 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[128]} 0 0
[junit4:junit4]   2> 62260 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[129]} 0 1
[junit4:junit4]   2> 62264 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[130]} 0 1
[junit4:junit4]   2> 62267 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[131]} 0 1
[junit4:junit4]   2> 62269 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[132]} 0 0
[junit4:junit4]   2> 62271 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[133]} 0 0
[junit4:junit4]   2> 62274 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[134]} 0 0
[junit4:junit4]   2> 62278 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[135]} 0 1
[junit4:junit4]   2> 62282 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[136]} 0 1
[junit4:junit4]   2> 62285 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[137]} 0 0
[junit4:junit4]   2> 62288 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[138]} 0 0
[junit4:junit4]   2> 62292 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[139]} 0 1
[junit4:junit4]   2> 62296 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[140]} 0 1
[junit4:junit4]   2> 62300 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[141]} 0 1
[junit4:junit4]   2> 62304 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[142]} 0 1
[junit4:junit4]   2> 62308 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[143]} 0 1
[junit4:junit4]   2> 62312 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[144]} 0 1
[junit4:junit4]   2> 62316 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[145]} 0 1
[junit4:junit4]   2> 62319 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[146]} 0 0
[junit4:junit4]   2> 62323 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[147]} 0 0
[junit4:junit4]   2> 62327 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[148]} 0 1
[junit4:junit4]   2> 62331 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[149]} 0 1
[junit4:junit4]   2> 62335 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[150]} 0 1
[junit4:junit4]   2> 62338 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[151]} 0 0
[junit4:junit4]   2> 62342 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[152]} 0 1
[junit4:junit4]   2> 62346 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[153]} 0 1
[junit4:junit4]   2> 62349 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[154]} 0 0
[junit4:junit4]   2> 62353 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[155]} 0 1
[junit4:junit4]   2> 62357 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[156]} 0 1
[junit4:junit4]   2> 62358 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 62362 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[157]} 0 1
[junit4:junit4]   2> 62365 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[158]} 0 0
[junit4:junit4]   2> 62369 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[159]} 0 1
[junit4:junit4]   2> 62373 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[160]} 0 1
[junit4:junit4]   2> 62377 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[161]} 0 1
[junit4:junit4]   2> 62381 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[162]} 0 1
[junit4:junit4]   2> 62385 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[163]} 0 1
[junit4:junit4]   2> 62389 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[164]} 0 1
[junit4:junit4]   2> 62393 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[165]} 0 1
[junit4:junit4]   2> 62397 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[166]} 0 1
[junit4:junit4]   2> 62401 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[167]} 0 1
[junit4:junit4]   2> 62405 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[168]} 0 1
[junit4:junit4]   2> 62409 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[169]} 0 1
[junit4:junit4]   2> 62413 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[170]} 0 1
[junit4:junit4]   2> 62417 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[171]} 0 0
[junit4:junit4]   2> 62420 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[172]} 0 0
[junit4:junit4]   2> 62424 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[173]} 0 0
[junit4:junit4]   2> 62428 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[174]} 0 0
[junit4:junit4]   2> 62432 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[175]} 0 1
[junit4:junit4]   2> 62436 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[176]} 0 1
[junit4:junit4]   2> 62440 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[177]} 0 1
[junit4:junit4]   2> 62444 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[178]} 0 1
[junit4:junit4]   2> 62448 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[179]} 0 1
[junit4:junit4]   2> 62452 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[180]} 0 1
[junit4:junit4]   2> 62456 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[181]} 0 1
[junit4:junit4]   2> 62459 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[182]} 0 0
[junit4:junit4]   2> 62463 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[183]} 0 1
[junit4:junit4]   2> 62467 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[184]} 0 0
[junit4:junit4]   2> 62471 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[185]} 0 1
[junit4:junit4]   2> 62475 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[186]} 0 1
[junit4:junit4]   2> 62479 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[187]} 0 1
[junit4:junit4]   2> 62482 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[188]} 0 0
[junit4:junit4]   2> 62486 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[189]} 0 1
[junit4:junit4]   2> 62490 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[190]} 0 1
[junit4:junit4]   2> 62493 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[191]} 0 0
[junit4:junit4]   2> 62497 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[192]} 0 0
[junit4:junit4]   2> 62501 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[193]} 0 1
[junit4:junit4]   2> 62505 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[194]} 0 0
[junit4:junit4]   2> 62509 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[195]} 0 0
[junit4:junit4]   2> 62513 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[196]} 0 1
[junit4:junit4]   2> 62517 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[197]} 0 0
[junit4:junit4]   2> 62521 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[198]} 0 1
[junit4:junit4]   2> 62525 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[199]} 0 0
[junit4:junit4]   2> 62530 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[200]} 0 1
[junit4:junit4]   2> 62533 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[201]} 0 0
[junit4:junit4]   2> 62537 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[202]} 0 0
[junit4:junit4]   2> 62541 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[203]} 0 0
[junit4:junit4]   2> 62545 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[204]} 0 0
[junit4:junit4]   2> 62549 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[205]} 0 1
[junit4:junit4]   2> 62553 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[206]} 0 1
[junit4:junit4]   2> 62557 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[207]} 0 1
[junit4:junit4]   2> 62561 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[208]} 0 0
[junit4:junit4]   2> 62564 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[209]} 0 0
[junit4:junit4]   2> 62569 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[210]} 0 1
[junit4:junit4]   2> 62572 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[211]} 0 0
[junit4:junit4]   2> 62576 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[212]} 0 0
[junit4:junit4]   2> 62580 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[213]} 0 0
[junit4:junit4]   2> 62584 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[214]} 0 1
[junit4:junit4]   2> 62588 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[215]} 0 1
[junit4:junit4]   2> 62592 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[216]} 0 1
[junit4:junit4]   2> 62596 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[217]} 0 1
[junit4:junit4]   2> 62600 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[218]} 0 1
[junit4:junit4]   2> 62603 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[219]} 0 0
[junit4:junit4]   2> 62606 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[220]} 0 0
[junit4:junit4]   2> 62609 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[221]} 0 0
[junit4:junit4]   2> 62613 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[222]} 0 1
[junit4:junit4]   2> 62616 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[223]} 0 0
[junit4:junit4]   2> 62619 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[224]} 0 0
[junit4:junit4]   2> 62622 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[225]} 0 1
[junit4:junit4]   2> 62625 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[226]} 0 0
[junit4:junit4]   2> 62629 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[227]} 0 1
[junit4:junit4]   2> 62632 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[228]} 0 0
[junit4:junit4]   2> 62636 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[229]} 0 1
[junit4:junit4]   2> 62639 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[230]} 0 0
[junit4:junit4]   2> 62643 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[231]} 0 1
[junit4:junit4]   2> 62647 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[232]} 0 1
[junit4:junit4]   2> 62650 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[233]} 0 1
[junit4:junit4]   2> 62654 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[234]} 0 1
[junit4:junit4]   2> 62657 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[235]} 0 0
[junit4:junit4]   2> 62661 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[236]} 0 1
[junit4:junit4]   2> 62665 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[237]} 0 1
[junit4:junit4]   2> 62668 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[238]} 0 0
[junit4:junit4]   2> 62672 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[239]} 0 1
[junit4:junit4]   2> 62676 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[240]} 0 1
[junit4:junit4]   2> 62680 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[241]} 0 1
[junit4:junit4]   2> 62684 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[242]} 0 1
[junit4:junit4]   2> 62687 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[243]} 0 0
[junit4:junit4]   2> 62691 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[244]} 0 1
[junit4:junit4]   2> 62695 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[245]} 0 1
[junit4:junit4]   2> 62698 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[246]} 0 0
[junit4:junit4]   2> 62702 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[247]} 0 1
[junit4:junit4]   2> 62705 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[248]} 0 0
[junit4:junit4]   2> 62707 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[249]} 0 0
[junit4:junit4]   2> 62710 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[250]} 0 0
[junit4:junit4]   2> 62713 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[251]} 0 1
[junit4:junit4]   2> 62715 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[252]} 0 0
[junit4:junit4]   2> 62717 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[253]} 0 0
[junit4:junit4]   2> 62720 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[254]} 0 1
[junit4:junit4]   2> 62722 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[255]} 0 0
[junit4:junit4]   2> 62724 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[256]} 0 0
[junit4:junit4]   2> 62726 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[257]} 0 0
[junit4:junit4]   2> 62729 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[258]} 0 1
[junit4:junit4]   2> 62731 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[259]} 0 0
[junit4:junit4]   2> 62734 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[260]} 0 1
[junit4:junit4]   2> 62736 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[261]} 0 0
[junit4:junit4]   2> 62738 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[262]} 0 0
[junit4:junit4]   2> 62740 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[263]} 0 0
[junit4:junit4]   2> 62743 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[264]} 0 0
[junit4:junit4]   2> 62745 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[265]} 0 0
[junit4:junit4]   2> 62748 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[266]} 0 0
[junit4:junit4]   2> 62750 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[267]} 0 0
[junit4:junit4]   2> 62753 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[268]} 0 1
[junit4:junit4]   2> 62755 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[269]} 0 0
[junit4:junit4]   2> 62757 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[270]} 0 0
[junit4:junit4]   2> 62759 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[271]} 0 0
[junit4:junit4]   2> 62762 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[272]} 0 1
[junit4:junit4]   2> 62764 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[273]} 0 0
[junit4:junit4]   2> 62766 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[274]} 0 0
[junit4:junit4]   2> 62769 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[275]} 0 1
[junit4:junit4]   2> 62771 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[276]} 0 0
[junit4:junit4]   2> 62773 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[277]} 0 0
[junit4:junit4]   2> 62776 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[278]} 0 1
[junit4:junit4]   2> 62778 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[279]} 0 0
[junit4:junit4]   2> 62780 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[280]} 0 0
[junit4:junit4]   2> 62783 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[281]} 0 1
[junit4:junit4]   2> 62785 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[282]} 0 0
[junit4:junit4]   2> 62787 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[283]} 0 0
[junit4:junit4]   2> 62789 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[284]} 0 0
[junit4:junit4]   2> 62792 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[285]} 0 1
[junit4:junit4]   2> 62794 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[286]} 0 0
[junit4:junit4]   2> 62797 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[287]} 0 1
[junit4:junit4]   2> 62799 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[288]} 0 1
[junit4:junit4]   2> 62801 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[289]} 0 0
[junit4:junit4]   2> 62803 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[290]} 0 0
[junit4:junit4]   2> 62806 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[291]} 0 1
[junit4:junit4]   2> 62808 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[292]} 0 0
[junit4:junit4]   2> 62810 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[293]} 0 0
[junit4:junit4]   2> 62812 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[294]} 0 0
[junit4:junit4]   2> 62815 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[295]} 0 1
[junit4:junit4]   2> 62817 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[296]} 0 0
[junit4:junit4]   2> 62819 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[297]} 0 0
[junit4:junit4]   2> 62822 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[298]} 0 1
[junit4:junit4]   2> 62824 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[299]} 0 0
[junit4:junit4]   2> 62826 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[300]} 0 0
[junit4:junit4]   2> 62828 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[301]} 0 0
[junit4:junit4]   2> 62831 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[302]} 0 1
[junit4:junit4]   2> 62833 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[303]} 0 0
[junit4:junit4]   2> 62836 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[304]} 0 1
[junit4:junit4]   2> 62838 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[305]} 0 0
[junit4:junit4]   2> 62840 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[306]} 0 0
[junit4:junit4]   2> 62842 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[307]} 0 0
[junit4:junit4]   2> 62845 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[308]} 0 1
[junit4:junit4]   2> 62847 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[309]} 0 0
[junit4:junit4]   2> 62849 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[310]} 0 0
[junit4:junit4]   2> 62852 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[311]} 0 1
[junit4:junit4]   2> 62854 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[312]} 0 0
[junit4:junit4]   2> 62856 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[313]} 0 0
[junit4:junit4]   2> 62858 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[314]} 0 0
[junit4:junit4]   2> 62861 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[315]} 0 0
[junit4:junit4]   2> 62863 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[316]} 0 0
[junit4:junit4]   2> 62865 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[317]} 0 0
[junit4:junit4]   2> 62868 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[318]} 0 1
[junit4:junit4]   2> 62870 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[319]} 0 0
[junit4:junit4]   2> 62872 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[320]} 0 0
[junit4:junit4]   2> 62875 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[321]} 0 1
[junit4:junit4]   2> 62877 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[322]} 0 0
[junit4:junit4]   2> 62879 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[323]} 0 0
[junit4:junit4]   2> 62882 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[324]} 0 1
[junit4:junit4]   2> 62884 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[325]} 0 1
[junit4:junit4]   2> 62886 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[326]} 0 0
[junit4:junit4]   2> 62889 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[327]} 0 1
[junit4:junit4]   2> 62891 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[328]} 0 1
[junit4:junit4]   2> 62893 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[329]} 0 0
[junit4:junit4]   2> 62895 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[330]} 0 0
[junit4:junit4]   2> 62898 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[331]} 0 1
[junit4:junit4]   2> 62900 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[332]} 0 0
[junit4:junit4]   2> 62902 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[333]} 0 0
[junit4:junit4]   2> 62905 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[334]} 0 1
[junit4:junit4]   2> 62907 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[335]} 0 0
[junit4:junit4]   2> 62909 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[336]} 0 0
[junit4:junit4]   2> 62911 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[337]} 0 0
[junit4:junit4]   2> 62914 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[338]} 0 1
[junit4:junit4]   2> 62916 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[339]} 0 0
[junit4:junit4]   2> 62918 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[340]} 0 0
[junit4:junit4]   2> 62921 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[341]} 0 1
[junit4:junit4]   2> 62923 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[342]} 0 1
[junit4:junit4]   2> 62925 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[343]} 0 0
[junit4:junit4]   2> 62927 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[344]} 0 0
[junit4:junit4]   2> 62930 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[345]} 0 1
[junit4:junit4]   2> 62932 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[346]} 0 1
[junit4:junit4]   2> 62934 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[347]} 0 0
[junit4:junit4]   2> 62937 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[348]} 0 1
[junit4:junit4]   2> 62939 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[349]} 0 0
[junit4:junit4]   2> 62941 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[350]} 0 0
[junit4:junit4]   2> 62944 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[351]} 0 1
[junit4:junit4]   2> 62946 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[352]} 0 0
[junit4:junit4]   2> 62948 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[353]} 0 0
[junit4:junit4]   2> 62951 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[354]} 0 1
[junit4:junit4]   2> 62953 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[355]} 0 0
[junit4:junit4]   2> 62955 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[356]} 0 0
[junit4:junit4]   2> 62958 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[357]} 0 1
[junit4:junit4]   2> 62960 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[358]} 0 0
[junit4:junit4]   2> 62963 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[359]} 0 1
[junit4:junit4]   2> 62965 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[360]} 0 0
[junit4:junit4]   2> 62967 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[361]} 0 0
[junit4:junit4]   2> 62969 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[362]} 0 0
[junit4:junit4]   2> 62972 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[363]} 0 1
[junit4:junit4]   2> 62974 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[364]} 0 0
[junit4:junit4]   2> 62976 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[365]} 0 0
[junit4:junit4]   2> 62978 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[366]} 0 0
[junit4:junit4]   2> 62981 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[367]} 0 1
[junit4:junit4]   2> 62983 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[368]} 0 0
[junit4:junit4]   2> 62985 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[369]} 0 0
[junit4:junit4]   2> 62987 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[370]} 0 0
[junit4:junit4]   2> 62990 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[371]} 0 1
[junit4:junit4]   2> 62992 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[372]} 0 0
[junit4:junit4]   2> 62994 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[373]} 0 0
[junit4:junit4]   2> 62996 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[374]} 0 0
[junit4:junit4]   2> 62999 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[375]} 0 1
[junit4:junit4]   2> 63001 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[376]} 0 0
[junit4:junit4]   2> 63003 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[377]} 0 0
[junit4:junit4]   2> 63006 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[378]} 0 1
[junit4:junit4]   2> 63008 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[379]} 0 0
[junit4:junit4]   2> 63010 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[380]} 0 0
[junit4:junit4]   2> 63013 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[381]} 0 1
[junit4:junit4]   2> 63015 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[382]} 0 0
[junit4:junit4]   2> 63017 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[383]} 0 0
[junit4:junit4]   2> 63019 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[384]} 0 0
[junit4:junit4]   2> 63022 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[385]} 0 1
[junit4:junit4]   2> 63024 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[386]} 0 0
[junit4:junit4]   2> 63027 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[387]} 0 1
[junit4:junit4]   2> 63029 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[388]} 0 0
[junit4:junit4]   2> 63031 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[389]} 0 0
[junit4:junit4]   2> 63034 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[390]} 0 0
[junit4:junit4]   2> 63036 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[391]} 0 0
[junit4:junit4]   2> 63038 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[392]} 0 0
[junit4:junit4]   2> 63041 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[393]} 0 1
[junit4:junit4]   2> 63043 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[394]} 0 0
[junit4:junit4]   2> 63045 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[395]} 0 0
[junit4:junit4]   2> 63048 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[396]} 0 1
[junit4:junit4]   2> 63050 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[397]} 0 0
[junit4:junit4]   2> 63052 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[398]} 0 0
[junit4:junit4]   2> 63054 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[399]} 0 0
[junit4:junit4]   2> 63057 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[400]} 0 1
[junit4:junit4]   2> 63059 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[401]} 0 0
[junit4:junit4]   2> 63061 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[402]} 0 0
[junit4:junit4]   2> 63063 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[403]} 0 0
[junit4:junit4]   2> 63066 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[404]} 0 1
[junit4:junit4]   2> 63068 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[405]} 0 0
[junit4:junit4]   2> 63070 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[406]} 0 0
[junit4:junit4]   2> 63072 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[407]} 0 0
[junit4:junit4]   2> 63075 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[408]} 0 0
[junit4:junit4]   2> 63078 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[409]} 0 1
[junit4:junit4]   2> 63082 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[410]} 0 1
[junit4:junit4]   2> 63085 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[411]} 0 0
[junit4:junit4]   2> 63089 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[412]} 0 1
[junit4:junit4]   2> 63092 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[413]} 0 1
[junit4:junit4]   2> 63094 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[414]} 0 0
[junit4:junit4]   2> 63098 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[415]} 0 1
[junit4:junit4]   2> 63101 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[416]} 0 1
[junit4:junit4]   2> 63104 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[417]} 0 1
[junit4:junit4]   2> 63107 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[418]} 0 0
[junit4:junit4]   2> 63110 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[419]} 0 0
[junit4:junit4]   2> 63113 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[420]} 0 1
[junit4:junit4]   2> 63116 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[421]} 0 0
[junit4:junit4]   2> 63120 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[422]} 0 1
[junit4:junit4]   2> 63123 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[423]} 0 1
[junit4:junit4]   2> 63125 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[424]} 0 0
[junit4:junit4]   2> 63128 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[425]} 0 1
[junit4:junit4]   2> 63131 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[426]} 0 0
[junit4:junit4]   2> 63134 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[427]} 0 0
[junit4:junit4]   2> 63138 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[428]} 0 1
[junit4:junit4]   2> 63141 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[429]} 0 0
[junit4:junit4]   2> 63145 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[430]} 0 1
[junit4:junit4]   2> 63148 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[431]} 0 0
[junit4:junit4]   2> 63152 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[432]} 0 1
[junit4:junit4]   2> 63155 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[433]} 0 0
[junit4:junit4]   2> 63159 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[434]} 0 1
[junit4:junit4]   2> 63162 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[435]} 0 0
[junit4:junit4]   2> 63166 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[436]} 0 1
[junit4:junit4]   2> 63169 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[437]} 0 1
[junit4:junit4]   2> 63172 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[438]} 0 0
[junit4:junit4]   2> 63175 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[439]} 0 0
[junit4:junit4]   2> 63178 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[440]} 0 0
[junit4:junit4]   2> 63181 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[441]} 0 0
[junit4:junit4]   2> 63184 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[442]} 0 0
[junit4:junit4]   2> 63186 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[443]} 0 0
[junit4:junit4]   2> 63189 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[444]} 0 1
[junit4:junit4]   2> 63191 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[445]} 0 0
[junit4:junit4]   2> 63193 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[446]} 0 0
[junit4:junit4]   2> 63195 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[447]} 0 0
[junit4:junit4]   2> 63198 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[448]} 0 1
[junit4:junit4]   2> 63200 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[449]} 0 0
[junit4:junit4]   2> 63203 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[450]} 0 0
[junit4:junit4]   2> 63206 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[451]} 0 0
[junit4:junit4]   2> 63208 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[452]} 0 0
[junit4:junit4]   2> 63211 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[453]} 0 0
[junit4:junit4]   2> 63215 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[454]} 0 1
[junit4:junit4]   2> 63219 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[455]} 0 1
[junit4:junit4]   2> 63222 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[456]} 0 0
[junit4:junit4]   2> 63225 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[457]} 0 0
[junit4:junit4]   2> 63228 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[458]} 0 0
[junit4:junit4]   2> 63231 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[459]} 0 0
[junit4:junit4]   2> 63235 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[460]} 0 1
[junit4:junit4]   2> 63238 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[461]} 0 0
[junit4:junit4]   2> 63241 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[462]} 0 1
[junit4:junit4]   2> 63244 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[463]} 0 1
[junit4:junit4]   2> 63247 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[464]} 0 0
[junit4:junit4]   2> 63250 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[465]} 0 0
[junit4:junit4]   2> 63253 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[466]} 0 0
[junit4:junit4]   2> 63257 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[467]} 0 1
[junit4:junit4]   2> 63260 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[468]} 0 1
[junit4:junit4]   2> 63262 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[469]} 0 0
[junit4:junit4]   2> 63265 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[470]} 0 0
[junit4:junit4]   2> 63268 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[471]} 0 0
[junit4:junit4]   2> 63272 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[472]} 0 1
[junit4:junit4]   2> 63274 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[473]} 0 0
[junit4:junit4]   2> 63277 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[474]} 0 0
[junit4:junit4]   2> 63280 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[475]} 0 0
[junit4:junit4]   2> 63284 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[476]} 0 1
[junit4:junit4]   2> 63287 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[477]} 0 0
[junit4:junit4]   2> 63290 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[478]} 0 0
[junit4:junit4]   2> 63294 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[479]} 0 1
[junit4:junit4]   2> 63297 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[480]} 0 0
[junit4:junit4]   2> 63301 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[481]} 0 1
[junit4:junit4]   2> 63304 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[482]} 0 1
[junit4:junit4]   2> 63307 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[483]} 0 0
[junit4:junit4]   2> 63311 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[484]} 0 1
[junit4:junit4]   2> 63314 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[485]} 0 0
[junit4:junit4]   2> 63318 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[486]} 0 1
[junit4:junit4]   2> 63321 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[487]} 0 1
[junit4:junit4]   2> 63324 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[488]} 0 0
[junit4:junit4]   2> 63328 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[489]} 0 1
[junit4:junit4]   2> 63331 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[490]} 0 0
[junit4:junit4]   2> 63334 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[491]} 0 0
[junit4:junit4]   2> 63338 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[492]} 0 1
[junit4:junit4]   2> 63341 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[493]} 0 0
[junit4:junit4]   2> 63345 T193 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[494]} 0 1
[junit4:junit4]   2> 63348 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[495]} 0 1
[junit4:junit4]   2> 63352 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[496]} 0 1
[junit4:junit4]   2> 63355 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[497]} 0 1
[junit4:junit4]   2> 63357 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 63359 T192 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[498]} 0 1
[junit4:junit4]   2> 63362 T194 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 63401 T194 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 63401 T194 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 63402 T194 C8 oass.SolrIndexSearcher.<init> Opening Searcher@12741a main
[junit4:junit4]   2> 63402 T194 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 63402 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12741a main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C499)}
[junit4:junit4]   2> 63403 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 41
[junit4:junit4]   2> 63454 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=48 
[junit4:junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1701713
[junit4:junit4]   2> 63464 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 63465 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 63567 T206 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 63567 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 63670 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 63670 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 63773 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 63774 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 63877 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 63877 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 63980 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 63981 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 64084 T206 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 64085 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 64188 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 64189 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 64292 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 64293 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 64357 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 64358 T209 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 64358 T209 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 64359 T209 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 64363 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=2} status=0 QTime=2 
[junit4:junit4]   2> 64364 T209 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 10
[junit4:junit4]   2> 64365 T209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121444009
[junit4:junit4]   2> 64366 T209 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@d1d6b7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a519b) fullCopy=false
[junit4:junit4]   2> 64369 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=segments_2&generation=2&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 64373 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.nvd&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64378 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.nvm&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64382 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.tip&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64386 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fdt&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64391 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fdx&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64395 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.si&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64396 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 64397 T139 oash.TestReplicationHandler.rQuery Waiting for 499 docs
[junit4:junit4]   2> 64399 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.doc&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64403 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0.fnm&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64407 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_0_Lucene41_0.tim&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 64409 T209 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 64412 T209 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 64412 T209 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 64415 T209 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c3ec9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da872),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c3ec9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da872),segFN=segments_2,generation=2}
[junit4:junit4]   2> 64415 T209 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 64416 T209 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 64417 T209 oass.SolrIndexSearcher.<init> Opening Searcher@392b1f main
[junit4:junit4]   2> 64418 T208 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@392b1f main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C499)}
[junit4:junit4]   2> 64418 T209 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121444009 [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121444009;done=true>>]
[junit4:junit4]   2> 64419 T209 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121444009
[junit4:junit4]   2> 64419 T209 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121444009
[junit4:junit4]   2> 64509 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=10 
[junit4:junit4]   2> 64524 T203 C9 oash.SnapPuller.disablePoll inside disable poll, value of pollDisabled = true
[junit4:junit4]   2> 64525 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=disablepoll} status=0 QTime=1 
[junit4:junit4]   2> 64530 T191 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[501]} 0 2
[junit4:junit4]   2> 64533 T194 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 64538 T194 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@912ea3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55365c),segFN=segments_3,generation=3}
[junit4:junit4]   2> 64539 T194 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 64541 T194 C8 oass.SolrIndexSearcher.<init> Opening Searcher@1bae4f2 main
[junit4:junit4]   2> 64542 T194 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 64542 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bae4f2 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C499 _1(5.0):C1)}
[junit4:junit4]   2> 64543 T194 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 64548 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=500 status=0 QTime=2 
[junit4:junit4]   2> 65355 T209 oash.SnapPuller$1.run Poll disabled
[junit4:junit4]   2> 66355 T209 oash.SnapPuller$1.run Poll disabled
[junit4:junit4]   2> 67355 T209 oash.SnapPuller$1.run Poll disabled
[junit4:junit4]   2> 67554 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=2 
[junit4:junit4]   2> 67556 T203 C9 oash.SnapPuller.enablePoll inside enable poll, value of pollDisabled = false
[junit4:junit4]   2> 67557 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=enablepoll} status=0 QTime=1 
[junit4:junit4]   2> 67561 T206 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 67563 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 67666 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=0 
[junit4:junit4]   2> 67668 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 67771 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=0 
[junit4:junit4]   2> 67773 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 67876 T206 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 67878 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 67981 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 67983 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 68086 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 68087 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 68190 T206 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=0 
[junit4:junit4]   2> 68192 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 68295 T203 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 68297 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 68357 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 68358 T209 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 68359 T209 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 68359 T209 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 68362 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 68363 T209 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19
[junit4:junit4]   2> 68364 T209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121448009
[junit4:junit4]   2> 68364 T209 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c38528 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@181f6c6) fullCopy=false
[junit4:junit4]   2> 68367 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.nvm&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68372 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=segments_3&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 68376 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fnm&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68377 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx because it already exists
[junit4:junit4]   2> 68378 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tip because it already exists
[junit4:junit4]   2> 68381 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fdt&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68385 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.tip&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 68386 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm because it already exists
[junit4:junit4]   2> 68389 T193 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.fdx&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68393 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.si&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68395 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvd because it already exists
[junit4:junit4]   2> 68398 T191 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.doc&generation=3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 68399 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.nvm because it already exists
[junit4:junit4]   2> 68400 T204 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=499 status=0 QTime=1 
[junit4:junit4]   2> 68402 T139 oash.TestReplicationHandler.rQuery Waiting for 500 docs
[junit4:junit4]   2> 68402 T194 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1.nvd&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68455 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si because it already exists
[junit4:junit4]   2> 68455 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt because it already exists
[junit4:junit4]   2> 68458 T192 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=filecontent&qt=/replication&wt=filestream&file=_1_Lucene41_0.tim&generation=3&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 68459 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.doc because it already exists
[junit4:junit4]   2> 68460 T209 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41_0.tim because it already exists
[junit4:junit4]   2> 68460 T209 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 68462 T209 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 68462 T209 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 68463 T209 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 68465 T209 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c3ec9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da872),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c3ec9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5da872),segFN=segments_3,generation=3}
[junit4:junit4]   2> 68466 T209 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 68466 T209 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 68468 T209 oass.SolrIndexSearcher.<init> Opening Searcher@793e08 main
[junit4:junit4]   2> 68469 T208 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@793e08 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C499 _1(5.0):C1)}
[junit4:junit4]   2> 68470 T209 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121448009 [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121448009;done=true>>]
[junit4:junit4]   2> 68470 T209 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121448009
[junit4:junit4]   2> 68471 T209 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index.20130603121448009
[junit4:junit4]   2> 68511 T205 C9 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&sort=id+desc&wt=javabin&q=*:*} hits=500 status=0 QTime=6 
[junit4:junit4]   2> 68513 T139 oas.SolrTestCaseJ4.tearDown ###Ending doTestStopPoll
[junit4:junit4]   2> 68536 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=9942762
[junit4:junit4]   2> 68537 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c46ec5
[junit4:junit4]   2> 68537 T139 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=500,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 68539 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 68539 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 68540 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 68542 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 68544 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 68544 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index;done=false>>]
[junit4:junit4]   2> 68545 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data/index
[junit4:junit4]   2> 68545 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data;done=false>>]
[junit4:junit4]   2> 68546 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481035/master/collection1/data
[junit4:junit4]   2> 68547 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 68622 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=27640495
[junit4:junit4]   2> 68623 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1701713
[junit4:junit4]   2> 68624 T139 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 68625 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 68625 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 68626 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 68628 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 68629 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 68629 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data;done=false>>]
[junit4:junit4]   2> 68630 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data
[junit4:junit4]   2> 68630 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index;done=false>>]
[junit4:junit4]   2> 68631 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272481198/slave/collection1/data/index
[junit4:junit4]   2> 68632 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 68696 T139 oas.SolrTestCaseJ4.setUp ###Starting doTestRepeater
[junit4:junit4]   2> 68701 T139 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 68704 T139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33295
[junit4:junit4]   2> 68705 T139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 68705 T139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 68706 T139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master
[junit4:junit4]   2> 68706 T139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/solr.xml
[junit4:junit4]   2> 68707 T139 oasc.CoreContainer.<init> New CoreContainer 29363038
[junit4:junit4]   2> 68707 T139 oasc.CoreContainer$Initializer.initialize no solr.xml found. using default old-style solr.xml
[junit4:junit4]   2> 68708 T139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/'
[junit4:junit4]   2> 68708 T139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/'
[junit4:junit4]   2> 68769 T139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 68769 T139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 68770 T139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 68770 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 68770 T139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 68770 T139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 68771 T139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 68771 T139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 68771 T139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 68772 T139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 68775 T139 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 68778 T222 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1
[junit4:junit4]   2> 68778 T222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/'
[junit4:junit4]   2> 68818 T222 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 68860 T222 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 68861 T222 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 68863 T222 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 68876 T222 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 68877 T222 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 68878 T222 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/, dataDir=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/data/
[junit4:junit4]   2> 68878 T222 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 68878 T222 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 68879 T222 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/data
[junit4:junit4]   2> 68879 T222 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/data/index/
[junit4:junit4]   2> 68879 T222 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 68879 T222 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272488342/master/collection1/data/index
[junit4:junit4]   2> 68880 T222 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f50d2d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1508bab),segFN=segments_1,generation=1}
[junit4:junit4]   2> 68881 T222 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 68882 T222 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 68882 T222 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 68882 T222 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 68882 T222 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 68882 T222 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 68883 T222 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 68885 T222 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 68887 T222 oass.SolrIndexSearcher.<init> Opening Searcher@13f0cde main
[junit4:junit4]   2> 68887 T222 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 68888 T222 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 68888 T222 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
[junit4:junit4]   2> 68888 T222 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 68888 T222 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 68888 T223 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13f0cde main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 68889 T139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 68889 

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

junit4:junit4]   2> 128478 T754 C62 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[489]} 0 1
[junit4:junit4]   2> 128480 T756 C62 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[490]} 0 0
[junit4:junit4]   2> 128482 T753 C62 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[491]} 0 0
[junit4:junit4]   2> 128485 T755 C62 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 128495 T755 C62 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9c8714 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b1953),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9c8714 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b1953),segFN=segments_2,generation=2}
[junit4:junit4]   2> 128495 T755 C62 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 128497 T755 C62 oass.SolrIndexSearcher.<init> Opening Searcher@776d73 main
[junit4:junit4]   2> 128497 T755 C62 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 128498 T758 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@776d73 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C492)}
[junit4:junit4]   2> 128498 T755 C62 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&wt=javabin&waitSearcher=true&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 128504 T756 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=0 
[junit4:junit4]   2> 128510 T754 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=7 
[junit4:junit4]   2> 128510 T762 oash.SnapShooter.createSnapshot Creating backup snapshot...
[junit4:junit4]   2> 128709 T753 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
[junit4:junit4]   2> 129356 T746 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:50728/solr is not available. Index fetch failed. Exception: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50728/solr
[junit4:junit4]   2> 129720 T756 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=backup} status=0 QTime=1 
[junit4:junit4]   2> 129720 T765 oash.SnapShooter.createSnapshot Creating backup snapshot...
[junit4:junit4]   2> 129720 T754 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
[junit4:junit4]   2> 129923 T753 C62 oasc.SolrCore.execute [collection1] webapp=/solr path=/replication params={command=details} status=0 QTime=1 
[junit4:junit4]   2> 129926 T139 oas.SolrTestCaseJ4.tearDown ###Ending doTestBackup
[junit4:junit4]   2> 129947 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=28311457
[junit4:junit4]   2> 129948 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c349e
[junit4:junit4]   2> 129948 T139 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=492,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 129949 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 129949 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 129949 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 129950 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 129951 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 129951 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data/index;done=false>>]
[junit4:junit4]   2> 129951 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data/index
[junit4:junit4]   2> 129952 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data;done=false>>]
[junit4:junit4]   2> 129952 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546312/master/collection1/data
[junit4:junit4]   2> 129952 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 130025 T139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=9148277
[junit4:junit4]   2> 130026 T139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9d858d
[junit4:junit4]   2> 130026 T139 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 130026 T139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 130027 T139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 130027 T139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 130027 T139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 130028 T139 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 130028 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data/index;done=false>>]
[junit4:junit4]   2> 130028 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data/index
[junit4:junit4]   2> 130029 T139 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data;done=false>>]
[junit4:junit4]   2> 130029 T139 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.TestReplicationHandler$SolrInstance-1370272546485/slave/collection1/data
[junit4:junit4]   2> 130029 T139 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 130084 T139 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=53), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=53)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=sr_BA, timezone=America/Catamarca
[junit4:junit4]   2> NOTE: Linux 3.2.0-45-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=42089112,total=159907840
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, ZkCLITest, AnalysisAfterCoreReloadTest, TestPropInjectDefaults, ClusterStateUpdateTest, FileBasedSpellCheckerTest, TestReplicationHandler]
[junit4:junit4] Completed on J0 in 70.61s, 13 tests, 1 failure <<< FAILURES!

[...truncated 846 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:380: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:360: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 296 suites, 1235 tests, 1 failure, 16 ignored (7 assumptions)

Total time: 36 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b91 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure