You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/08/06 05:14:34 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4213 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4213/

2 tests failed.
REGRESSION:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.DirectUpdateHandlerTest

Error Message:
ERROR: SolrIndexSearcher opens=23 closes=22

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
	at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
	at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 9824 lines...]
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
   [junit4]   2> 1018333 T1839 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144
   [junit4]   2> 1018335 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1018336 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1018337 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1018462 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1018543 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1018544 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1018555 T1839 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1019063 T1839 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1019090 T1839 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1019092 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1019099 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1019103 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
   [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
   [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1019171 T1839 oasc.CoreContainer.<init> New CoreContainer 1397431529
   [junit4]   2> 1019171 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1019172 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1019174 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1019186 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1019190 T1840 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1019191 T1840 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1019260 T1840 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1019341 T1840 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1019342 T1840 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1019353 T1840 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1019920 T1840 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1019924 T1840 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1019926 T1840 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1019935 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1019939 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1019941 T1840 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1019942 T1840 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/
   [junit4]   2> 1019942 T1840 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
   [junit4]   2> 1019943 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
   [junit4]   2> 1019943 T1840 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index/
   [junit4]   2> 1019944 T1840 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index' doesn't exist. Creating new index...
   [junit4]   2> 1019944 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
   [junit4]   2> 1019946 T1840 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
   [junit4]   2> 1019947 T1840 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1019947 T1840 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1019959 T1840 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1019969 T1840 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1019971 T1840 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1019972 T1840 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
   [junit4]   2> 1019975 T1840 oass.SolrIndexSearcher.<init> Opening Searcher@54eacbde main
   [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1019976 T1840 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1019982 T1840 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1020033 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54eacbde main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1020037 T1840 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1020054 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1020060 T1839 oas.SolrTestCaseJ4.setUp ###Starting testAddRollback
   [junit4]   2> ASYNC  NEW_CORE C1749 name=collection1 org.apache.solr.core.SolrCore@40f2af7
   [junit4]   2> 1020073 T1839 C1749 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
   [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1020078 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 5
   [junit4]   2> 1020105 T1839 C1749 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_2,generation=2}
   [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1020110 T1839 C1749 oass.SolrIndexSearcher.<init> Opening Searcher@79991702 main
   [junit4]   2> 1020111 T1839 C1749 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1020112 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79991702 main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 1020112 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1020118 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1020119 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1397431529
   [junit4]   2> 1020119 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40f2af7
   [junit4]   2> 1020137 T1839 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=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1020138 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1020138 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1020139 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1020139 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144;done=false>>]
   [junit4]   2> 1020141 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
   [junit4]   2> 1020143 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index;done=false>>]
   [junit4]   2> 1020144 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
   [junit4]   2> 1020158 T1839 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969
   [junit4]   2> 1020159 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1020287 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1020368 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1020369 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1020381 T1839 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1020958 T1839 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1020961 T1839 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1020963 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1020970 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1020974 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
   [junit4]   2> 1020978 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
   [junit4]   2> 1020990 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1021040 T1839 oasc.CoreContainer.<init> New CoreContainer 2123742274
   [junit4]   2> 1021041 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1021044 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1021056 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1021060 T1843 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1021061 T1843 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1021133 T1843 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1021216 T1843 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1021216 T1843 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1021228 T1843 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1021805 T1843 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1021809 T1843 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1021812 T1843 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1021821 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1021826 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1021830 T1843 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1021831 T1843 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/
   [junit4]   2> 1021831 T1843 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
   [junit4]   2> 1021833 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969
   [junit4]   2> 1021833 T1843 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index/
   [junit4]   2> 1021834 T1843 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index' doesn't exist. Creating new index...
   [junit4]   2> 1021835 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index
   [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
   [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1021839 T1843 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1021845 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1021846 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1021847 T1843 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1021851 T1843 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1021856 T1843 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1021857 T1843 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1021873 T1843 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1021875 T1843 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1021878 T1843 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
   [junit4]   2> 1021881 T1843 oass.SolrIndexSearcher.<init> Opening Searcher@7db61fe6 main
   [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1021883 T1843 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1021891 T1843 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1021955 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7db61fe6 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1021963 T1843 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1021980 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C1750 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
   [junit4]   2> 1021997 T1839 C1750 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
   [junit4]   2> 1021998 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1022000 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[A]} 0 7
   [junit4]   2> 1022002 T1839 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
   [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1022017 T1839 oass.SolrIndexSearcher.<init> Opening Searcher@6f39a0ff main
   [junit4]   2> 1022018 T1839 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022020 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f39a0ff main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 1022035 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[B]} 0 2
   [junit4]   2> 1022037 T1839 oasu.DirectUpdateHandler2.rollback start rollback{}
   [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 1022047 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
   [junit4]   2> 1022048 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1022048 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1022048 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
   [junit4]   2> 1022050 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=1 status=0 QTime=1 
   [junit4]   2> 1022067 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 2
   [junit4]   2> 1022077 T1839 C1750 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
   [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1022099 T1839 C1750 oass.SolrIndexSearcher.<init> Opening Searcher@6c569248 main
   [junit4]   2> 1022099 T1839 C1750 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022102 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c569248 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
   [junit4]   2> 1022103 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
   [junit4]   2> 1022109 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=0 
   [junit4]   2> 1022113 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testAddRollback
   [junit4]   2> 1022120 T1839 oas.SolrTestCaseJ4.setUp ###Starting testExpungeDeletes
   [junit4]   2> ASYNC  NEW_CORE C1751 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
   [junit4]   2> 1022153 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022154 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 1022164 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022167 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
   [junit4]   2> 1022168 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 1022176 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a0454c7 main
   [junit4]   2> 1022176 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022178 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a0454c7 main{StandardDirectoryReader(segments_4:6:nrt)}
   [junit4]   2> 1022182 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
   [junit4]   2> 1022199 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1022209 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1022219 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022229 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
   [junit4]   2> 1022230 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 1022235 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@6feedc8c main
   [junit4]   2> 1022236 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022238 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6feedc8c main{StandardDirectoryReader(segments_5:8:nrt _2(5.0):C2)}
   [junit4]   2> 1022239 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 20
   [junit4]   2> 1022255 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 2
   [junit4]   2> 1022265 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1022276 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1022286 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022298 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
   [junit4]   2> 1022299 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 1022304 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@72042e19 main
   [junit4]   2> 1022305 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022307 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72042e19 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
   [junit4]   2> 1022308 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
   [junit4]   2> 1022322 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=true,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022323 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1022323 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1e899db5 main
   [junit4]   2> 1022324 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022326 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e899db5 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
   [junit4]   2> 1022327 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1022329 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testExpungeDeletes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.method=testExpungeDeletes -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.23s J1 | DirectUpdateHandlerTest.testExpungeDeletes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 1022347 T1839 oas.SolrTestCaseJ4.setUp ###Starting testBasics
   [junit4]   2> 1022356 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022357 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1022367 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022370 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
   [junit4]   2> 1022371 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 1022379 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7bab2f46 main
   [junit4]   2> 1022380 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022381 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bab2f46 main{StandardDirectoryReader(segments_7:12:nrt)}
   [junit4]   2> 1022382 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
   [junit4]   2> 1022398 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 2
   [junit4]   2> 1022408 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1022411 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=1 
   [junit4]   2> 1022413 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=0 
   [junit4]   2> 1022423 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022438 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
   [junit4]   2> 1022439 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 1022444 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7952e03e main
   [junit4]   2> 1022445 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022447 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7952e03e main{StandardDirectoryReader(segments_8:14:nrt _4(5.0):C2)}
   [junit4]   2> 1022450 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 27
   [junit4]   2> 1022456 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=0 
   [junit4]   2> 1022458 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0 
   [junit4]   2> 1022468 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {delete=[5]} 0 0
   [junit4]   2> 1022471 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=1 
   [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1022483 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7ee35846 main
   [junit4]   2> 1022484 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022486 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ee35846 main{StandardDirectoryReader(segments_8:15:nrt _4(5.0):C2/1)}
   [junit4]   2> 1022487 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1022489 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=0 
   [junit4]   2> 1022491 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0 
   [junit4]   2> 1022501 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022503 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 1022505 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0 
   [junit4]   2> 1022515 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022520 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
   [junit4]   2> 1022521 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 1022526 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@79204105 main
   [junit4]   2> 1022526 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022528 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79204105 main{StandardDirectoryReader(segments_9:16:nrt)}
   [junit4]   2> 1022532 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
   [junit4]   2> 1022539 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=1 
   [junit4]   2> 1022540 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testBasics
   [junit4]   2> 1022548 T1839 oas.SolrTestCaseJ4.setUp ###Starting testPrepareCommit
   [junit4]   2> 1022557 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022560 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
   [junit4]   2> 1022570 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022575 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
   [junit4]   2> 1022576 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 1022578 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1367b3 main
   [junit4]   2> 1022578 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022580 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1367b3 main{StandardDirectoryReader(segments_a:17:nrt)}
   [junit4]   2> 1022583 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 1022599 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 2
   [junit4]   2> 1022609 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022622 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
   [junit4]   2> 1022623 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 1022628 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@553a0708 main
   [junit4]   2> 1022629 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022631 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@553a0708 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
   [junit4]   2> 1022633 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 24
   [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1022649 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@207271b main
   [junit4]   2> 1022649 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022651 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@207271b main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
   [junit4]   2> 1022652 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1022656 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before addDoc=[_3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
   [junit4]   2> 1022667 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1022671 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before prepareCommit=[_6.fdx, _3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _6.fdt, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
   [junit4]   2> 1022696 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
   [junit4]   2> 1022706 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
   [junit4]   2> 1022706 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 10
   [junit4]   2> 1022708 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES after prepareCommit=[_6.fnm, _6.fdx, _3_NestedPulsing_0.tim, _6.nvd, segments_b, _3.fdt, _6_NestedPulsing_0.doc, segments.gen, _5.si, _6.nvm, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _6.si, _2_NestedPulsing_0.doc, _6.fdt, segments_c, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _6_NestedPulsing_0.tip, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd, _6_NestedPulsing_0.tim]
   [junit4]   2> 1022711 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=1 
   [junit4]   2> 1022721 T1839 C1751 oasu.DirectUpdateHandler2.rollback start rollback{}
   [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1022723 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 1022742 T1839 C1751 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
   [junit4]   2> 1022743 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 1022744 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1022744 T1839 C1751 oasu.DirectUpdateHandler2.rollback end_rollback
   [junit4]   2> 1022745 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={rollback=true&wt=json&indent=true} {rollback=} 0 24
   [junit4]   2> 1022757 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022758 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1022760 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@2e0c9242 main
   [junit4]   2> 1022761 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022763 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e0c9242 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
   [junit4]   2> 1022763 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1022766 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0 
   [junit4]   2> 1022776 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1022802 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
   [junit4]   2> 1022813 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
   [junit4]   2> 1022814 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 12
   [junit4]   2> 1022814 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0 
   [junit4]   2> 1022823 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022827 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
   [junit4]   2> 1022828 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 1022833 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a106ad0 main
   [junit4]   2> 1022834 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022837 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a106ad0 main{StandardDirectoryReader(segments_c:21:nrt _5(5.0):C1 _6(5.0):C1)}
   [junit4]   2> 1022839 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 16
   [junit4]   2> 1022846 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=1 status=0 QTime=1 
   [junit4]   2> 1022847 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testPrepareCommit
   [junit4]   2> 1022854 T1839 oas.SolrTestCaseJ4.setUp ###Starting testRequireUniqueKey
   [junit4]   2> 1022863 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022865 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 1022875 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022880 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
   [junit4]   2> 1022881 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 1022889 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@702e4b15 main
   [junit4]   2> 1022890 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022892 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@702e4b15 main{StandardDirectoryReader(segments_d:22:nrt)}
   [junit4]   2> 1022898 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
   [junit4]   2> 1022914 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1022924 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1022925 T1839 C1751 oasc.SolrException.log Ignoring exception matching ignore_exception
   [junit4]   2> 1022934 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1022935 T1839 C1751 oasc.SolrException.log Ignoring exception matching id
   [junit4]   2> 1022936 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testRequireUniqueKey
   [junit4]   2> 1022943 T1839 oas.SolrTestCaseJ4.setUp ###Starting testDeleteRollback
   [junit4]   2> 1022951 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1022955 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
   [junit4]   2> 1022970 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_e,generation=14}
   [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 1022977 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@3be492e7 main
   [junit4]   2> 1022978 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1022980 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be492e7 main{StandardDirectoryReader(segments_e:24:nrt)}
   [junit4]   2> 1022983 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 1022989 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1022989 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2123742274
   [junit4]   2> 1022989 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e8ce920
   [junit4]   2> 1023008 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=16,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=2,expungeDeletes=1,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=1,cumulative_deletesByQuery=6,cumulative_errors=0}
   [junit4]   2> 1023008 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1023011 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1023012 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1035265 T1839 oasc.CachingDirectoryFactory.close ERROR Timeout waiting for all directory ref counts to be released - gave up waiting on CachedDir<<refCount=1;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index;done=false>>
   [junit4]   2> 1035267 T1839 oasc.SolrException.log ERROR Error closing directory:org.apache.solr.common.SolrException: Timeout waiting for all directory ref counts to be releas

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

oasu.DirectUpdateHandler2.rollback start rollback{}
   [junit4]   2> 1037087 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
   [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
   [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1037093 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1037093 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
   [junit4]   2> 1037093 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=22 
   [junit4]   2> 1037103 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 1
   [junit4]   2> 1037110 T1839 C1752 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1037120 T1839 C1752 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_3,generation=3}
   [junit4]   2> 1037121 T1839 C1752 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1037130 T1839 C1752 oass.SolrIndexSearcher.<init> Opening Searcher@793305f9 main
   [junit4]   2> 1037130 T1839 C1752 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1037133 T1847 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@793305f9 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C2 _1(5.0):C1)}
   [junit4]   2> 1037133 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 23
   [junit4]   2> 1037140 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=1 
   [junit4]   2> 1037143 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testDeleteRollback
   [junit4]   2> 1037145 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1037145 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1481931935
   [junit4]   2> 1037146 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a588567
   [junit4]   2> 1037163 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,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]   2> 1037163 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1037165 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1037165 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index;done=false>>]
   [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index
   [junit4]   2> 1037228 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098;done=false>>]
   [junit4]   2> 1037229 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098
   [junit4]   2> 1158410 T1839 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=23 closes=22
   [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=et_EE, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=199402768,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, NumericFieldsTest, EchoParamsTest, SolrIndexConfigTest, XsltUpdateRequestHandlerTest, ShardSplitTest, CoreAdminCreateDiscoverTest, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest, TestDistributedGrouping, StandardRequestHandlerTest, SignatureUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, OpenCloseCoreStressTest, DebugComponentTest, TestRTGBase, TestComponentsName, TimeZoneUtilsTest, TestPartialUpdateDeduplication, TestRecovery, DocumentAnalysisRequestHandlerTest, TestRandomFaceting, TestOmitPositions, OutputWriterTest, TestStressLucene, TestAddFieldRealTimeGet, ClusterStateTest, TestSuggestSpellingConverter, TestRangeQuery, StatsComponentTest, TestCopyFieldCollectionResource, HighlighterTest, ChaosMonkeySafeLeaderTest, TestFieldCollectionResource, TestLazyCores, QueryResultKeyTest, TestManagedSchemaFieldResource, SortByFunctionTest, JSONWriterTest, CurrencyFieldXmlFileTest, CurrencyFieldOpenExchangeTest, ZkSolrClientTest, TestArbitraryIndexDir, SolrCoreCheckLockOnStartupTest, SampleTest, HdfsUnloadDistributedZkTest, HdfsLockFactoryTest, TestStressReorder, TestCoreDiscovery, FieldAnalysisRequestHandlerTest, HdfsDirectoryTest, BasicDistributedZk2Test, TestDFRSimilarityFactory, TestSchemaResource, TestLuceneMatchVersion, TestJmxIntegration, DocValuesMultiTest, HdfsCollectionsAPIDistributedZkTest, DistanceFunctionTest, UniqFieldsUpdateProcessorFactoryTest, TestSolr4Spatial, TestQuerySenderNoQuery, DirectUpdateHandlerTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | DirectUpdateHandlerTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4] Completed on J1 in 140.11s, 6 tests, 2 failures <<< FAILURES!

[...truncated 537 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 318 suites, 1342 tests, 1 suite-level error, 1 failure, 34 ignored (6 assumptions)

Total time: 58 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4213 - Failure

Posted by Chris Hostetter <ho...@fucit.org>.
: I dont think this test should be run with a random MP, it might not do
: what the test wants :)

yeah ... trying to make sense of it now.


: 
: On Mon, Aug 5, 2013 at 11:14 PM, Apache Jenkins Server
: <je...@builds.apache.org> wrote:
: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4213/
: >
: > 2 tests failed.
: > REGRESSION:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes
: >
: > Error Message:
: > expected:<5> but was:<4>
: >
: > Stack Trace:
: > java.lang.AssertionError: expected:<5> but was:<4>
: >         at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
: >         at org.junit.Assert.fail(Assert.java:93)
: >         at org.junit.Assert.failNotEquals(Assert.java:647)
: >         at org.junit.Assert.assertEquals(Assert.java:128)
: >         at org.junit.Assert.assertEquals(Assert.java:472)
: >         at org.junit.Assert.assertEquals(Assert.java:456)
: >         at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
: >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: >         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
: >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: >         at java.lang.reflect.Method.invoke(Method.java:606)
: >         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)
: >
: >
: > FAILED:  junit.framework.TestSuite.org.apache.solr.update.DirectUpdateHandlerTest
: >
: > Error Message:
: > ERROR: SolrIndexSearcher opens=23 closes=22
: >
: > Stack Trace:
: > java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
: >         at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
: >         at org.junit.Assert.fail(Assert.java:93)
: >         at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
: >         at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
: >         at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
: >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
: >         at java.lang.reflect.Method.invoke(Method.java:606)
: >         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
: >         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
: >         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
: >         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 9824 lines...]
: >    [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
: >    [junit4]   2> 1018333 T1839 oas.SolrTestCaseJ4.initCore ####initCore
: >    [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144
: >    [junit4]   2> 1018335 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
: >    [junit4]   2> 1018336 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
: >    [junit4]   2> 1018337 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
: >    [junit4]   2> 1018462 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
: >    [junit4]   2> 1018543 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
: >    [junit4]   2> 1018544 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
: >    [junit4]   2> 1018555 T1839 oass.IndexSchema.readSchema [null] Schema name=test
: >    [junit4]   2> 1019063 T1839 oass.IndexSchema.readSchema default search field in schema is text
: >    [junit4]   2> 1019090 T1839 oass.IndexSchema.readSchema unique key field: id
: >    [junit4]   2> 1019092 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
: >    [junit4]   2> 1019099 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1019103 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
: >    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
: >    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
: >    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
: >    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
: >    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
: >    [junit4]   2> 1019171 T1839 oasc.CoreContainer.<init> New CoreContainer 1397431529
: >    [junit4]   2> 1019171 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
: >    [junit4]   2> 1019172 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
: >    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
: >    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
: >    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
: >    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
: >    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
: >    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
: >    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
: >    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
: >    [junit4]   2> 1019174 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
: >    [junit4]   2> 1019186 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
: >    [junit4]   2> 1019190 T1840 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
: >    [junit4]   2> 1019191 T1840 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
: >    [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
: >    [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
: >    [junit4]   2> 1019260 T1840 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
: >    [junit4]   2> 1019341 T1840 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
: >    [junit4]   2> 1019342 T1840 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
: >    [junit4]   2> 1019353 T1840 oass.IndexSchema.readSchema [collection1] Schema name=test
: >    [junit4]   2> 1019920 T1840 oass.IndexSchema.readSchema default search field in schema is text
: >    [junit4]   2> 1019924 T1840 oass.IndexSchema.readSchema unique key field: id
: >    [junit4]   2> 1019926 T1840 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
: >    [junit4]   2> 1019935 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1019939 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1019941 T1840 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
: >    [junit4]   2> 1019942 T1840 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/
: >    [junit4]   2> 1019942 T1840 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
: >    [junit4]   2> 1019943 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
: >    [junit4]   2> 1019943 T1840 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index/
: >    [junit4]   2> 1019944 T1840 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index' doesn't exist. Creating new index...
: >    [junit4]   2> 1019944 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
: >    [junit4]   2> 1019946 T1840 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
: >    [junit4]   2> 1019947 T1840 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
: >    [junit4]   2> 1019947 T1840 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
: >    [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
: >    [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
: >    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
: >    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
: >    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
: >    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
: >    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
: >    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
: >    [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
: >    [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
: >    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
: >    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
: >    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
: >    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
: >    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
: >    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
: >    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
: >    [junit4]   2> 1019959 T1840 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
: >    [junit4]   2> 1019969 T1840 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
: >    [junit4]   2> 1019971 T1840 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
: >    [junit4]   2> 1019972 T1840 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSO
 R0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTA
 BLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEM
 A-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS
 -NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQ
 UEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
: >    [junit4]   2> 1019975 T1840 oass.SolrIndexSearcher.<init> Opening Searcher@54eacbde main
: >    [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Hard AutoCommit: disabled
: >    [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Soft AutoCommit: disabled
: >    [junit4]   2> 1019976 T1840 oashc.SpellCheckComponent.inform Initializing spell checkers
: >    [junit4]   2> 1019982 T1840 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
: >    [junit4]   2> 1020033 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54eacbde main{StandardDirectoryReader(segments_1:1)}
: >    [junit4]   2> 1020037 T1840 oasc.CoreContainer.registerCore registering core: collection1
: >    [junit4]   2> 1020054 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
: >    [junit4]   2> 1020060 T1839 oas.SolrTestCaseJ4.setUp ###Starting testAddRollback
: >    [junit4]   2> ASYNC  NEW_CORE C1749 name=collection1 org.apache.solr.core.SolrCore@40f2af7
: >    [junit4]   2> 1020073 T1839 C1749 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
: >    [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
: >    [junit4]   2> 1020078 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 5
: >    [junit4]   2> 1020105 T1839 C1749 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_2,generation=2}
: >    [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
: >    [junit4]   2> 1020110 T1839 C1749 oass.SolrIndexSearcher.<init> Opening Searcher@79991702 main
: >    [junit4]   2> 1020111 T1839 C1749 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1020112 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79991702 main{StandardDirectoryReader(segments_2:2:nrt)}
: >    [junit4]   2> 1020112 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
: >    [junit4]   2> 1020118 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: >    [junit4]   2> 1020119 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1397431529
: >    [junit4]   2> 1020119 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40f2af7
: >    [junit4]   2> 1020137 T1839 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=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
: >    [junit4]   2> 1020138 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
: >    [junit4]   2> 1020138 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
: >    [junit4]   2> 1020139 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
: >    [junit4]   2> 1020139 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
: >    [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
: >    [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144;done=false>>]
: >    [junit4]   2> 1020141 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
: >    [junit4]   2> 1020143 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index;done=false>>]
: >    [junit4]   2> 1020144 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
: >    [junit4]   2> 1020158 T1839 oas.SolrTestCaseJ4.initCore ####initCore
: >    [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969
: >    [junit4]   2> 1020159 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
: >    [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
: >    [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
: >    [junit4]   2> 1020287 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
: >    [junit4]   2> 1020368 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
: >    [junit4]   2> 1020369 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
: >    [junit4]   2> 1020381 T1839 oass.IndexSchema.readSchema [null] Schema name=test
: >    [junit4]   2> 1020958 T1839 oass.IndexSchema.readSchema default search field in schema is text
: >    [junit4]   2> 1020961 T1839 oass.IndexSchema.readSchema unique key field: id
: >    [junit4]   2> 1020963 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
: >    [junit4]   2> 1020970 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1020974 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
: >    [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
: >    [junit4]   2> 1020978 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
: >    [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
: >    [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
: >    [junit4]   2> 1020990 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
: >    [junit4]   2> 1021040 T1839 oasc.CoreContainer.<init> New CoreContainer 2123742274
: >    [junit4]   2> 1021041 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
: >    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
: >    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
: >    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
: >    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
: >    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
: >    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
: >    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
: >    [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
: >    [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
: >    [junit4]   2> 1021044 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
: >    [junit4]   2> 1021056 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
: >    [junit4]   2> 1021060 T1843 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
: >    [junit4]   2> 1021061 T1843 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
: >    [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
: >    [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
: >    [junit4]   2> 1021133 T1843 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
: >    [junit4]   2> 1021216 T1843 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
: >    [junit4]   2> 1021216 T1843 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
: >    [junit4]   2> 1021228 T1843 oass.IndexSchema.readSchema [collection1] Schema name=test
: >    [junit4]   2> 1021805 T1843 oass.IndexSchema.readSchema default search field in schema is text
: >    [junit4]   2> 1021809 T1843 oass.IndexSchema.readSchema unique key field: id
: >    [junit4]   2> 1021812 T1843 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
: >    [junit4]   2> 1021821 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1021826 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
: >    [junit4]   2> 1021830 T1843 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
: >    [junit4]   2> 1021831 T1843 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/
: >    [junit4]   2> 1021831 T1843 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
: >    [junit4]   2> 1021833 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969
: >    [junit4]   2> 1021833 T1843 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index/
: >    [junit4]   2> 1021834 T1843 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index' doesn't exist. Creating new index...
: >    [junit4]   2> 1021835 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index
: >    [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
: >    [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
: >    [junit4]   2> 1021839 T1843 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
: >    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
: >    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
: >    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
: >    [junit4]   2> 1021845 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
: >    [junit4]   2> 1021846 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
: >    [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
: >    [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
: >    [junit4]   2> 1021847 T1843 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
: >    [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
: >    [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
: >    [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
: >    [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
: >    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
: >    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
: >    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
: >    [junit4]   2> 1021851 T1843 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
: >    [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
: >    [junit4]   2> 1021856 T1843 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
: >    [junit4]   2> 1021857 T1843 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
: >    [junit4]   2> 1021873 T1843 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
: >    [junit4]   2> 1021875 T1843 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
: >    [junit4]   2> 1021878 T1843 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSO
 R0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTA
 BLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEM
 A-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS
 -NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQ
 UEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
: >    [junit4]   2> 1021881 T1843 oass.SolrIndexSearcher.<init> Opening Searcher@7db61fe6 main
: >    [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Hard AutoCommit: disabled
: >    [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Soft AutoCommit: disabled
: >    [junit4]   2> 1021883 T1843 oashc.SpellCheckComponent.inform Initializing spell checkers
: >    [junit4]   2> 1021891 T1843 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
: >    [junit4]   2> 1021955 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7db61fe6 main{StandardDirectoryReader(segments_1:1)}
: >    [junit4]   2> 1021963 T1843 oasc.CoreContainer.registerCore registering core: collection1
: >    [junit4]   2> 1021980 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
: >    [junit4]   2> ASYNC  NEW_CORE C1750 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
: >    [junit4]   2> 1021997 T1839 C1750 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
: >    [junit4]   2> 1021998 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
: >    [junit4]   2> 1022000 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[A]} 0 7
: >    [junit4]   2> 1022002 T1839 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
: >    [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
: >    [junit4]   2> 1022017 T1839 oass.SolrIndexSearcher.<init> Opening Searcher@6f39a0ff main
: >    [junit4]   2> 1022018 T1839 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022020 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f39a0ff main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
: >    [junit4]   2> 1022035 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[B]} 0 2
: >    [junit4]   2> 1022037 T1839 oasu.DirectUpdateHandler2.rollback start rollback{}
: >    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
: >    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
: >    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
: >    [junit4]   2> 1022047 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
: >    [junit4]   2> 1022048 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
: >    [junit4]   2> 1022048 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
: >    [junit4]   2> 1022048 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
: >    [junit4]   2> 1022050 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=1 status=0 QTime=1
: >    [junit4]   2> 1022067 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 2
: >    [junit4]   2> 1022077 T1839 C1750 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
: >    [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
: >    [junit4]   2> 1022099 T1839 C1750 oass.SolrIndexSearcher.<init> Opening Searcher@6c569248 main
: >    [junit4]   2> 1022099 T1839 C1750 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022102 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c569248 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
: >    [junit4]   2> 1022103 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
: >    [junit4]   2> 1022109 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=0
: >    [junit4]   2> 1022113 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testAddRollback
: >    [junit4]   2> 1022120 T1839 oas.SolrTestCaseJ4.setUp ###Starting testExpungeDeletes
: >    [junit4]   2> ASYNC  NEW_CORE C1751 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
: >    [junit4]   2> 1022153 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022154 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
: >    [junit4]   2> 1022164 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022167 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
: >    [junit4]   2> 1022168 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
: >    [junit4]   2> 1022176 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a0454c7 main
: >    [junit4]   2> 1022176 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022178 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a0454c7 main{StandardDirectoryReader(segments_4:6:nrt)}
: >    [junit4]   2> 1022182 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
: >    [junit4]   2> 1022199 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
: >    [junit4]   2> 1022209 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
: >    [junit4]   2> 1022219 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022229 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
: >    [junit4]   2> 1022230 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
: >    [junit4]   2> 1022235 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@6feedc8c main
: >    [junit4]   2> 1022236 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022238 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6feedc8c main{StandardDirectoryReader(segments_5:8:nrt _2(5.0):C2)}
: >    [junit4]   2> 1022239 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 20
: >    [junit4]   2> 1022255 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 2
: >    [junit4]   2> 1022265 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
: >    [junit4]   2> 1022276 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
: >    [junit4]   2> 1022286 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022298 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
: >    [junit4]   2> 1022299 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
: >    [junit4]   2> 1022304 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@72042e19 main
: >    [junit4]   2> 1022305 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022307 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72042e19 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
: >    [junit4]   2> 1022308 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
: >    [junit4]   2> 1022322 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=true,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022323 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
: >    [junit4]   2> 1022323 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1e899db5 main
: >    [junit4]   2> 1022324 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022326 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e899db5 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
: >    [junit4]   2> 1022327 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
: >    [junit4]   2> 1022329 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testExpungeDeletes
: >    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.method=testExpungeDeletes -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
: >    [junit4] FAILURE 0.23s J1 | DirectUpdateHandlerTest.testExpungeDeletes <<<
: >    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
: >    [junit4]    >        at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
: >    [junit4]    >        at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
: >    [junit4]    >        at java.lang.Thread.run(Thread.java:724)
: >    [junit4]   2> 1022347 T1839 oas.SolrTestCaseJ4.setUp ###Starting testBasics
: >    [junit4]   2> 1022356 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022357 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
: >    [junit4]   2> 1022367 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022370 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
: >    [junit4]   2> 1022371 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
: >    [junit4]   2> 1022379 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7bab2f46 main
: >    [junit4]   2> 1022380 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022381 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bab2f46 main{StandardDirectoryReader(segments_7:12:nrt)}
: >    [junit4]   2> 1022382 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
: >    [junit4]   2> 1022398 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 2
: >    [junit4]   2> 1022408 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
: >    [junit4]   2> 1022411 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=1
: >    [junit4]   2> 1022413 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=0
: >    [junit4]   2> 1022423 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022438 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
: >    [junit4]   2> 1022439 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
: >    [junit4]   2> 1022444 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7952e03e main
: >    [junit4]   2> 1022445 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022447 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7952e03e main{StandardDirectoryReader(segments_8:14:nrt _4(5.0):C2)}
: >    [junit4]   2> 1022450 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 27
: >    [junit4]   2> 1022456 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=0
: >    [junit4]   2> 1022458 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
: >    [junit4]   2> 1022468 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {delete=[5]} 0 0
: >    [junit4]   2> 1022471 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=1
: >    [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
: >    [junit4]   2> 1022483 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7ee35846 main
: >    [junit4]   2> 1022484 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022486 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ee35846 main{StandardDirectoryReader(segments_8:15:nrt _4(5.0):C2/1)}
: >    [junit4]   2> 1022487 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
: >    [junit4]   2> 1022489 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=0
: >    [junit4]   2> 1022491 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
: >    [junit4]   2> 1022501 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022503 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
: >    [junit4]   2> 1022505 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
: >    [junit4]   2> 1022515 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022520 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
: >    [junit4]   2> 1022521 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
: >    [junit4]   2> 1022526 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@79204105 main
: >    [junit4]   2> 1022526 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022528 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79204105 main{StandardDirectoryReader(segments_9:16:nrt)}
: >    [junit4]   2> 1022532 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
: >    [junit4]   2> 1022539 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=1
: >    [junit4]   2> 1022540 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testBasics
: >    [junit4]   2> 1022548 T1839 oas.SolrTestCaseJ4.setUp ###Starting testPrepareCommit
: >    [junit4]   2> 1022557 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022560 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
: >    [junit4]   2> 1022570 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022575 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
: >    [junit4]   2> 1022576 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
: >    [junit4]   2> 1022578 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1367b3 main
: >    [junit4]   2> 1022578 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022580 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1367b3 main{StandardDirectoryReader(segments_a:17:nrt)}
: >    [junit4]   2> 1022583 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
: >    [junit4]   2> 1022599 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 2
: >    [junit4]   2> 1022609 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022622 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
: >    [junit4]   2> 1022623 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
: >    [junit4]   2> 1022628 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@553a0708 main
: >    [junit4]   2> 1022629 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022631 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@553a0708 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
: >    [junit4]   2> 1022633 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 24
: >    [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
: >    [junit4]   2> 1022649 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@207271b main
: >    [junit4]   2> 1022649 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022651 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@207271b main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
: >    [junit4]   2> 1022652 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
: >    [junit4]   2> 1022656 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before addDoc=[_3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
: >    [junit4]   2> 1022667 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
: >    [junit4]   2> 1022671 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before prepareCommit=[_6.fdx, _3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _6.fdt, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
: >    [junit4]   2> 1022696 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
: >    [junit4]   2> 1022706 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
: >    [junit4]   2> 1022706 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 10
: >    [junit4]   2> 1022708 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES after prepareCommit=[_6.fnm, _6.fdx, _3_NestedPulsing_0.tim, _6.nvd, segments_b, _3.fdt, _6_NestedPulsing_0.doc, segments.gen, _5.si, _6.nvm, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _6.si, _2_NestedPulsing_0.doc, _6.fdt, segments_c, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _6_NestedPulsing_0.tip, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd, _6_NestedPulsing_0.tim]
: >    [junit4]   2> 1022711 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=1
: >    [junit4]   2> 1022721 T1839 C1751 oasu.DirectUpdateHandler2.rollback start rollback{}
: >    [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
: >    [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
: >    [junit4]   2> 1022723 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
: >    [junit4]   2> 1022742 T1839 C1751 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
: >    [junit4]   2> 1022743 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
: >    [junit4]   2> 1022744 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
: >    [junit4]   2> 1022744 T1839 C1751 oasu.DirectUpdateHandler2.rollback end_rollback
: >    [junit4]   2> 1022745 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={rollback=true&wt=json&indent=true} {rollback=} 0 24
: >    [junit4]   2> 1022757 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022758 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
: >    [junit4]   2> 1022760 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@2e0c9242 main
: >    [junit4]   2> 1022761 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022763 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e0c9242 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
: >    [junit4]   2> 1022763 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
: >    [junit4]   2> 1022766 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0
: >    [junit4]   2> 1022776 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
: >    [junit4]   2> 1022802 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
: >    [junit4]   2> 1022813 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
: >    [junit4]   2> 1022814 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 12
: >    [junit4]   2> 1022814 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0
: >    [junit4]   2> 1022823 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022827 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
: >    [junit4]   2> 1022828 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
: >    [junit4]   2> 1022833 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a106ad0 main
: >    [junit4]   2> 1022834 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022837 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a106ad0 main{StandardDirectoryReader(segments_c:21:nrt _5(5.0):C1 _6(5.0):C1)}
: >    [junit4]   2> 1022839 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 16
: >    [junit4]   2> 1022846 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=1 status=0 QTime=1
: >    [junit4]   2> 1022847 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testPrepareCommit
: >    [junit4]   2> 1022854 T1839 oas.SolrTestCaseJ4.setUp ###Starting testRequireUniqueKey
: >    [junit4]   2> 1022863 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022865 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
: >    [junit4]   2> 1022875 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022880 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
: >    [junit4]   2> 1022881 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
: >    [junit4]   2> 1022889 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@702e4b15 main
: >    [junit4]   2> 1022890 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022892 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@702e4b15 main{StandardDirectoryReader(segments_d:22:nrt)}
: >    [junit4]   2> 1022898 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
: >    [junit4]   2> 1022914 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
: >    [junit4]   2> 1022924 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
: >    [junit4]   2> 1022925 T1839 C1751 oasc.SolrException.log Ignoring exception matching ignore_exception
: >    [junit4]   2> 1022934 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
: >    [junit4]   2> 1022935 T1839 C1751 oasc.SolrException.log Ignoring exception matching id
: >    [junit4]   2> 1022936 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testRequireUniqueKey
: >    [junit4]   2> 1022943 T1839 oas.SolrTestCaseJ4.setUp ###Starting testDeleteRollback
: >    [junit4]   2> 1022951 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
: >    [junit4]   2> 1022955 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
: >    [junit4]   2> 1022970 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_e,generation=14}
: >    [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
: >    [junit4]   2> 1022977 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@3be492e7 main
: >    [junit4]   2> 1022978 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1022980 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be492e7 main{StandardDirectoryReader(segments_e:24:nrt)}
: >    [junit4]   2> 1022983 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
: >    [junit4]   2> 1022989 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: >    [junit4]   2> 1022989 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2123742274
: >    [junit4]   2> 1022989 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e8ce920
: >    [junit4]   2> 1023008 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=16,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=2,expungeDeletes=1,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=1,cumulative_deletesByQuery=6,cumulative_errors=0}
: >    [junit4]   2> 1023008 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
: >    [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
: >    [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
: >    [junit4]   2> 1023011 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
: >    [junit4]   2> 1023012 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
: >    [junit4]   2> 1035265 T1839 oasc.CachingDirectoryFactory.close ERROR Timeout waiting for all directory ref counts to be released - gave up waiting on CachedDir<<refCount=1;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index;done=false>>
: >    [junit4]   2> 1035267 T1839 oasc.SolrException.log ERROR Error closing directory:org.apache.solr.common.SolrException: Timeout waiting for all directory ref counts to be releas
: >
: > [...truncated too long message...]
: >
: > oasu.DirectUpdateHandler2.rollback start rollback{}
: >    [junit4]   2> 1037087 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
: >    [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
: >    [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
: >    [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
: >    [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
: >    [junit4]   2> 1037093 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
: >    [junit4]   2> 1037093 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
: >    [junit4]   2> 1037093 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=22
: >    [junit4]   2> 1037103 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 1
: >    [junit4]   2> 1037110 T1839 C1752 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
: >    [junit4]   2> 1037120 T1839 C1752 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
: >    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_3,generation=3}
: >    [junit4]   2> 1037121 T1839 C1752 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
: >    [junit4]   2> 1037130 T1839 C1752 oass.SolrIndexSearcher.<init> Opening Searcher@793305f9 main
: >    [junit4]   2> 1037130 T1839 C1752 oasu.DirectUpdateHandler2.commit end_commit_flush
: >    [junit4]   2> 1037133 T1847 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@793305f9 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C2 _1(5.0):C1)}
: >    [junit4]   2> 1037133 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 23
: >    [junit4]   2> 1037140 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=1
: >    [junit4]   2> 1037143 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testDeleteRollback
: >    [junit4]   2> 1037145 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
: >    [junit4]   2> 1037145 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1481931935
: >    [junit4]   2> 1037146 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a588567
: >    [junit4]   2> 1037163 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,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]   2> 1037163 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
: >    [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
: >    [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
: >    [junit4]   2> 1037165 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
: >    [junit4]   2> 1037165 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
: >    [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index;done=false>>]
: >    [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index
: >    [junit4]   2> 1037228 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098;done=false>>]
: >    [junit4]   2> 1037229 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098
: >    [junit4]   2> 1158410 T1839 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=23 closes=22
: >    [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=et_EE, timezone=Africa/Timbuktu
: >    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=199402768,total=536870912
: >    [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, NumericFieldsTest, EchoParamsTest, SolrIndexConfigTest, XsltUpdateRequestHandlerTest, ShardSplitTest, CoreAdminCreateDiscoverTest, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest, TestDistributedGrouping, StandardRequestHandlerTest, SignatureUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, OpenCloseCoreStressTest, DebugComponentTest, TestRTGBase, TestComponentsName, TimeZoneUtilsTest, TestPartialUpdateDeduplication, TestRecovery, DocumentAnalysisRequestHandlerTest, TestRandomFaceting, TestOmitPositions, OutputWriterTest, TestStressLucene, TestAddFieldRealTimeGet, ClusterStateTest, TestSuggestSpellingConverter, TestRangeQuery, StatsComponentTest, TestCopyFieldCollectionResource, HighlighterTest, ChaosMonkeySafeLeaderTest, TestFieldCollectionResource, TestLazyCores, QueryResultKeyTest, TestManagedSchemaFieldResource, SortByFunctionTest, JSONWriterTest, CurrencyFieldXmlFileTest, CurrencyFieldOpenExchan
 geTest, ZkSolrClientTest, TestArbitraryIndexDir, SolrCoreCheckLockOnStartupTest, SampleTest, HdfsUnloadDistributedZkTest, HdfsLockFactoryTest, TestStressReorder, TestCoreDiscovery, FieldAnalysisRequestHandlerTest, HdfsDirectoryTest, BasicDistributedZk2Test, TestDFRSimilarityFactory, TestSchemaResource, TestLuceneMatchVersion, TestJmxIntegration, DocValuesMultiTest, HdfsCollectionsAPIDistributedZkTest, DistanceFunctionTest, UniqFieldsUpdateProcessorFactoryTest, TestSolr4Spatial, TestQuerySenderNoQuery, DirectUpdateHandlerTest]
: >    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
: >    [junit4] ERROR   0.00s J1 | DirectUpdateHandlerTest (suite) <<<
: >    [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
: >    [junit4]    >        at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
: >    [junit4]    >        at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
: >    [junit4]    >        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
: >    [junit4]    >        at java.lang.Thread.run(Thread.java:724)
: >    [junit4] Completed on J1 in 140.11s, 6 tests, 2 failures <<< FAILURES!
: >
: > [...truncated 537 lines...]
: > BUILD FAILED
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 318 suites, 1342 tests, 1 suite-level error, 1 failure, 34 ignored (6 assumptions)
: >
: > Total time: 58 minutes 58 seconds
: > Build step 'Invoke Ant' marked build as failure
: > Archiving artifacts
: > Recording test results
: > Email was triggered for: Failure
: > Sending email for trigger: Failure
: >
: >
: >
: >
: > ---------------------------------------------------------------------
: > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
: > For additional commands, e-mail: dev-help@lucene.apache.org
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
: For additional commands, e-mail: dev-help@lucene.apache.org
: 
: 

-Hoss

Re: [JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4213 - Failure

Posted by Robert Muir <rc...@gmail.com>.
I dont think this test should be run with a random MP, it might not do
what the test wants :)

On Mon, Aug 5, 2013 at 11:14 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4213/
>
> 2 tests failed.
> REGRESSION:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes
>
> Error Message:
> expected:<5> but was:<4>
>
> Stack Trace:
> java.lang.AssertionError: expected:<5> but was:<4>
>         at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)
>
>
> FAILED:  junit.framework.TestSuite.org.apache.solr.update.DirectUpdateHandlerTest
>
> Error Message:
> ERROR: SolrIndexSearcher opens=23 closes=22
>
> Stack Trace:
> java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
>         at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
>         at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
>         at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
>         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 9824 lines...]
>    [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
>    [junit4]   2> 1018333 T1839 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144
>    [junit4]   2> 1018335 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
>    [junit4]   2> 1018336 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1018337 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1018462 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 1018543 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1018544 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
>    [junit4]   2> 1018555 T1839 oass.IndexSchema.readSchema [null] Schema name=test
>    [junit4]   2> 1019063 T1839 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1019090 T1839 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1019092 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
>    [junit4]   2> 1019099 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1019103 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
>    [junit4]   2> 1019106 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
>    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
>    [junit4]   2> 1019118 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
>    [junit4]   2> 1019171 T1839 oasc.CoreContainer.<init> New CoreContainer 1397431529
>    [junit4]   2> 1019171 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
>    [junit4]   2> 1019172 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 1019173 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 1019174 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 1019174 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
>    [junit4]   2> 1019186 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1019190 T1840 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
>    [junit4]   2> 1019191 T1840 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
>    [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1019192 T1840 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1019260 T1840 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 1019341 T1840 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1019342 T1840 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
>    [junit4]   2> 1019353 T1840 oass.IndexSchema.readSchema [collection1] Schema name=test
>    [junit4]   2> 1019920 T1840 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1019924 T1840 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1019926 T1840 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
>    [junit4]   2> 1019935 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1019939 T1840 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1019941 T1840 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
>    [junit4]   2> 1019942 T1840 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/
>    [junit4]   2> 1019942 T1840 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
>    [junit4]   2> 1019943 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
>    [junit4]   2> 1019943 T1840 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index/
>    [junit4]   2> 1019944 T1840 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757664144/index' doesn't exist. Creating new index...
>    [junit4]   2> 1019944 T1840 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
>    [junit4]   2> 1019946 T1840 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
>    [junit4]   2> 1019947 T1840 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1019947 T1840 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>    [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1019950 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 1019951 T1840 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>    [junit4]   2> 1019952 T1840 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>    [junit4]   2> 1019953 T1840 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>    [junit4]   2> 1019954 T1840 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 1019955 T1840 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019956 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019957 T1840 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1019958 T1840 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>    [junit4]   2> 1019959 T1840 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>    [junit4]   2> 1019969 T1840 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1019971 T1840 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>    [junit4]   2> 1019972 T1840 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
>    [junit4]   2> 1019975 T1840 oass.SolrIndexSearcher.<init> Opening Searcher@54eacbde main
>    [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 1019975 T1840 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 1019976 T1840 oashc.SpellCheckComponent.inform Initializing spell checkers
>    [junit4]   2> 1019982 T1840 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>    [junit4]   2> 1020033 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54eacbde main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 1020037 T1840 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 1020054 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 1020060 T1839 oas.SolrTestCaseJ4.setUp ###Starting testAddRollback
>    [junit4]   2> ASYNC  NEW_CORE C1749 name=collection1 org.apache.solr.core.SolrCore@40f2af7
>    [junit4]   2> 1020073 T1839 C1749 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
>    [junit4]   2> 1020077 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1020078 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 5
>    [junit4]   2> 1020105 T1839 C1749 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_1,generation=1}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77a5258a)),segFN=segments_2,generation=2}
>    [junit4]   2> 1020108 T1839 C1749 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 1020110 T1839 C1749 oass.SolrIndexSearcher.<init> Opening Searcher@79991702 main
>    [junit4]   2> 1020111 T1839 C1749 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1020112 T1841 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79991702 main{StandardDirectoryReader(segments_2:2:nrt)}
>    [junit4]   2> 1020112 T1839 C1749 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
>    [junit4]   2> 1020118 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 1020119 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1397431529
>    [junit4]   2> 1020119 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40f2af7
>    [junit4]   2> 1020137 T1839 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=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
>    [junit4]   2> 1020138 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 1020138 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 1020139 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 1020139 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 1020140 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144;done=false>>]
>    [junit4]   2> 1020141 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144
>    [junit4]   2> 1020143 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index;done=false>>]
>    [junit4]   2> 1020144 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757664144/index
>    [junit4]   2> 1020158 T1839 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969
>    [junit4]   2> 1020159 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
>    [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1020161 T1839 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1020287 T1839 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 1020368 T1839 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1020369 T1839 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
>    [junit4]   2> 1020381 T1839 oass.IndexSchema.readSchema [null] Schema name=test
>    [junit4]   2> 1020958 T1839 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1020961 T1839 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1020963 T1839 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
>    [junit4]   2> 1020970 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1020974 T1839 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1020977 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
>    [junit4]   2> 1020978 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
>    [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1020989 T1839 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr
>    [junit4]   2> 1020990 T1839 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/'
>    [junit4]   2> 1021040 T1839 oasc.CoreContainer.<init> New CoreContainer 2123742274
>    [junit4]   2> 1021041 T1839 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/]
>    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>    [junit4]   2> 1021042 T1839 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1021043 T1839 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 1021044 T1839 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 1021044 T1839 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
>    [junit4]   2> 1021056 T1839 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1021060 T1843 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1
>    [junit4]   2> 1021061 T1843 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/'
>    [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1021062 T1843 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1021133 T1843 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>    [junit4]   2> 1021216 T1843 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1021216 T1843 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
>    [junit4]   2> 1021228 T1843 oass.IndexSchema.readSchema [collection1] Schema name=test
>    [junit4]   2> 1021805 T1843 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1021809 T1843 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1021812 T1843 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
>    [junit4]   2> 1021821 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1021826 T1843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1021830 T1843 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
>    [junit4]   2> 1021831 T1843 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/
>    [junit4]   2> 1021831 T1843 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@442c8f4
>    [junit4]   2> 1021833 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969
>    [junit4]   2> 1021833 T1843 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index/
>    [junit4]   2> 1021834 T1843 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-DirectUpdateHandlerTest-1375757665969/index' doesn't exist. Creating new index...
>    [junit4]   2> 1021835 T1843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index
>    [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
>    [junit4]   2> 1021838 T1843 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1021839 T1843 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 1021844 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1021845 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 1021846 T1843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 1021846 T1843 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>    [junit4]   2> 1021847 T1843 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>    [junit4]   2> 1021848 T1843 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>    [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>    [junit4]   2> 1021849 T1843 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>    [junit4]   2> 1021850 T1843 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>    [junit4]   2> 1021851 T1843 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021852 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021853 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021854 T1843 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021855 T1843 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1021856 T1843 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>    [junit4]   2> 1021857 T1843 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>    [junit4]   2> 1021873 T1843 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1021875 T1843 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>    [junit4]   2> 1021878 T1843 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, DA_UTF8.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
>    [junit4]   2> 1021881 T1843 oass.SolrIndexSearcher.<init> Opening Searcher@7db61fe6 main
>    [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 1021882 T1843 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 1021883 T1843 oashc.SpellCheckComponent.inform Initializing spell checkers
>    [junit4]   2> 1021891 T1843 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>    [junit4]   2> 1021955 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7db61fe6 main{StandardDirectoryReader(segments_1:1)}
>    [junit4]   2> 1021963 T1843 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 1021980 T1839 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> ASYNC  NEW_CORE C1750 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
>    [junit4]   2> 1021997 T1839 C1750 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
>    [junit4]   2> 1021998 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1022000 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[A]} 0 7
>    [junit4]   2> 1022002 T1839 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_1,generation=1}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
>    [junit4]   2> 1022012 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 1022017 T1839 oass.SolrIndexSearcher.<init> Opening Searcher@6f39a0ff main
>    [junit4]   2> 1022018 T1839 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022020 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f39a0ff main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
>    [junit4]   2> 1022035 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[B]} 0 2
>    [junit4]   2> 1022037 T1839 oasu.DirectUpdateHandler2.rollback start rollback{}
>    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>    [junit4]   2> 1022038 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
>    [junit4]   2> 1022047 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
>    [junit4]   2> 1022048 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 1022048 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>    [junit4]   2> 1022048 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
>    [junit4]   2> 1022050 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=1 status=0 QTime=1
>    [junit4]   2> 1022067 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 2
>    [junit4]   2> 1022077 T1839 C1750 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_2,generation=2}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
>    [junit4]   2> 1022090 T1839 C1750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 1022099 T1839 C1750 oass.SolrIndexSearcher.<init> Opening Searcher@6c569248 main
>    [junit4]   2> 1022099 T1839 C1750 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022102 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c569248 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C1 _1(5.0):C1)}
>    [junit4]   2> 1022103 T1839 C1750 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
>    [junit4]   2> 1022109 T1839 C1750 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=0
>    [junit4]   2> 1022113 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testAddRollback
>    [junit4]   2> 1022120 T1839 oas.SolrTestCaseJ4.setUp ###Starting testExpungeDeletes
>    [junit4]   2> ASYNC  NEW_CORE C1751 name=collection1 org.apache.solr.core.SolrCore@4e8ce920
>    [junit4]   2> 1022153 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022154 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
>    [junit4]   2> 1022164 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022167 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_3,generation=3}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
>    [junit4]   2> 1022168 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 1022176 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a0454c7 main
>    [junit4]   2> 1022176 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022178 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a0454c7 main{StandardDirectoryReader(segments_4:6:nrt)}
>    [junit4]   2> 1022182 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
>    [junit4]   2> 1022199 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
>    [junit4]   2> 1022209 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
>    [junit4]   2> 1022219 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022229 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_4,generation=4}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
>    [junit4]   2> 1022230 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>    [junit4]   2> 1022235 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@6feedc8c main
>    [junit4]   2> 1022236 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022238 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6feedc8c main{StandardDirectoryReader(segments_5:8:nrt _2(5.0):C2)}
>    [junit4]   2> 1022239 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 20
>    [junit4]   2> 1022255 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 2
>    [junit4]   2> 1022265 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
>    [junit4]   2> 1022276 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
>    [junit4]   2> 1022286 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022298 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_5,generation=5}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
>    [junit4]   2> 1022299 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>    [junit4]   2> 1022304 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@72042e19 main
>    [junit4]   2> 1022305 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022307 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72042e19 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
>    [junit4]   2> 1022308 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
>    [junit4]   2> 1022322 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=true,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022323 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 1022323 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1e899db5 main
>    [junit4]   2> 1022324 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022326 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e899db5 main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C2/1 _3(5.0):C3)}
>    [junit4]   2> 1022327 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
>    [junit4]   2> 1022329 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testExpungeDeletes
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.method=testExpungeDeletes -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
>    [junit4] FAILURE 0.23s J1 | DirectUpdateHandlerTest.testExpungeDeletes <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4:28A4A2862B067941]:0)
>    [junit4]    >        at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:287)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:724)
>    [junit4]   2> 1022347 T1839 oas.SolrTestCaseJ4.setUp ###Starting testBasics
>    [junit4]   2> 1022356 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022357 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>    [junit4]   2> 1022367 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022370 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_6,generation=6}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
>    [junit4]   2> 1022371 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
>    [junit4]   2> 1022379 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7bab2f46 main
>    [junit4]   2> 1022380 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022381 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bab2f46 main{StandardDirectoryReader(segments_7:12:nrt)}
>    [junit4]   2> 1022382 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
>    [junit4]   2> 1022398 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 2
>    [junit4]   2> 1022408 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
>    [junit4]   2> 1022411 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=1
>    [junit4]   2> 1022413 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=0
>    [junit4]   2> 1022423 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022438 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_7,generation=7}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
>    [junit4]   2> 1022439 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
>    [junit4]   2> 1022444 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7952e03e main
>    [junit4]   2> 1022445 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022447 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7952e03e main{StandardDirectoryReader(segments_8:14:nrt _4(5.0):C2)}
>    [junit4]   2> 1022450 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 27
>    [junit4]   2> 1022456 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=0
>    [junit4]   2> 1022458 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
>    [junit4]   2> 1022468 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {delete=[5]} 0 0
>    [junit4]   2> 1022471 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=1 status=0 QTime=1
>    [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022481 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 1022483 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@7ee35846 main
>    [junit4]   2> 1022484 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022486 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ee35846 main{StandardDirectoryReader(segments_8:15:nrt _4(5.0):C2/1)}
>    [junit4]   2> 1022487 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
>    [junit4]   2> 1022489 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5} hits=0 status=0 QTime=0
>    [junit4]   2> 1022491 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
>    [junit4]   2> 1022501 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022503 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
>    [junit4]   2> 1022505 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=1 status=0 QTime=0
>    [junit4]   2> 1022515 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022520 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_8,generation=8}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
>    [junit4]   2> 1022521 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
>    [junit4]   2> 1022526 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@79204105 main
>    [junit4]   2> 1022526 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022528 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79204105 main{StandardDirectoryReader(segments_9:16:nrt)}
>    [junit4]   2> 1022532 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
>    [junit4]   2> 1022539 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6} hits=0 status=0 QTime=1
>    [junit4]   2> 1022540 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testBasics
>    [junit4]   2> 1022548 T1839 oas.SolrTestCaseJ4.setUp ###Starting testPrepareCommit
>    [junit4]   2> 1022557 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022560 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
>    [junit4]   2> 1022570 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022575 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_9,generation=9}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
>    [junit4]   2> 1022576 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
>    [junit4]   2> 1022578 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@1367b3 main
>    [junit4]   2> 1022578 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022580 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1367b3 main{StandardDirectoryReader(segments_a:17:nrt)}
>    [junit4]   2> 1022583 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
>    [junit4]   2> 1022599 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 2
>    [junit4]   2> 1022609 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022622 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_a,generation=10}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
>    [junit4]   2> 1022623 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
>    [junit4]   2> 1022628 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@553a0708 main
>    [junit4]   2> 1022629 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022631 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@553a0708 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
>    [junit4]   2> 1022633 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 24
>    [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022648 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 1022649 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@207271b main
>    [junit4]   2> 1022649 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022651 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@207271b main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
>    [junit4]   2> 1022652 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
>    [junit4]   2> 1022656 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before addDoc=[_3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
>    [junit4]   2> 1022667 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
>    [junit4]   2> 1022671 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES before prepareCommit=[_6.fdx, _3_NestedPulsing_0.tim, segments_b, _3.fdt, segments.gen, _5.si, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _2_NestedPulsing_0.doc, _6.fdt, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd]
>    [junit4]   2> 1022696 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
>    [junit4]   2> 1022706 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
>    [junit4]   2> 1022706 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 10
>    [junit4]   2> 1022708 T1839 oasu.DirectUpdateHandlerTest.testPrepareCommit FILES after prepareCommit=[_6.fnm, _6.fdx, _3_NestedPulsing_0.tim, _6.nvd, segments_b, _3.fdt, _6_NestedPulsing_0.doc, segments.gen, _5.si, _6.nvm, _5_NestedPulsing_0.doc, _5.fdt, _2.fdt, _6.si, _2_NestedPulsing_0.doc, _6.fdt, segments_c, _5_NestedPulsing_0.tim, _3.nvd, _2_NestedPulsing_0.tim, _5.nvm, _6_NestedPulsing_0.tip, _3_NestedPulsing_0.doc, _5.fnm, _5_NestedPulsing_0.tip, _5.fdx, _2.nvd, _5.nvd, _6_NestedPulsing_0.tim]
>    [junit4]   2> 1022711 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=1
>    [junit4]   2> 1022721 T1839 C1751 oasu.DirectUpdateHandler2.rollback start rollback{}
>    [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 1022722 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>    [junit4]   2> 1022723 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
>    [junit4]   2> 1022742 T1839 C1751 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
>    [junit4]   2> 1022743 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
>    [junit4]   2> 1022744 T1839 C1751 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>    [junit4]   2> 1022744 T1839 C1751 oasu.DirectUpdateHandler2.rollback end_rollback
>    [junit4]   2> 1022745 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={rollback=true&wt=json&indent=true} {rollback=} 0 24
>    [junit4]   2> 1022757 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022758 T1839 C1751 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 1022760 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@2e0c9242 main
>    [junit4]   2> 1022761 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022763 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e0c9242 main{StandardDirectoryReader(segments_b:19:nrt _5(5.0):C1)}
>    [junit4]   2> 1022763 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
>    [junit4]   2> 1022766 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0
>    [junit4]   2> 1022776 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
>    [junit4]   2> 1022802 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
>    [junit4]   2> 1022813 T1839 C1751 oasu.DirectUpdateHandler2.prepareCommit end_prepareCommit
>    [junit4]   2> 1022814 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={prepareCommit=true&wt=json&indent=true} {commit=} 0 12
>    [junit4]   2> 1022814 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=0 status=0 QTime=0
>    [junit4]   2> 1022823 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022827 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_b,generation=11}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
>    [junit4]   2> 1022828 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
>    [junit4]   2> 1022833 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@a106ad0 main
>    [junit4]   2> 1022834 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022837 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a106ad0 main{StandardDirectoryReader(segments_c:21:nrt _5(5.0):C1 _6(5.0):C1)}
>    [junit4]   2> 1022839 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 16
>    [junit4]   2> 1022846 T1839 C1751 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1} hits=1 status=0 QTime=1
>    [junit4]   2> 1022847 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testPrepareCommit
>    [junit4]   2> 1022854 T1839 oas.SolrTestCaseJ4.setUp ###Starting testRequireUniqueKey
>    [junit4]   2> 1022863 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022865 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
>    [junit4]   2> 1022875 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022880 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_c,generation=12}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
>    [junit4]   2> 1022881 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
>    [junit4]   2> 1022889 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@702e4b15 main
>    [junit4]   2> 1022890 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022892 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@702e4b15 main{StandardDirectoryReader(segments_d:22:nrt)}
>    [junit4]   2> 1022898 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
>    [junit4]   2> 1022914 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
>    [junit4]   2> 1022924 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
>    [junit4]   2> 1022925 T1839 C1751 oasc.SolrException.log Ignoring exception matching ignore_exception
>    [junit4]   2> 1022934 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
>    [junit4]   2> 1022935 T1839 C1751 oasc.SolrException.log Ignoring exception matching id
>    [junit4]   2> 1022936 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testRequireUniqueKey
>    [junit4]   2> 1022943 T1839 oas.SolrTestCaseJ4.setUp ###Starting testDeleteRollback
>    [junit4]   2> 1022951 T1839 C1751 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 1022955 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 4
>    [junit4]   2> 1022970 T1839 C1751 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_d,generation=13}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41867717)),segFN=segments_e,generation=14}
>    [junit4]   2> 1022975 T1839 C1751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
>    [junit4]   2> 1022977 T1839 C1751 oass.SolrIndexSearcher.<init> Opening Searcher@3be492e7 main
>    [junit4]   2> 1022978 T1839 C1751 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1022980 T1844 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be492e7 main{StandardDirectoryReader(segments_e:24:nrt)}
>    [junit4]   2> 1022983 T1839 C1751 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
>    [junit4]   2> 1022989 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 1022989 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2123742274
>    [junit4]   2> 1022989 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e8ce920
>    [junit4]   2> 1023008 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=16,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=2,expungeDeletes=1,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=1,cumulative_deletesByQuery=6,cumulative_errors=0}
>    [junit4]   2> 1023008 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 1023009 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 1023011 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 1023012 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 1035265 T1839 oasc.CachingDirectoryFactory.close ERROR Timeout waiting for all directory ref counts to be released - gave up waiting on CachedDir<<refCount=1;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757665969/index;done=false>>
>    [junit4]   2> 1035267 T1839 oasc.SolrException.log ERROR Error closing directory:org.apache.solr.common.SolrException: Timeout waiting for all directory ref counts to be releas
>
> [...truncated too long message...]
>
> oasu.DirectUpdateHandler2.rollback start rollback{}
>    [junit4]   2> 1037087 T1839 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
>    [junit4]   2> 1037088 T1839 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
>    [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
>    [junit4]   2> 1037092 T1839 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 1037093 T1839 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
>    [junit4]   2> 1037093 T1839 oasu.DirectUpdateHandler2.rollback end_rollback
>    [junit4]   2> 1037093 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=22
>    [junit4]   2> 1037103 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[ZZZ]} 0 1
>    [junit4]   2> 1037110 T1839 C1752 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1037120 T1839 C1752 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_2,generation=2}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5df2c370)),segFN=segments_3,generation=3}
>    [junit4]   2> 1037121 T1839 C1752 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 1037130 T1839 C1752 oass.SolrIndexSearcher.<init> Opening Searcher@793305f9 main
>    [junit4]   2> 1037130 T1839 C1752 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1037133 T1847 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@793305f9 main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C2 _1(5.0):C1)}
>    [junit4]   2> 1037133 T1839 C1752 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 23
>    [junit4]   2> 1037140 T1839 C1752 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:ZZZ} hits=1 status=0 QTime=1
>    [junit4]   2> 1037143 T1839 oas.SolrTestCaseJ4.tearDown ###Ending testDeleteRollback
>    [junit4]   2> 1037145 T1839 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 1037145 T1839 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1481931935
>    [junit4]   2> 1037146 T1839 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a588567
>    [junit4]   2> 1037163 T1839 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,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]   2> 1037163 T1839 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 1037164 T1839 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 1037165 T1839 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 1037165 T1839 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index;done=false>>]
>    [junit4]   2> 1037166 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098/index
>    [junit4]   2> 1037228 T1839 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098;done=false>>]
>    [junit4]   2> 1037229 T1839 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/solrtest-DirectUpdateHandlerTest-1375757681098
>    [junit4]   2> 1158410 T1839 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=23 closes=22
>    [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=et_EE, timezone=Africa/Timbuktu
>    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=199402768,total=536870912
>    [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, NumericFieldsTest, EchoParamsTest, SolrIndexConfigTest, XsltUpdateRequestHandlerTest, ShardSplitTest, CoreAdminCreateDiscoverTest, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest, TestDistributedGrouping, StandardRequestHandlerTest, SignatureUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, OpenCloseCoreStressTest, DebugComponentTest, TestRTGBase, TestComponentsName, TimeZoneUtilsTest, TestPartialUpdateDeduplication, TestRecovery, DocumentAnalysisRequestHandlerTest, TestRandomFaceting, TestOmitPositions, OutputWriterTest, TestStressLucene, TestAddFieldRealTimeGet, ClusterStateTest, TestSuggestSpellingConverter, TestRangeQuery, StatsComponentTest, TestCopyFieldCollectionResource, HighlighterTest, ChaosMonkeySafeLeaderTest, TestFieldCollectionResource, TestLazyCores, QueryResultKeyTest, TestManagedSchemaFieldResource, SortByFunctionTest, JSONWriterTest, CurrencyFieldXmlFileTest, CurrencyFieldOpenExchangeTest, ZkSolrClientTest, TestArbitraryIndexDir, SolrCoreCheckLockOnStartupTest, SampleTest, HdfsUnloadDistributedZkTest, HdfsLockFactoryTest, TestStressReorder, TestCoreDiscovery, FieldAnalysisRequestHandlerTest, HdfsDirectoryTest, BasicDistributedZk2Test, TestDFRSimilarityFactory, TestSchemaResource, TestLuceneMatchVersion, TestJmxIntegration, DocValuesMultiTest, HdfsCollectionsAPIDistributedZkTest, DistanceFunctionTest, UniqFieldsUpdateProcessorFactoryTest, TestSolr4Spatial, TestQuerySenderNoQuery, DirectUpdateHandlerTest]
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.seed=4DDE6035EBFB1E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR   0.00s J1 | DirectUpdateHandlerTest (suite) <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=23 closes=22
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([4DDE6035EBFB1E4]:0)
>    [junit4]    >        at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:326)
>    [junit4]    >        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:132)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:724)
>    [junit4] Completed on J1 in 140.11s, 6 tests, 2 failures <<< FAILURES!
>
> [...truncated 537 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 318 suites, 1342 tests, 1 suite-level error, 1 failure, 34 ignored (6 assumptions)
>
> Total time: 58 minutes 58 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

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